proj home

Files   Classes   Functions   Hierarchy  

test06.h

Go to the documentation of this file.
00001 #ifndef TEST06_H
00002 
00003 #include <myglutgui.h>
00004 #include <gobj.h>
00005 
00006 #include <zpr.h>
00007 
00008 
00009 class test06 : public myglutgui
00010 {
00011   gobjContainer xGraphics;
00012   gobjSwitchContainer * switchContainer;
00013 
00014   void f1();
00015 
00016   zpr zz;
00017 public:
00018 
00019   test06
00020   (
00021     int & argc, 
00022     char** & argv,
00023     uintc mode,
00024     uintc x,
00025     uintc y,
00026     string const & title
00027   );
00028 
00029   void display();
00030 
00031   void eval();
00032 
00033   void keyboard(unsigned char key, int x, int y);
00034 
00035 };
00036 
00037 
00038 #endif
00039 
00040 

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