![]() |
OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
|
Factory for creating BorderPanelOverlayElement instances. More...
#include <OgreOverlayElementFactory.h>
Inheritance diagram for Ogre::BorderPanelOverlayElementFactory:Public Member Functions | |
| OverlayElement * | createOverlayElement (const String &instanceName) |
| See OverlayElementFactory. More... | |
| virtual const String & | getTypeName (void) const |
| See OverlayElementFactory. More... | |
Public Member Functions inherited from Ogre::OverlayElementFactory | |
| virtual | ~OverlayElementFactory () |
| Destroy the overlay element factory. More... | |
| virtual OverlayElement * | createOverlayElement (const String &instanceName)=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... | |
Factory for creating BorderPanelOverlayElement instances.
|
inlinevirtual |
Implements Ogre::OverlayElementFactory.
|
virtual |
Implements Ogre::OverlayElementFactory.