OGRE 2.1
Object-Oriented Graphics Rendering Engine
|
Factory object for creating Portal instances. More...
#include <OgrePortalBase.h>
Public Member Functions | |
virtual MovableObject * | createInstance (IdType id, ObjectMemoryManager *objectMemoryManager, 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 const String & | getType (void) const =0 |
Get the type of the object to be created. | |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete (void *ptr, void *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, const char *file, int line, const char *func) |
operator new, with debug line info | |
void * | operator new (size_t sz, void *ptr) |
placement operator new | |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
Factory object for creating Portal instances.
|
virtualinherited |
Create a new instance of the object.
manager | The SceneManager instance that will be holding the instance once created. |
params | Name/value pair list of additional parameters required to construct the object (defined per subtype). Optional. |
|
pure virtualinherited |
Destroy an instance of the object.
Implemented in Ogre::v1::BillboardChainFactory, Ogre::v1::BillboardSetFactory, Ogre::DecalFactory, Ogre::v1::EntityFactory, Ogre::ItemFactory, Ogre::LightFactory, Ogre::v1::ManualObjectFactory, Ogre::ManualObjectFactory, Ogre::ParticleSystemFactory, Ogre::v1::Rectangle2DFactory, Ogre::v1::RibbonTrailFactory, Ogre::WireAabbFactory, Ogre::AntiPortalFactory, Ogre::PCZLightFactory, and Ogre::PortalFactory.
Get the type of the object to be created.
Implemented in Ogre::AntiPortalFactory, Ogre::PortalFactory, Ogre::v1::BillboardChainFactory, Ogre::v1::BillboardSetFactory, Ogre::DecalFactory, Ogre::v1::EntityFactory, Ogre::ItemFactory, Ogre::LightFactory, Ogre::v1::ManualObjectFactory, Ogre::ManualObjectFactory, Ogre::ParticleSystemFactory, Ogre::v1::Rectangle2DFactory, Ogre::v1::RibbonTrailFactory, Ogre::WireAabbFactory, and Ogre::PCZLightFactory.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
placement operator new
|
inlineinherited |
|
inlineinherited |
array operator new, with debug line info