#include <OgreOverlayElementFactory.h>
Inheritance diagram for Ogre::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 (void) const =0 |
Gets the string uniquely identifying the type of element this factory creates. |
Definition at line 52 of file OgreOverlayElementFactory.h.
|
Destroy the overlay element factory.
Definition at line 56 of file OgreOverlayElementFactory.h. |
|
Creates a new OverlayElement instance with the name supplied.
Implemented in Ogre::PanelOverlayElementFactory, Ogre::BorderPanelOverlayElementFactory, and Ogre::TextAreaOverlayElementFactory. |
|
Destroys a OverlayElement which this factory created previously.
Definition at line 60 of file OgreOverlayElementFactory.h. |
|
Gets the string uniquely identifying the type of element this factory creates.
Implemented in Ogre::PanelOverlayElementFactory, Ogre::BorderPanelOverlayElementFactory, and Ogre::TextAreaOverlayElementFactory. |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Jul 8 15:22:11 2007