|  | OGRE-Next
    2.3
    Object-Oriented Graphics Rendering Engine | 
Factory object for creating Entity instances. More...
#include <OgreRectangle2D2.h>
 Inheritance diagram for Ogre::Rectangle2DFactory:
 Inheritance diagram for Ogre::Rectangle2DFactory:| Public Member Functions | |
| Rectangle2DFactory () | |
| ~Rectangle2DFactory () override | |
| 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) override | 
| Destroy an instance of the object.  More... | |
| const String & | getType () const override | 
| Get the type of the object to be created.  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... | |
| Static Public Attributes | |
| static String | FACTORY_TYPE_NAME | 
Factory object for creating Entity instances.
| 
 | inline | 
| 
 | inlineoverride | 
| 
 | 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. | 
| 
 | overridevirtual | 
Destroy an instance of the object.
Implements Ogre::MovableObjectFactory.
| 
 | overridevirtual | 
Get the type of the object to be created.
Implements Ogre::MovableObjectFactory.
| 
 | 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
| 
 | static |