proj home

Files   Classes   Functions   Hierarchy  

menusystemtest02.h

Go to the documentation of this file.
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 

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