#include <OgreOverlayElementFactory.h>
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.
| virtual Ogre::OverlayElementFactory::~OverlayElementFactory | ( | ) | [virtual] |
| virtual OverlayElement* Ogre::OverlayElementFactory::createOverlayElement | ( | const String & | instanceName | ) | [pure virtual] |
Creates a new OverlayElement instance with the name supplied.
Implemented in Ogre::PanelOverlayElementFactory, Ogre::BorderPanelOverlayElementFactory, and Ogre::TextAreaOverlayElementFactory.
| virtual void Ogre::OverlayElementFactory::destroyOverlayElement | ( | OverlayElement * | pElement | ) | [virtual] |
Destroys a OverlayElement which this factory created previously.
Definition at line 60 of file OgreOverlayElementFactory.h.
| virtual const String& Ogre::OverlayElementFactory::getTypeName | ( | void | ) | const [pure virtual] |
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 Mon Jun 16 12:51:10 2008