gwenhywfar  4.3.3
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 {
27  };
28 
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