OGRE
2.2.4
Object-Oriented Graphics Rendering Engine
|
Factory object for creating Entity instances. More...
#include <OgreRectangle2D2.h>
Public Member Functions | |
Rectangle2DFactory () | |
~Rectangle2DFactory () | |
virtual MovableObject * | createInstance (IdType id, ObjectMemoryManager *objectMemoryManager, SceneManager *manager, const NameValuePairList *params=0) |
Create a new instance of the object. More... | |
void | destroyInstance (MovableObject *obj) |
Destroy an instance of the object. More... | |
const String & | getType (void) const |
Get the type of the object to be created. More... | |
void | operator delete (void *ptr) |
void | operator delete (void *ptr, void *) |
void | operator delete (void *ptr, const char *, int, const char *) |
void | operator delete[] (void *ptr) |
void | operator delete[] (void *ptr, const char *, int, const char *) |
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 * | operator new (size_t sz, void *ptr) |
placement operator new More... | |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info More... | |
void * | operator new[] (size_t sz) |
Static Public Attributes | |
static String | FACTORY_TYPE_NAME |
Factory object for creating Entity instances.
|
inline |
|
inline |
|
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. |
|
virtual |
Destroy an instance of the object.
Implements Ogre::MovableObjectFactory.
|
virtual |
Get the type of the object to be created.
Implements Ogre::MovableObjectFactory.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
operator new, with debug line info
|
inlineinherited |
|
inlineinherited |
placement operator new
|
inlineinherited |
array operator new, with debug line info
|
inlineinherited |
|
static |