Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Ogre::TextAreaGuiElementFactory Class Reference

Factory for creating TextAreaGuiElement instances. More...

#include <OgreGuiElementFactories.h>

Inheritance diagram for Ogre::TextAreaGuiElementFactory:

Ogre::GuiElementFactory List of all members.

Public Methods

GuiElementcreateGuiElement (const String &instanceName)
 See GuiElementFactory. More...

const StringgetTypeName (void)
 See GuiElementFactory. More...

virtual void destroyGuiElement (GuiElement *pElement)
 Destroys a GuiElement which this factory created previously. More...


Detailed Description

Factory for creating TextAreaGuiElement instances.


Member Function Documentation

GuiElement* Ogre::TextAreaGuiElementFactory::createGuiElement const String   instanceName [inline, virtual]
 

See GuiElementFactory.

Implements Ogre::GuiElementFactory.

virtual void Ogre::GuiElementFactory::destroyGuiElement GuiElement   pElement [inline, virtual, inherited]
 

Destroys a GuiElement which this factory created previously.

const String& Ogre::TextAreaGuiElementFactory::getTypeName void    [inline, virtual]
 

See GuiElementFactory.

Implements Ogre::GuiElementFactory.

Copyright © 2002 by The OGRE Team