OGRE
1.11.6
Object-Oriented Graphics Rendering Engine
|
Defines the interface which all components wishing to supply OverlayElement subclasses must implement. More...
#include <OgreOverlayElementFactory.h>
Public Member Functions | |
virtual | ~OverlayElementFactory () |
Destroy the overlay element factory. More... | |
virtual OverlayElement * | createOverlayElement (const String &instanceName) OGRE_NODISCARD=0 |
Creates a new OverlayElement instance with the name supplied. More... | |
virtual void | destroyOverlayElement (OverlayElement *pElement) |
Destroys a OverlayElement which this factory created previously. More... | |
virtual const String & | getTypeName (void) const =0 |
Gets the string uniquely identifying the type of element this factory creates. More... | |
Defines the interface which all components wishing to supply OverlayElement subclasses must implement.
|
inlinevirtual |
Destroy the overlay element factory.
References OGRE_NODISCARD.
|
pure virtual |
Creates a new OverlayElement instance with the name supplied.
Implemented in Ogre::TextAreaOverlayElementFactory, Ogre::BorderPanelOverlayElementFactory, and Ogre::PanelOverlayElementFactory.
|
inlinevirtual |
Destroys a OverlayElement which this factory created previously.
|
pure virtual |
Gets the string uniquely identifying the type of element this factory creates.
Implemented in Ogre::TextAreaOverlayElementFactory, Ogre::BorderPanelOverlayElementFactory, and Ogre::PanelOverlayElementFactory.