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

X3D_X3DUrlObject.h

Go to the documentation of this file.
00001 #ifndef X3DTK_X3D_X3DURLOBJECT_H
00002 #define X3DTK_X3D_X3DURLOBJECT_H
00003 
00004 #include "X3D_X3DObject.h"
00005 #include "X3DFileElement.h"
00006 
00007 namespace X3DTK {
00008 namespace X3D {
00009 
00018 class X3DUrlObject : public X3DObject
00019 {
00020 public:
00022   X3DUrlObject();
00024   virtual ~X3DUrlObject();
00025   
00027   void setUrl(const MFString &url);
00028 
00030   inline const MFString &getUrl() const {return _url;};
00031 
00033   virtual void load(const X3DFileElement *element);
00035   virtual SFString &write(SFString &output) const;
00036 
00037 protected:
00039   X3DUrlObject(const X3DUrlObject &N);  
00040 
00041 private:  
00043   MFString _url;  
00044 };
00045 
00046 }
00047 }
00048 
00049 #endif

Generated on Thu Apr 1 17:12:03 2004 for X3DToolKit by doxygen 1.3.3