Factory object for creating BillboardSet instances. More...
#include <OgreBillboardSet.h>
Public Member Functions | |
BillboardSetFactory () | |
~BillboardSetFactory () | |
void | _notifyTypeFlags (uint32 flag) |
Notify this factory of the type mask to apply. | |
virtual MovableObject * | createInstance (const String &name, SceneManager *manager, const NameValuePairList *params=0) |
Create a new instance of the object. | |
void | destroyInstance (MovableObject *obj) |
Destroy an instance of the object. | |
const String & | getType (void) const |
Get the type of the object to be created. | |
uint32 | getTypeFlags (void) const |
Gets the type flag for this factory. | |
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 | |
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? | |
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 | |
uint32 | mTypeFlag |
Type flag, allocated if requested. | |
Factory object for creating BillboardSet instances.
Definition at line 859 of file OgreBillboardSet.h.
Ogre::BillboardSetFactory::BillboardSetFactory | ( | ) |
Definition at line 864 of file OgreBillboardSet.h.
Ogre::BillboardSetFactory::~BillboardSetFactory | ( | ) |
Definition at line 865 of file OgreBillboardSet.h.
Notify this factory of the type mask to apply.
Definition at line 628 of file OgreMovableObject.h.
|
virtualinherited |
Create a new instance of the object.
name | The name of the new 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. |
|
protectedvirtual |
Internal implementation of create method - must be overridden.
Implements Ogre::MovableObjectFactory.
|
virtual |
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 635 of file OgreMovableObject.h.
Definition at line 96 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 108 of file OgreMemoryAllocatedObject.h.
Definition at line 102 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 113 of file OgreMemoryAllocatedObject.h.
|
inherited |
Definition at line 119 of file OgreMemoryAllocatedObject.h.
Definition at line 73 of file OgreMemoryAllocatedObject.h.
|
inherited |
operator new, with debug line info
Definition at line 68 of file OgreMemoryAllocatedObject.h.
placement operator new
Definition at line 79 of file OgreMemoryAllocatedObject.h.
Definition at line 91 of file OgreMemoryAllocatedObject.h.
|
inherited |
array operator new, with debug line info
Definition at line 86 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 619 of file OgreMovableObject.h.
|
static |
Definition at line 867 of file OgreBillboardSet.h.
|
protectedinherited |
Type flag, allocated if requested.
Definition at line 582 of file OgreMovableObject.h.
Copyright © 2012 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.