Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

QFileElement.h

Go to the documentation of this file.
00001 
00002 
00003 
00005 
00006 
00011 
00016 
00021 //                            QFileElement.h                                  //
00023 
00024 #ifndef QFILEELEMENT_H
00025 #define QFILEELEMENT_H
00026 
00027 #include "X3DFileElement.h"
00028 
00029 namespace X3DTK {
00030 
00031 class QFileElementImplementation;
00032 
00034 
00035 class QFileElement : public X3DFileElement
00036 {
00037   friend class QSAX2X3DHandler;
00038 public:
00040   SFString getName() const;
00042   SFString getAttribute(int i) const;
00044   int getIndexAttribute(const SFString &attribute) const;
00045   
00046 private:
00047   QFileElementImplementation *impl;
00048   QFileElement(const SFString &name, const void *const attributes);
00049   ~QFileElement();  
00050 };
00051 
00052 }
00053 
00054 #endif

Generated on Wed Sep 10 11:25:14 2003 for X3DToolKit by doxygen1.3