File: hello_gui.h

package info (click to toggle)
vdkbuilder2 2.4.0-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,680 kB
  • ctags: 4,989
  • sloc: cpp: 40,647; sh: 10,346; ansic: 2,718; makefile: 710; sed: 93
file content (21 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
hello gui header
*/
protected: VDKBox* Hbox2;
protected: VDKLabel* Label0;
protected: VDKPixmap* Pixmap0;
protected: VDKBox* Hbox4;
protected: VDKCustomButton* SayHello;
protected: VDKCustomButton* Quit;
public:
DECLARE_SIGNAL_MAP(HelloForm);
bool OnSayHelloClick(VDKObject* sender);
bool OnQuitClick(VDKObject* sender);
/*
declaring signal and events
dynamics tables
*/
DECLARE_SIGNAL_LIST(HelloForm);
DECLARE_EVENT_LIST(HelloForm);
// do not remove this mark: #!#
// end of file:hello_gui.h