proj home

Files   Classes   Functions   Hierarchy  

menusystemtest.h

Go to the documentation of this file.
00001 #ifndef MENUSYSTEMTEST_H
00002 #define MENUSYSTEMTEST_H 
00003 
00004 #include <vector>
00005 using namespace std;
00006 
00007 //#include <myglutgui.h>
00008 #include <gobj.h>
00009 #include <zpr.h>
00010 #include <menusystem.h>
00011 #include <primitivewindow.h>
00012 
00013 
00017 class menusystemtest 
00018 {
00020   gobjContainer xGraphics;
00021 
00022   static primitiveWindow *pw;
00023 
00024 public:
00025 
00027   menusystemtest()
00028     : xGraphics(true) {}
00029 
00031   static menusystem * current;
00032 
00035   static void keyboard01(unsigned char key, int x, int y);
00037   static void display01();
00038 
00039   static void keyboard02(unsigned char key, int x, int y);
00040   static void display02();
00041 
00043   void test01(int & argc,char** & argv);
00044 
00046   void test02(int & argc,char** & argv);
00047 
00049   //~menusystemtest();
00050 
00051 };
00052 
00053 
00054 #endif
00055 
00056 

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