|  | OGRE-Next 3.0.0
    Object-Oriented Graphics Rendering Engine | 
Defines the interface which all components wishing to supply OverlayElement subclasses must implement. More...
#include <OgreOverlayElementFactory.h>
 Inheritance diagram for Ogre::v1::OverlayElementFactory:
 Inheritance diagram for Ogre::v1::OverlayElementFactory:| 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 () 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::v1::PanelOverlayElementFactory, Ogre::v1::BorderPanelOverlayElementFactory, and Ogre::v1::TextAreaOverlayElementFactory.
| 
 | 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::v1::PanelOverlayElementFactory, Ogre::v1::BorderPanelOverlayElementFactory, and Ogre::v1::TextAreaOverlayElementFactory.