GraphTesterStateVariables.h

Go to the documentation of this file.
00001 
00002 //                            GraphTesterStateVariables.h                    //
00004 
00005 #ifndef GRAPHTESTERGLOBALVARIABLES_H
00006 #define GRAPHTESTERGLOBALVARIABLES_H
00007 
00008 #include "StateVariables.h"
00009 
00010 namespace X3DTK {
00011 
00013 
00014 class GraphTesterStateVariables : public StateVariables
00015 {
00016 public:
00018   GraphTesterStateVariables();
00020   virtual ~GraphTesterStateVariables();
00021 
00023   void init();
00024   
00025   inline void addTab() {_tab += "  ";};
00026   inline void removeTab() {_tab.resize(_tab.size() - 2);};
00027   inline SFString getTab() const {return _tab;};
00028 
00029 private: 
00030   SFString _tab;
00031 };
00032 
00033 }
00034 
00035 #endif

Generated on Fri Jul 30 12:02:28 2004 for X3DToolKit by doxygen 1.3.6