Files Classes Functions Hierarchy
00001 #ifndef MENUSYSTEMTEST02_H 00002 #define MENUSYSTEMTEST02_H 00003 00004 #include <cassert> 00005 #include <string> 00006 using namespace std; 00007 00008 #include <gobj.h> 00009 #include <menusystem.h> 00010 00015 class menusystemtest02 00016 { 00018 gobjContainer xGraphics; 00019 public: 00020 00022 static menusystem * root; 00023 00025 static string doc[]; 00026 00028 menusystemtest02(int argc, char** argv); 00029 00031 static void keyboard(unsigned char key, int x, int y); 00033 static void display(); 00034 00035 }; 00036 00037 00038 #endif 00039
1.5.8