#include <OgreMovableObject.h>
Inheritance diagram for Ogre::MovableObjectFactory:
Public Member Functions | |
MovableObjectFactory () | |
virtual | ~MovableObjectFactory () |
virtual const String & | getType (void) const =0 |
Get the type of the object to be created. | |
virtual MovableObject * | createInstance (const String &name, SceneManager *manager, const NameValuePairList *params=0) |
Create a new instance of the object. | |
virtual void | destroyInstance (MovableObject *obj)=0 |
Destroy an instance of the object. | |
virtual bool | requestTypeFlags (void) const |
Does this factory require the allocation of a 'type flag', used to selectively include / exclude this type from scene queries? | |
void | _notifyTypeFlags (unsigned long flag) |
Notify this factory of the type mask to apply. | |
unsigned long | getTypeFlags (void) const |
Gets the type flag for this factory. | |
Protected Member Functions | |
virtual MovableObject * | createInstanceImpl (const String &name, const NameValuePairList *params=0)=0 |
Internal implementation of create method - must be overridden. | |
Protected Attributes | |
unsigned long | mTypeFlag |
Type flag, allocated if requested. |
Definition at line 374 of file OgreMovableObject.h.
|
Definition at line 384 of file OgreMovableObject.h. |
|
Definition at line 385 of file OgreMovableObject.h. |
|
Notify this factory of the type mask to apply.
Definition at line 424 of file OgreMovableObject.h. |
|
Create a new instance of the object.
|
|
Internal implementation of create method - must be overridden.
Implemented in Ogre::BillboardChainFactory, Ogre::BillboardSetFactory, Ogre::EntityFactory, Ogre::LightFactory, Ogre::ManualObjectFactory, Ogre::ParticleSystemFactory, and Ogre::RibbonTrailFactory. |
|
Destroy an instance of the object.
Implemented in Ogre::BillboardChainFactory, Ogre::BillboardSetFactory, Ogre::EntityFactory, Ogre::LightFactory, Ogre::ManualObjectFactory, Ogre::ParticleSystemFactory, and Ogre::RibbonTrailFactory. |
|
Get the type of the object to be created.
Implemented in Ogre::BillboardChainFactory, Ogre::BillboardSetFactory, Ogre::EntityFactory, Ogre::LightFactory, Ogre::ManualObjectFactory, Ogre::ParticleSystemFactory, and Ogre::RibbonTrailFactory. |
|
Gets the type flag for this factory.
Definition at line 431 of file OgreMovableObject.h. |
|
Does this factory require the allocation of a 'type flag', used to selectively include / exclude this type from scene queries?
Definition at line 415 of file OgreMovableObject.h. |
|
Type flag, allocated if requested.
Definition at line 378 of file OgreMovableObject.h. |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Nov 12 10:51:51 2006