OGRE  1.12.13
Object-Oriented Graphics Rendering Engine
Ogre::TextAreaOverlayElementFactory Class Reference

Factory for creating TextAreaOverlayElement instances. More...

#include <OgreOverlayElementFactory.h>

+ Inheritance diagram for Ogre::TextAreaOverlayElementFactory:

Public Member Functions

OverlayElementcreateOverlayElement (const String &instanceName) override
 Creates a new OverlayElement instance with the name supplied. More...
 
const StringgetTypeName (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...
 

Detailed Description

Factory for creating TextAreaOverlayElement instances.

Member Function Documentation

◆ createOverlayElement()

OverlayElement* Ogre::TextAreaOverlayElementFactory::createOverlayElement ( const String instanceName)
inlineoverridevirtual

Creates a new OverlayElement instance with the name supplied.

Implements Ogre::OverlayElementFactory.

◆ getTypeName()

const String& Ogre::TextAreaOverlayElementFactory::getTypeName ( void  ) const
overridevirtual

Gets the string uniquely identifying the type of element this factory creates.

Implements Ogre::OverlayElementFactory.


The documentation for this class was generated from the following file: