Files Classes Functions Hierarchy
00001 #ifndef BUTTONPANEL01TEST_H 00002 #define BUTTONPANEL01TEST_H 00003 00004 #include <buttonpanel01.h> 00005 #include <zprmouse.h> 00006 00010 class buttonpanel01test 00011 { 00012 public: 00013 00015 static string doc[]; 00016 00018 gobjContainer xGraphics; 00019 00021 buttonpanel01test(int argc, char** argv); 00022 00023 ~buttonpanel01test(); 00024 00025 zpr* zz; 00026 00027 zprmouse* zm; 00028 00029 buttonpanel01* bp; 00030 00032 static void keyboard01(unsigned char key, int x, int y); 00034 static void display01(); 00035 00036 }; 00037 00038 #endif 00039
1.5.8