Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

Demo.h

Go to the documentation of this file.
00001 #ifndef GUI_TEST_DEMO
00002 #define GUI_TEST_DEMO
00003 namespace gui {class DisplayControl; }
00004 class SimpleBox;
00005 
00006 
00007 class Demo {
00008 public:    
00009     Demo(gui::DisplayControl& display);
00010     ~Demo();
00011     void process();
00012 
00013 private:
00014     int _number;
00015     SimpleBox* _box1;
00016     SimpleBox* _box2;
00017     SimpleBox* _box3;
00018     SimpleBox* _box4;
00019     
00020 };
00021 
00022 
00023 
00024 #endif

Generated at Wed Nov 21 12:20:16 2001 by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000