![]() |
OGRE-Next 3.0.0
Object-Oriented Graphics Rendering Engine
|
Factory for creating TextAreaOverlayElement instances. More...
#include <OgreOverlayElementFactory.h>
Public Member Functions | |
OverlayElement * | createOverlayElement (const String &instanceName) override |
See OverlayElementFactory. | |
const String & | getTypeName () const override |
See OverlayElementFactory. | |
![]() | |
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 () const =0 |
Gets the string uniquely identifying the type of element this factory creates. | |
Factory for creating TextAreaOverlayElement instances.
|
inlineoverridevirtual |
|
overridevirtual |
Implements Ogre::v1::OverlayElementFactory.