X3D_FileValidatorStateVariables.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_FILEVALIDATORSTATEVARIABLES_H
00002 #define X3DTK_X3D_FILEVALIDATORSTATEVARIABLES_H
00003 
00004 #include "StateVariables.h"
00005 
00006 #include <list>
00007 
00008 namespace X3DTK {
00009 namespace X3D {
00010 
00017 class FileValidatorStateVariables : public StateVariables
00018 {
00019 public:
00021   FileValidatorStateVariables();
00023   virtual ~FileValidatorStateVariables();
00024   
00026   void init();
00027   
00029   void setValidity(bool value);
00031   void addNode();
00032   
00034   inline bool getValidity() const {return _validity;};
00036   inline int getNode() const {return _node;};
00037   
00038 private:
00039   bool _validity;
00040   int _node;
00041 };
00042 
00043 }
00044 }
00045 
00046 #endif

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