proj home

Files   Classes   Functions   Hierarchy  

menusystemtest04.h

Go to the documentation of this file.
00001 #ifndef MENUSYSTEMTEST04_H
00002 #define MENUSYSTEMTEST04_H
00003 
00004 #include <menusystem.h>
00005 #include <menusystemsave01.h>
00006 
00007 
00012 class menusystemtest04 : public menusystem
00013 {
00015   gobjContainer xGraphics;
00016 
00018   uint state;
00019 public:
00020 
00022   static menusystem * root;
00023 
00025   static string doc[];
00026 
00028   menusystemtest04(int argc, char** argv);
00029 
00031   static void keyboard(unsigned char key, int x, int y);
00033   static void display();
00034 
00035   void savefile(menusystemsave01& ms);
00036 
00037 protected:
00038 
00039   void readImmediate(charc ch);
00040 };
00041 
00042 
00043 #endif
00044 

Generated on Fri Mar 4 00:49:29 2011 for Chelton Evans Source by  doxygen 1.5.8