QFileElement.h

Go to the documentation of this file.
00001 #ifndef X3DTK_QFILEELEMENT_H
00002 #define X3DTK_QFILEELEMENT_H
00003 
00004 #include "X3DFileElement.h"
00005 
00006 namespace X3DTK {
00007 
00008 class QFileElementImplementation;
00009 
00010 namespace X3D {
00011 
00012 class QSAX2X3DHandler;
00013 
00014 }
00015 
00022 class QFileElement : public X3DFileElement
00023 {
00024   friend class X3D::QSAX2X3DHandler;
00025 public:
00027   SFString getName() const;
00029   SFString getAttribute(int i) const;
00031   int getIndexAttribute(const SFString &attribute) const;
00032   
00033 private:
00034   QFileElementImplementation *impl;
00035   QFileElement(const SFString &name, const void *const attributes);
00036   ~QFileElement();  
00037 };
00038 
00039 }
00040 
00041 #endif

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