![]() |
OGRE 1.12.10
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. | |
| virtual OverlayElement * | createOverlayElement (const String &instanceName)=0 |
| Creates a new OverlayElement instance with the name supplied. | |
| virtual void | destroyOverlayElement (OverlayElement *pElement) |
| Destroys a OverlayElement which this factory created previously. | |
| virtual const String & | getTypeName (void) const =0 |
| Gets the string uniquely identifying the type of element this factory creates. | |
Defines the interface which all components wishing to supply OverlayElement subclasses must implement.
|
inlinevirtual |
Destroy the overlay element factory.
|
pure virtual |
Creates a new OverlayElement instance with the name supplied.
Implemented in Ogre::BorderPanelOverlayElementFactory, Ogre::PanelOverlayElementFactory, and Ogre::TextAreaOverlayElementFactory.
References OGRE_NODISCARD.
|
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::BorderPanelOverlayElementFactory, Ogre::PanelOverlayElementFactory, and Ogre::TextAreaOverlayElementFactory.