![]() |
OGRE
2.2.0unstable
Object-Oriented Graphics Rendering Engine
|
Abstract class definition of a factory object for ParticleSystemRenderer. More...
#include <OgreParticleSystemRenderer.h>
Public Member Functions | |
ParticleSystemRendererFactory () | |
virtual ParticleSystemRenderer * | createInstance (const String &name)=0 |
Creates a new object. More... | |
virtual void | destroyInstance (ParticleSystemRenderer *ptr)=0 |
Destroys an object which was created by this factory. More... | |
virtual const String & | getType () const=0 |
Returns the factory type. More... | |
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 More... | |
void * | operator new (size_t sz, void *ptr) |
placement operator new More... | |
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 More... | |
Public Attributes | |
SceneManager * | mCurrentSceneManager |
Needs to be set directly before calling createInstance. More... | |
Abstract class definition of a factory object for ParticleSystemRenderer.
|
inline |
|
pure virtualinherited |
Creates a new object.
name | Name of the object to create |
Implemented in Ogre::v1::BillboardParticleRendererFactory.
|
pure virtualinherited |
Destroys an object which was created by this factory.
ptr | Pointer to the object to destroy |
Implemented in Ogre::v1::BillboardParticleRendererFactory.
|
pure virtualinherited |
Returns the factory type.
Implemented in Ogre::v1::BillboardParticleRendererFactory.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
|
inlineinherited |
placement operator new
|
inlineinherited |
|
inlineinherited |
array operator new, with debug line info
SceneManager* Ogre::ParticleSystemRendererFactory::mCurrentSceneManager |
Needs to be set directly before calling createInstance.