![]() |
OGRE
1.12.13
Object-Oriented Graphics Rendering Engine
|
Factory for creating PanelOverlayElement instances. More...
#include <OgreOverlayElementFactory.h>
Inheritance diagram for Ogre::PanelOverlayElementFactory:Public Member Functions | |
| OverlayElement * | createOverlayElement (const String &instanceName) override |
| Creates a new OverlayElement instance with the name supplied. More... | |
| const String & | getTypeName (void) const override |
| Gets the string uniquely identifying the type of element this factory creates. More... | |
Public Member Functions inherited from Ogre::OverlayElementFactory | |
| virtual | ~OverlayElementFactory () |
| Destroy the overlay element factory. More... | |
| virtual void | destroyOverlayElement (OverlayElement *pElement) |
| Destroys a OverlayElement which this factory created previously. More... | |
Factory for creating PanelOverlayElement instances.
|
inlineoverridevirtual |
Creates a new OverlayElement instance with the name supplied.
Implements Ogre::OverlayElementFactory.
|
overridevirtual |
Gets the string uniquely identifying the type of element this factory creates.
Implements Ogre::OverlayElementFactory.