Files Classes Functions Hierarchy
00001 #ifndef HELIXTEST_H 00002 #define HELIXTEST_H 00003 00004 namespace helixtestscope 00005 { 00006 00010 class helixtest 00011 { 00012 public: 00013 00015 static void test01(int argc, char** argv); 00017 static void test02(int argc, char** argv); 00019 static void test03(int argc, char** argv); 00020 00022 static void display01(); 00023 00025 static void keyboard01(unsigned char key, int x, int y); 00026 00028 static void keyboard03(unsigned char key, int x, int y); 00029 00031 static void idle03(); 00032 00033 }; 00034 00035 } 00036 00037 #endif 00038 00039 00040 00041
1.5.8