gwenhywfar 5.10.1
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
21class FOX16_GuiUpdater: public FXObject {
22 FXDECLARE(FOX16_GuiUpdater)
23
24public:
25 enum {
26 ID_CHORE=1
27 };
28
31
32 void guiUpdate();
33
34 long onChore(FXObject*, FXSelector, void*);
35
36protected:
38
39};
40
41
42
43#endif
44
long onChore(FXObject *, FXSelector, void *)