proj home

Files   Classes   Functions   Hierarchy  

gobjdebug01test.h

Go to the documentation of this file.
00001 #ifndef GOBJDEBUG01TEST_H
00002 #define GOBJDEBUG01TEST_H
00003 
00004 #include <gobj.h>
00005 
00008 class gobjdebug01test
00009 {
00010 public:
00011 
00013   static string doc[];
00014 
00016   void test01();
00018   void test02();
00019 
00020   void test03();
00021 };
00022 
00023 class gobjdebug01test_A : public gobj
00024 {
00025 public:
00026 
00027   void draw();
00028 };
00029 
00030 class gobjdebug01test_B : public gobjdebug01test_A
00031 {
00032 public:
00033 
00034   void draw();
00035 
00036 };
00037 
00038 class gobjdebug01test_C : public gobjdebug01test_A
00039 {
00040 public:
00041 
00042   void draw()
00043   {
00044     GOBJDEBUGCODE
00045 
00046   };
00047 };
00048 
00049 
00050 #endif
00051 

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