Files Classes Functions Hierarchy
00001 #ifndef GOBJTEST_H 00002 #define GOBJTEST_H 00003 00004 #include <gobj.h> 00005 00006 class gobjtest 00007 { 00009 gobjContainer xGraphics; 00010 public: 00011 00013 static string doc[]; 00014 00016 gobjtest() 00017 : xGraphics(true) {} 00018 00019 00021 void test001(int argc, char** argv); 00022 void test002(int argc, char** argv); 00023 00025 void test003(int argc, char** argv); 00026 00028 static void display01(); 00030 static void keyboard01(unsigned char key, int x, int y); 00031 }; 00032 00033 00034 #endif 00035 00036
1.5.8