#include <OgreEntity.h>
Inheritance diagram for Ogre::EntityFactory:
Public Member Functions | |
EntityFactory () | |
~EntityFactory () | |
const String & | getType (void) const |
Get the type of the object to be created. | |
void | destroyInstance (MovableObject *obj) |
Destroy an instance of the object. | |
virtual MovableObject * | createInstance (const String &name, SceneManager *manager, const NameValuePairList *params=0) |
Create a new 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. | |
AllocatedObject () | |
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 * | operator new (size_t sz, void *ptr) |
placement operator new | |
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
array operator new, with debug line info | |
void * | operator new[] (size_t sz) |
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 *) |
Static Public Attributes | |
static String | FACTORY_TYPE_NAME |
Protected Member Functions | |
MovableObject * | createInstanceImpl (const String &name, const NameValuePairList *params) |
Internal implementation of create method - must be overridden. | |
Protected Attributes | |
unsigned long | mTypeFlag |
Type flag, allocated if requested. |
Definition at line 758 of file OgreEntity.h.
|
Definition at line 763 of file OgreEntity.h. |
|
Definition at line 764 of file OgreEntity.h. |
|
Notify this factory of the type mask to apply.
Definition at line 560 of file OgreMovableObject.h. |
|
Definition at line 55 of file OgreMemoryAllocatedObject.h. |
|
Create a new instance of the object.
|
|
Internal implementation of create method - must be overridden.
Implements Ogre::MovableObjectFactory. |
|
Destroy an instance of the object.
Implements Ogre::MovableObjectFactory. |
|
Get the type of the object to be created.
Implements Ogre::MovableObjectFactory. |
|
Gets the type flag for this factory.
Definition at line 567 of file OgreMovableObject.h. |
|
Definition at line 101 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 95 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 89 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 112 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 106 of file OgreMemoryAllocatedObject.h. |
|
placement operator new
Definition at line 73 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 67 of file OgreMemoryAllocatedObject.h. |
|
operator new, with debug line info
Definition at line 62 of file OgreMemoryAllocatedObject.h. |
|
Definition at line 84 of file OgreMemoryAllocatedObject.h. |
|
array operator new, with debug line info
Definition at line 79 of file OgreMemoryAllocatedObject.h. |
|
Does this factory require the allocation of a 'type flag', used to selectively include / exclude this type from scene queries?
Definition at line 551 of file OgreMovableObject.h. |
|
Definition at line 766 of file OgreEntity.h. |
|
Type flag, allocated if requested.
Definition at line 514 of file OgreMovableObject.h. |
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sat Apr 11 13:47:43 2009