Factory object for creating BillboardSet instances.
More...
#include <OgreBillboardSet.h>
|
| | BillboardSetFactory () |
| |
| | ~BillboardSetFactory () |
| |
| void | _notifyTypeFlags (uint32 flag) |
| | Notify this factory of the type mask to apply. More...
|
| |
| virtual MovableObject * | createInstance (const String &name, 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...
|
| |
| uint32 | getTypeFlags (void) const |
| | Gets the type flag for this factory. 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) |
| |
| 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? More...
|
| |
Factory object for creating BillboardSet instances.
Definition at line 859 of file OgreBillboardSet.h.
| Ogre::BillboardSetFactory::BillboardSetFactory |
( |
| ) |
|
| Ogre::BillboardSetFactory::~BillboardSetFactory |
( |
| ) |
|
| void Ogre::MovableObjectFactory::_notifyTypeFlags |
( |
uint32 |
flag | ) |
|
|
inherited |
Create a new instance of the object.
- Parameters
-
| 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. |
| void Ogre::BillboardSetFactory::destroyInstance |
( |
MovableObject * |
obj | ) |
|
|
virtual |
| const String& Ogre::BillboardSetFactory::getType |
( |
void |
| ) |
const |
|
virtual |
| uint32 Ogre::MovableObjectFactory::getTypeFlags |
( |
void |
| ) |
const |
|
inherited |
template<class Alloc >
| void* Ogre::AllocatedObject< Alloc >::operator new |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inherited |
template<class Alloc >
| void* Ogre::AllocatedObject< Alloc >::operator new[] |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inherited |
| virtual bool Ogre::MovableObjectFactory::requestTypeFlags |
( |
void |
| ) |
const |
|
virtualinherited |
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.
| String Ogre::BillboardSetFactory::FACTORY_TYPE_NAME |
|
static |
| uint32 Ogre::MovableObjectFactory::mTypeFlag |
|
protectedinherited |
The documentation for this class was generated from the following file: