![]() |
OGRE 1.11.6
Object-Oriented Graphics Rendering Engine
|
Factory object for creating Portal instances. More...
#include <OgrePortalBase.h>
Inheritance diagram for Ogre::PortalBaseFactory:Public Member Functions | |
| void | _notifyTypeFlags (uint32 flag) |
| Notify this factory of the type mask to apply. | |
| MovableObject * | createInstance (const String &name, SceneManager *manager, const NameValuePairList *params=0) |
| Create a new instance of the object. | |
| virtual void | destroyInstance (MovableObject *obj)=0 |
| Destroy an instance of the object. | |
| virtual const String & | getType (void) const =0 |
| Get the type of the object to be created. | |
| uint32 | getTypeFlags (void) const |
| Gets the type flag for this factory. | |
| 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? | |
Factory object for creating Portal instances.
|
pure virtualinherited |
Get the type of the object to be created.
Implemented in Ogre::AntiPortalFactory, Ogre::PortalFactory, Ogre::BillboardChainFactory, Ogre::BillboardSetFactory, Ogre::EntityFactory, Ogre::LightFactory, Ogre::ManualObjectFactory, Ogre::ParticleSystemFactory, Ogre::RibbonTrailFactory, and Ogre::PCZLightFactory.
|
inherited |
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. |
|
pure virtualinherited |
Destroy an instance of the object.
Implemented in Ogre::BillboardChainFactory, Ogre::BillboardSetFactory, Ogre::EntityFactory, Ogre::LightFactory, Ogre::ManualObjectFactory, Ogre::ParticleSystemFactory, Ogre::RibbonTrailFactory, Ogre::AntiPortalFactory, Ogre::PCZLightFactory, and Ogre::PortalFactory.
|
inlinevirtualinherited |
Does this factory require the allocation of a 'type flag', used to selectively include / exclude this type from scene queries?
Reimplemented in Ogre::AntiPortalFactory, and Ogre::PortalFactory.
|
inlineinherited |
Notify this factory of the type mask to apply.
|
inlineinherited |
Gets the type flag for this factory.