csMetaTexture Class Reference
#include <vostexture.hh>
Inheritance diagram for csMetaTexture:

Detailed Description
Definition at line 34 of file vostexture.hh.
Public Member Functions
- csMetaTexture (VOS::VobjectBase *superobject)
- virtual ~csMetaTexture ()
- virtual void Setup (csVosA3DL *va)
- csRef< iTextureWrapper > GetTextureWrapper ()
- virtual void notifyPropertyChange (const VOS::PropertyEvent &event)
- virtual void notifyChildInserted (VOS::VobjectEvent &event)
- virtual void notifyChildReplaced (VOS::VobjectEvent &event)
- virtual void notifyChildRemoved (VOS::VobjectEvent &event)
Static Public Member Functions
- static VOS::MetaObject * new_csMetaTexture (VOS::VobjectBase *superobject, const std::string &type)
Friends
- class ConstructTextureTask
- class ConstructMozTextureTask
Constructor & Destructor Documentation
| csMetaTexture::csMetaTexture | ( | VOS::VobjectBase * | superobject | ) |
| virtual csMetaTexture::~csMetaTexture | ( | ) | [virtual] |
Member Function Documentation
| csRef<iTextureWrapper> csMetaTexture::GetTextureWrapper | ( | ) |
Return CS iTextureWrapper interface for this object.
| static VOS::MetaObject* csMetaTexture::new_csMetaTexture | ( | VOS::VobjectBase * | superobject, | |
| const std::string & | type | |||
| ) | [static] |
| virtual void csMetaTexture::notifyChildInserted | ( | VOS::VobjectEvent & | event | ) | [virtual] |
Called when a child has been inserted into the listened-to children list.
Implements VOS::ChildChangeListener.
| virtual void csMetaTexture::notifyChildRemoved | ( | VOS::VobjectEvent & | event | ) | [virtual] |
Called when a child has been deleted in the listened-to children list.
Implements VOS::ChildChangeListener.
| virtual void csMetaTexture::notifyChildReplaced | ( | VOS::VobjectEvent & | event | ) | [virtual] |
Called when a child has replaced another child in the listened-to children list.
Implements VOS::ChildChangeListener.
| virtual void csMetaTexture::notifyPropertyChange | ( | const VOS::PropertyEvent & | event | ) | [virtual] |
Notification interface that a property has been changed.
Override this method in your subclass.
- Parameters:
-
event Event describing what happened. Note the 'const' declaration.
Implements VOS::PropertyListener.
| virtual void csMetaTexture::Setup | ( | csVosA3DL * | va | ) | [virtual] |
Fully load this object into Crystal Space.
Friends And Related Function Documentation
friend class ConstructMozTextureTask [friend] |
Definition at line 65 of file vostexture.hh.
friend class ConstructTextureTask [friend] |
Definition at line 64 of file vostexture.hh.
The documentation for this class was generated from the following file:
- /home/tetron/hack/vos/libs/vos/csplugin/vostexture.hh