OGRE  master
Object-Oriented Graphics Rendering Engine
Ogre::PortalBaseFactory Class Reference

Factory object for creating Portal instances. More...

#include <OgrePortalBase.h>

+ Inheritance diagram for Ogre::PortalBaseFactory:

Additional Inherited Members

- Public Member Functions inherited from Ogre::MovableObjectFactory
 MovableObjectFactory ()
 
virtual ~MovableObjectFactory ()
 
void _notifyTypeFlags (uint32 flag)
 Notify this factory of the type mask to apply. More...
 
MovableObjectcreateInstance (const String &name, SceneManager *manager, const NameValuePairList *params=0)
 Create a new instance of the object. More...
 
virtual void destroyInstance (MovableObject *obj)
 Destroy an instance of the object. More...
 
virtual const StringgetType (void) const =0
 Get the type of the object to be created. More...
 
uint32 getTypeFlags (void) const
 Gets the type flag for this factory. More...
 
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...
 

Detailed Description

Factory object for creating Portal instances.


The documentation for this class was generated from the following file: