gwenhywfar
4.7.0beta
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
gui
fox16
fox16_gui_updater_l.hpp
Go to the documentation of this file.
1
/***************************************************************************
2
begin : Fri Jan 22 2010
3
copyright : (C) 2010 by Martin Preuss
4
email : martin@libchipcard.de
5
6
***************************************************************************
7
* Please see toplevel file COPYING for license details *
8
***************************************************************************/
9
10
11
#ifndef FOX16_GUI_UPDATER_L_HPP
12
#define FOX16_GUI_UPDATER_L_HPP
13
14
#include <fx.h>
15
16
#include <list>
17
18
19
20
21
class
FOX16_GuiUpdater
:
public
FXObject {
22
FXDECLARE(
FOX16_GuiUpdater
)
23
24
public
:
25
enum
{
26
ID_CHORE
=1
27
};
28
29
FOX16_GuiUpdater
();
30
~FOX16_GuiUpdater
();
31
32
void
guiUpdate
();
33
34
long
onChore
(FXObject*, FXSelector,
void
*);
35
36
protected
:
37
FXuint
m_guiIdleFlag
;
38
39
};
40
41
42
43
#endif
44
Generated on Wed Aug 21 2013 18:32:09 for gwenhywfar by
1.8.4