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

Ogre::TextAreaGuiElement Class Reference

GuiElement representing a flat, single-material (or transparent) panel which can contain other elements. More...

#include <OgreTextAreaGuiElement.h>

Inheritance diagram for Ogre::TextAreaGuiElement:

Ogre::GuiElement Ogre::StringInterface Ogre::Renderable Ogre::MouseTarget Ogre::MouseMotionTarget Ogre::PositionTarget Ogre::PositionTarget Ogre::EventTarget List of all members.

Public Types

enum  Alignment { Left, Right, Center }

Public Methods

 TextAreaGuiElement (const String &name)
 Constructor. More...

 ~TextAreaGuiElement ()
void setCaption (const String &caption)
 Sets the caption on elements that support it. More...

const StringgetCaption () const
 Gets the caption for this element. More...

void setCharHeight (Real height)
Real getCharHeight () const
void setFontName (const String &font)
const StringgetFontName () const
const StringgetTypeName (void)
 See GuiElement. More...

void getRenderOperation (RenderOperation &rend)
 See Renderable. More...

void setMaterialName (const String &matName)
 Overridden from GuiElement. More...

void setColour (const ColourValue &col)
 Sets the colour of the text. More...

ColourValue getColour (void) const
 Gets the colour of the text. More...

void setColourBottom (const ColourValue &col)
 Sets the colour of the bottom of the letters. More...

ColourValue getColourBottom (void)
 Gets the colour of the bottom of the letters. More...

void setColourTop (const ColourValue &col)
 Sets the colour of the top of the letters. More...

ColourValue getColourTop (void)
 Gets the colour of the top of the letters. More...

void setAlignment (Alignment a)
Alignment getAlignment () const
void setMetricsMode (GuiMetricsMode gmm)
 Overridden from GuiElement. More...

void _update (void)
 Overridden from GuiElement. More...

const StringgetName (void) const
 Gets the name of this overlay. More...

void show (void)
 Shows this element if it was hidden. More...

void hide (void)
 Hides this element if it was visible. More...

bool isVisible (void)
 Returns whether or not the element is visible. More...

void setDimensions (Real width, Real height)
 Sets the dimensions of this element in relation to the screen (1.0 = screen width/height). More...

void setPosition (Real left, Real top)
 Sets the position of the top-left corner of the element, relative to the screen size (1.0 = screen width / height). More...

void setWidth (Real width)
 Sets the width of this element in relation to the screen (where 1.0 = screen width). More...

Real getWidth (void) const
 Gets the width of this element in relation to the screen (where 1.0 = screen width). More...

void setHeight (Real height)
 Sets the height of this element in relation to the screen (where 1.0 = screen height). More...

Real getHeight (void) const
 Gets the height of this element in relation to the screen (where 1.0 = screen height). More...

void setLeft (Real left)
 Sets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right). More...

Real getLeft (void) const
 Gets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right). More...

void setTop (Real Top)
 Sets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom). More...

Real getTop (void) const
 Gets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom). More...

virtual const StringgetMaterialName (void) const
 Gets the name of the material this element uses. More...

MaterialgetMaterial (void) const
 See Renderable. More...

void getWorldTransforms (Matrix4 *xform)
 See Renderable. More...

bool useIdentityProjection (void)
 See Renderable. More...

bool useIdentityView (void)
 See Renderable. More...

virtual void _updateFromParent (void)
 Updates this elements transform based on it's parent. More...

virtual void _notifyParent (GuiContainer *parent, Overlay *overlay)
 Internal method for notifying the gui element of it's parent and ultimate overlay. More...

virtual Real _getDerivedLeft (void)
 Gets the 'left' position as derived from own left and that of parents. More...

virtual Real _getDerivedTop (void)
 Gets the 'top' position as derived from own left and that of parents. More...

virtual void _notifyZOrder (ushort newZOrder)
 Internal method to notify the element when Zorder of parent overlay has changed. More...

virtual void _updateRenderQueue (RenderQueue *queue)
 Internal method to put the contents onto the render queue. More...

virtual GuiMetricsMode getMetricsMode (void)
 Retrieves the current settings of how the element metrics are interpreted. More...

virtual void setHorizontalAlignment (GuiHorizontalAlignment gha)
 Sets the horizontal origin for this element. More...

virtual GuiHorizontalAlignment getHorizontalAlignment (void)
 Gets the horizontal alignment for this element. More...

virtual void setVerticalAlignment (GuiVerticalAlignment gva)
 Sets the vertical origin for this element. More...

virtual GuiVerticalAlignment getVerticalAlignment (void)
 Gets the vertical alignment for this element. More...

virtual bool contains (Real x, Real y) const
 Returns true if xy is within the constraints of the component. More...

virtual GuiElementfindElementAt (Real x, Real y)
 Returns true if xy is within the constraints of the component. More...

virtual void processEvent (InputEvent *e)
 Processes events occurring on this component. More...

virtual bool isContainer ()
 returns false as this class is not a container type. More...

virtual bool isCloneable ()
virtual void setCloneable (bool c)
PositionTargetgetPositionTargetParent ()
 Returns the parent container. More...

GuiContainergetParent ()
 Returns the parent container. More...

ushort getZOrder () const
 Returns the zOrder of the element. More...

Real getSquaredViewDepth (const Camera *cam) const
 Overridden from Renderable. More...

void copyFromTemplate (GuiElement *templateGui)
ParamDictionarygetParamDictionary (void)
 Retrieves the parameter dictionary for this class. More...

const ParameterListgetParameters (void)
 Retrieves a list of parameters valid for this object. More...

virtual bool setParameter (const String &name, const String &value)
 Generic parameter setting method. More...

virtual String getParameter (const String &name)
 Generic parameter retrieval method. More...

virtual void copyParametersTo (StringInterface *dest)
 Method for copying this object's parameters to another object. More...

virtual unsigned short getNumWorldTransforms (void)
 Returns the number of world transform matrices this renderable requires. More...

virtual SceneDetailLevel getRenderDetail ()
 Returns the preferred rasterisation mode of this renderable. More...

void processMouseEvent (MouseEvent *e)
void addMouseListener (MouseListener *l)
void removeMouseListener (MouseListener *l)
void processMouseMotionEvent (MouseEvent *e)
void addMouseMotionListener (MouseMotionListener *l)
void removeMouseMotionListener (MouseMotionListener *l)

Protected Methods

void addBaseParameters (void)
 Method for setting up base parameters for this class. More...

void updateGeometry ()
 Internal method to update the geometry. More...

void checkMemoryAllocation (uint numChars)
 Internal method to allocate memory, only reallocates when necessary. More...

virtual void updatePositionGeometry ()
 Inherited function. More...

virtual void updateColours (void)
 Updates vertex colours. More...

bool createParamDictionary (const String &className)
 Internal method for creating a parameter dictionary for the class, if it does not already exist. More...


Protected Attributes

Alignment mAlignment
 The text alignment. More...

bool mTransparent
 Flag indicating if this panel should be visual or just group things. More...

RenderOperation mRenderOp
 Render operation. More...

FontmpFont
Real mCharHeight
ushort mPixelCharHeight
uint mAllocSize
ColourValue mColourBottom
 Colours to use for the vertices. More...

ColourValue mColourTop
String mName
bool mVisible
bool mCloneable
Real mLeft
Real mTop
Real mWidth
Real mHeight
String mMaterialName
MaterialmpMaterial
String mCaption
GuiMetricsMode mMetricsMode
GuiHorizontalAlignment mHorzAlign
GuiVerticalAlignment mVertAlign
short mPixelTop
short mPixelLeft
short mPixelWidth
short mPixelHeight
GuiContainermParent
OverlaymOverlay
Real mDerivedLeft
Real mDerivedTop
bool mDerivedOutOfDate
bool mGeomPositionsOutOfDate
 Falg indicating if the vertex positons need recalculating. More...

ushort mZOrder
String mParamDictName
 Class name for this instance to be used as a lookup (must be initialised by subclasses). More...

MouseListenermMouseListener
MouseMotionListenermMouseMotionListener

Static Protected Attributes

String msTypeName = "TextArea"
CmdCharHeight msCmdCharHeight
CmdFontName msCmdFontName
CmdColour msCmdColour
CmdColourTop msCmdColourTop
CmdColourBottom msCmdColourBottom
GuiElementCommands::CmdLeft msLeftCmd
GuiElementCommands::CmdTop msTopCmd
GuiElementCommands::CmdWidth msWidthCmd
GuiElementCommands::CmdHeight msHeightCmd
GuiElementCommands::CmdMaterial msMaterialCmd
GuiElementCommands::CmdCaption msCaptionCmd
GuiElementCommands::CmdMetricsMode msMetricsModeCmd
GuiElementCommands::CmdHorizontalAlign msHorizontalAlignCmd
GuiElementCommands::CmdVerticalAlign msVerticalAlignCmd
ParamDictionaryMap msDictionary
 Dictionary of parameters. More...


Detailed Description

GuiElement representing a flat, single-material (or transparent) panel which can contain other elements.

Remarks:
This class subclasses GuiContainer because it can contain other elements. Like other containers, if hidden it's contents are also hidden, if moved it's contents also move etc. The panel itself is a 2D rectangle which is either completely transparent, or is rendered with a single material. The texture(s) on the panel can be tiled depending on your requirements.

This component is suitable for backgrounds and grouping other elements. Note that because it has a single repeating material it cannot have a discrete border (unless the texture has one and the texture is tiled only once). For a bordered panel, see it's subclass BorderTextAreaGuiElement.

Note that the material can have all the usual effects applied to it like multiple texture layers, scrolling / animated textures etc. For multiple texture layers, you have to set the tiling level for each layer.


Member Enumeration Documentation

enum Ogre::TextAreaGuiElement::Alignment
 

Enumeration values:
Left 
Right 
Center 


Constructor & Destructor Documentation

Ogre::TextAreaGuiElement::TextAreaGuiElement const String   name
 

Constructor.

Ogre::TextAreaGuiElement::~TextAreaGuiElement  
 


Member Function Documentation

Real Ogre::GuiElement::_getDerivedLeft void    [virtual, inherited]
 

Gets the 'left' position as derived from own left and that of parents.

Real Ogre::GuiElement::_getDerivedTop void    [virtual, inherited]
 

Gets the 'top' position as derived from own left and that of parents.

void Ogre::GuiElement::_notifyParent GuiContainer   parent,
Overlay   overlay
[virtual, inherited]
 

Internal method for notifying the gui element of it's parent and ultimate overlay.

void Ogre::GuiElement::_notifyZOrder ushort    newZOrder [virtual, inherited]
 

Internal method to notify the element when Zorder of parent overlay has changed.

Remarks:
Overlays have explicit Z orders. GuiElements do not, they inherit the ZOrder of the overlay, and the Zorder is incremented for every container nested within this to ensure that containers are displayed behind contained items. This method is used internally to notify the element of a change in final zorder which is used to render the element.

Reimplemented in Ogre::GuiContainer.

void Ogre::TextAreaGuiElement::_update void    [virtual]
 

Overridden from GuiElement.

Reimplemented from Ogre::GuiElement.

void Ogre::GuiElement::_updateFromParent void    [virtual, inherited]
 

Updates this elements transform based on it's parent.

void Ogre::GuiElement::_updateRenderQueue RenderQueue   queue [virtual, inherited]
 

Internal method to put the contents onto the render queue.

Reimplemented in Ogre::GuiContainer.

void Ogre::TextAreaGuiElement::addBaseParameters void    [protected, virtual]
 

Method for setting up base parameters for this class.

Reimplemented from Ogre::GuiElement.

void Ogre::MouseTarget::addMouseListener MouseListener   l [inherited]
 

void Ogre::MouseMotionTarget::addMouseMotionListener MouseMotionListener   l [inherited]
 

void Ogre::TextAreaGuiElement::checkMemoryAllocation uint    numChars [protected]
 

Internal method to allocate memory, only reallocates when necessary.

bool Ogre::GuiElement::contains Real    x,
Real    y
const [virtual, inherited]
 

Returns true if xy is within the constraints of the component.

void Ogre::GuiElement::copyFromTemplate GuiElement   templateGui [inherited]
 

Reimplemented in Ogre::GuiContainer.

virtual void Ogre::StringInterface::copyParametersTo StringInterface   dest [inline, virtual, inherited]
 

Method for copying this object's parameters to another object.

Remarks:
This method takes the values of all the object's parameters and tries to set the same values on the destination object. This provides a completely type independent way to copy parameters to other objects. Note that because of the String manipulation involved, this should not be regarded as an efficient process and should be saved for times outside of the rendering loop.

Any unrecognised parameters will be ignored as with setParameter method.

Parameters:
dest  Pointer to object to have it's parameters set the same as this object.

bool Ogre::StringInterface::createParamDictionary const String   className [inline, protected, inherited]
 

Internal method for creating a parameter dictionary for the class, if it does not already exist.

Remarks:
This method will check to see if a parameter dictionary exist for this class yet, and if not will create one. NB you must supply the name of the class (RTTI is not used or performance).
Parameters:
className  the name of the class using the dictionary
Returns:
true if a new dictionary was created, false if it was already there

GuiElement * Ogre::GuiElement::findElementAt Real    x,
Real    y
[virtual, inherited]
 

Returns true if xy is within the constraints of the component.

Reimplemented in Ogre::GuiContainer.

Alignment Ogre::TextAreaGuiElement::getAlignment   const [inline]
 

const String & Ogre::TextAreaGuiElement::getCaption   const [virtual]
 

Gets the caption for this element.

Reimplemented from Ogre::GuiElement.

Real Ogre::TextAreaGuiElement::getCharHeight   const
 

ColourValue Ogre::TextAreaGuiElement::getColour void    const
 

Gets the colour of the text.

ColourValue Ogre::TextAreaGuiElement::getColourBottom void   
 

Gets the colour of the bottom of the letters.

ColourValue Ogre::TextAreaGuiElement::getColourTop void   
 

Gets the colour of the top of the letters.

const String & Ogre::TextAreaGuiElement::getFontName   const
 

Real Ogre::GuiElement::getHeight void    const [inherited]
 

Gets the height of this element in relation to the screen (where 1.0 = screen height).

GuiHorizontalAlignment Ogre::GuiElement::getHorizontalAlignment void    [virtual, inherited]
 

Gets the horizontal alignment for this element.

Real Ogre::GuiElement::getLeft void    const [virtual, inherited]
 

Gets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right).

Implements Ogre::PositionTarget.

Material * Ogre::GuiElement::getMaterial void    const [virtual, inherited]
 

See Renderable.

Implements Ogre::Renderable.

const String & Ogre::GuiElement::getMaterialName void    const [virtual, inherited]
 

Gets the name of the material this element uses.

GuiMetricsMode Ogre::GuiElement::getMetricsMode void    [virtual, inherited]
 

Retrieves the current settings of how the element metrics are interpreted.

const String & Ogre::GuiElement::getName void    const [inherited]
 

Gets the name of this overlay.

virtual unsigned short Ogre::Renderable::getNumWorldTransforms void    [inline, virtual, inherited]
 

Returns the number of world transform matrices this renderable requires.

Remarks:
When a renderable uses vertex blending, it uses multiple world matrices instead of a single one. Each vertex sent to the pipeline can reference one or more matrices in this list with given weights. If a renderable does not use vertex blending this method returns 1, which is the default for simplicity.

Reimplemented in Ogre::SubEntity.

ParamDictionary* Ogre::StringInterface::getParamDictionary void    [inline, inherited]
 

Retrieves the parameter dictionary for this class.

Remarks:
Only valid to call this after createParamDictionary.
Returns:
Pointer to ParamDictionary shared by all instances of this class which you can add parameters to, retrieve parameters etc.

virtual String Ogre::StringInterface::getParameter const String   name [inline, virtual, inherited]
 

Generic parameter retrieval method.

Remarks:
Call this method with the name of a parameter to retrieve a string-format value of the parameter in question. If in doubt, check the parameter definition in the list returned from getParameters for the type of this parameter. If you like you can use StringConverter to convert this string back into a native type.
Parameters:
name  The name of the parameter to get
Returns:
String value of parameter, blank if not found

const ParameterList& Ogre::StringInterface::getParameters void    [inline, inherited]
 

Retrieves a list of parameters valid for this object.

Returns:
A reference to a static list of ParameterDef objects.

GuiContainer * Ogre::GuiElement::getParent   [inherited]
 

Returns the parent container.

PositionTarget * Ogre::GuiElement::getPositionTargetParent   [virtual, inherited]
 

Returns the parent container.

Implements Ogre::PositionTarget.

virtual SceneDetailLevel Ogre::Renderable::getRenderDetail   [inline, virtual, inherited]
 

Returns the preferred rasterisation mode of this renderable.

Reimplemented in Ogre::SubEntity.

void Ogre::TextAreaGuiElement::getRenderOperation RenderOperation   rend [virtual]
 

See Renderable.

Implements Ogre::Renderable.

Real Ogre::GuiElement::getSquaredViewDepth const Camera   cam const [inline, virtual, inherited]
 

Overridden from Renderable.

Implements Ogre::Renderable.

Real Ogre::GuiElement::getTop void    const [virtual, inherited]
 

Gets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom).

Implements Ogre::PositionTarget.

const String & Ogre::TextAreaGuiElement::getTypeName void    [virtual]
 

See GuiElement.

Implements Ogre::GuiElement.

GuiVerticalAlignment Ogre::GuiElement::getVerticalAlignment void    [virtual, inherited]
 

Gets the vertical alignment for this element.

Real Ogre::GuiElement::getWidth void    const [inherited]
 

Gets the width of this element in relation to the screen (where 1.0 = screen width).

void Ogre::GuiElement::getWorldTransforms Matrix4   xform [virtual, inherited]
 

See Renderable.

Implements Ogre::Renderable.

ushort Ogre::GuiElement::getZOrder   const [inline, inherited]
 

Returns the zOrder of the element.

void Ogre::GuiElement::hide void    [inherited]
 

Hides this element if it was visible.

virtual bool Ogre::GuiElement::isCloneable   [inline, virtual, inherited]
 

virtual bool Ogre::GuiElement::isContainer   [inline, virtual, inherited]
 

returns false as this class is not a container type.

Reimplemented in Ogre::GuiContainer.

bool Ogre::GuiElement::isVisible void    [inherited]
 

Returns whether or not the element is visible.

void Ogre::GuiElement::processEvent InputEvent   e [virtual, inherited]
 

Processes events occurring on this component.

By default this method calls the appropriate process event method

Implements Ogre::EventTarget.

Reimplemented in Ogre::ButtonGuiElement.

void Ogre::MouseTarget::processMouseEvent MouseEvent   e [inherited]
 

void Ogre::MouseMotionTarget::processMouseMotionEvent MouseEvent   e [inherited]
 

void Ogre::MouseTarget::removeMouseListener MouseListener   l [inherited]
 

void Ogre::MouseMotionTarget::removeMouseMotionListener MouseMotionListener   l [inherited]
 

void Ogre::TextAreaGuiElement::setAlignment Alignment    a [inline]
 

void Ogre::TextAreaGuiElement::setCaption const String   caption [virtual]
 

Sets the caption on elements that support it.

Remarks:
This property doesn't do something on all elements, just those that support it. However, being a common requirement it is in the top-level interface to avoid having to set it via the StringInterface all the time.

Reimplemented from Ogre::GuiElement.

void Ogre::TextAreaGuiElement::setCharHeight Real    height
 

virtual void Ogre::GuiElement::setCloneable bool    c [inline, virtual, inherited]
 

void Ogre::TextAreaGuiElement::setColour const ColourValue   col
 

Sets the colour of the text.

Remarks:
This method establishes a constant colour for the entire text. Also see setColourBottom and setColourTop which allow you to set a colour gradient.

void Ogre::TextAreaGuiElement::setColourBottom const ColourValue   col
 

Sets the colour of the bottom of the letters.

Remarks:
By setting a separate top and bottom colour, you can create a text area which has a graduated colour effect to it.

void Ogre::TextAreaGuiElement::setColourTop const ColourValue   col
 

Sets the colour of the top of the letters.

Remarks:
By setting a separate top and bottom colour, you can create a text area which has a graduated colour effect to it.

void Ogre::GuiElement::setDimensions Real    width,
Real    height
[inherited]
 

Sets the dimensions of this element in relation to the screen (1.0 = screen width/height).

void Ogre::TextAreaGuiElement::setFontName const String   font
 

void Ogre::GuiElement::setHeight Real    height [inherited]
 

Sets the height of this element in relation to the screen (where 1.0 = screen height).

void Ogre::GuiElement::setHorizontalAlignment GuiHorizontalAlignment    gha [virtual, inherited]
 

Sets the horizontal origin for this element.

Remarks:
By default, the horizontal origin for a GuiElement is the left edge of the parent container (or the screen if this is a root element). You can alter this by calling this method, which is especially useful when you want to use pixel-based metrics (see setMetricsMode) since in this mode you can't use relative positioning.

For example, if you were using GMM_PIXELS metrics mode, and you wanted to place a 30x30 pixel crosshair in the center of the screen, you would use GHA_CENTER with a 'left' property of -15.

Note that neither GHA_CENTER or GHA_RIGHT alter the position of the element based on it's width, you have to alter the 'left' to a negative number to do that; all this does is establish the origin. This is because this way you can align multiple things in the center and right with different 'left' offsets for maximum flexibility.

void Ogre::GuiElement::setLeft Real    left [inherited]
 

Sets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right).

void Ogre::TextAreaGuiElement::setMaterialName const String   matName [virtual]
 

Overridden from GuiElement.

Reimplemented from Ogre::GuiElement.

void Ogre::TextAreaGuiElement::setMetricsMode GuiMetricsMode    gmm [virtual]
 

Overridden from GuiElement.

Reimplemented from Ogre::GuiElement.

bool Ogre::StringInterface::setParameter const String   name,
const String   value
[virtual, inherited]
 

Generic parameter setting method.

Remarks:
Call this method with the name of a parameter and a string version of the value to set. The implementor will convert the string to a native type internally. If in doubt, check the parameter definition in the list returned from StringInterface::getParameters.
Parameters:
name  The name of the parameter to set
value  String value. Must be in the right format for the type specified in the parameter definition. See the StringConverter class for more information.
Returns:
true if set was successful, false otherwise (NB no exceptions thrown - tolerant method)

void Ogre::GuiElement::setPosition Real    left,
Real    top
[inherited]
 

Sets the position of the top-left corner of the element, relative to the screen size (1.0 = screen width / height).

void Ogre::GuiElement::setTop Real    Top [inherited]
 

Sets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom).

void Ogre::GuiElement::setVerticalAlignment GuiVerticalAlignment    gva [virtual, inherited]
 

Sets the vertical origin for this element.

Remarks:
By default, the vertical origin for a GuiElement is the top edge of the parent container (or the screen if this is a root element). You can alter this by calling this method, which is especially useful when you want to use pixel-based metrics (see setMetricsMode) since in this mode you can't use relative positioning.

For example, if you were using GMM_PIXELS metrics mode, and you wanted to place a 30x30 pixel crosshair in the center of the screen, you would use GHA_CENTER with a 'top' property of -15.

Note that neither GVA_CENTER or GVA_BOTTOM alter the position of the element based on it's height, you have to alter the 'top' to a negative number to do that; all this does is establish the origin. This is because this way you can align multiple things in the center and bottom with different 'top' offsets for maximum flexibility.

void Ogre::GuiElement::setWidth Real    width [inherited]
 

Sets the width of this element in relation to the screen (where 1.0 = screen width).

void Ogre::GuiElement::show void    [inherited]
 

Shows this element if it was hidden.

void Ogre::TextAreaGuiElement::updateColours void    [protected, virtual]
 

Updates vertex colours.

void Ogre::TextAreaGuiElement::updateGeometry   [protected]
 

Internal method to update the geometry.

void Ogre::TextAreaGuiElement::updatePositionGeometry   [protected, virtual]
 

Inherited function.

Implements Ogre::GuiElement.

bool Ogre::GuiElement::useIdentityProjection void    [virtual, inherited]
 

See Renderable.

Reimplemented from Ogre::Renderable.

bool Ogre::GuiElement::useIdentityView void    [virtual, inherited]
 

See Renderable.

Reimplemented from Ogre::Renderable.


Member Data Documentation

Alignment Ogre::TextAreaGuiElement::mAlignment [protected]
 

The text alignment.

uint Ogre::TextAreaGuiElement::mAllocSize [protected]
 

String Ogre::GuiElement::mCaption [protected, inherited]
 

Real Ogre::TextAreaGuiElement::mCharHeight [protected]
 

bool Ogre::GuiElement::mCloneable [protected, inherited]
 

ColourValue Ogre::TextAreaGuiElement::mColourBottom [protected]
 

Colours to use for the vertices.

ColourValue Ogre::TextAreaGuiElement::mColourTop [protected]
 

Real Ogre::GuiElement::mDerivedLeft [protected, inherited]
 

bool Ogre::GuiElement::mDerivedOutOfDate [protected, inherited]
 

Real Ogre::GuiElement::mDerivedTop [protected, inherited]
 

bool Ogre::GuiElement::mGeomPositionsOutOfDate [protected, inherited]
 

Falg indicating if the vertex positons need recalculating.

Real Ogre::GuiElement::mHeight [protected, inherited]
 

GuiHorizontalAlignment Ogre::GuiElement::mHorzAlign [protected, inherited]
 

Real Ogre::GuiElement::mLeft [protected, inherited]
 

String Ogre::GuiElement::mMaterialName [protected, inherited]
 

GuiMetricsMode Ogre::GuiElement::mMetricsMode [protected, inherited]
 

MouseListener* Ogre::MouseTarget::mMouseListener [protected, inherited]
 

MouseMotionListener* Ogre::MouseMotionTarget::mMouseMotionListener [protected, inherited]
 

String Ogre::GuiElement::mName [protected, inherited]
 

Overlay* Ogre::GuiElement::mOverlay [protected, inherited]
 

String Ogre::StringInterface::mParamDictName [protected, inherited]
 

Class name for this instance to be used as a lookup (must be initialised by subclasses).

GuiContainer* Ogre::GuiElement::mParent [protected, inherited]
 

Font* Ogre::TextAreaGuiElement::mpFont [protected]
 

ushort Ogre::TextAreaGuiElement::mPixelCharHeight [protected]
 

short Ogre::GuiElement::mPixelHeight [protected, inherited]
 

short Ogre::GuiElement::mPixelLeft [protected, inherited]
 

short Ogre::GuiElement::mPixelTop [protected, inherited]
 

short Ogre::GuiElement::mPixelWidth [protected, inherited]
 

Material* Ogre::GuiElement::mpMaterial [protected, inherited]
 

RenderOperation Ogre::TextAreaGuiElement::mRenderOp [protected]
 

Render operation.

GuiElementCommands::CmdCaption Ogre::GuiElement::msCaptionCmd [static, protected, inherited]
 

TextAreaGuiElement::CmdCharHeight Ogre::TextAreaGuiElement::msCmdCharHeight [static, protected]
 

TextAreaGuiElement::CmdColour Ogre::TextAreaGuiElement::msCmdColour [static, protected]
 

TextAreaGuiElement::CmdColourBottom Ogre::TextAreaGuiElement::msCmdColourBottom [static, protected]
 

TextAreaGuiElement::CmdColourTop Ogre::TextAreaGuiElement::msCmdColourTop [static, protected]
 

TextAreaGuiElement::CmdFontName Ogre::TextAreaGuiElement::msCmdFontName [static, protected]
 

ParamDictionaryMap Ogre::StringInterface::msDictionary [static, protected, inherited]
 

Dictionary of parameters.

GuiElementCommands::CmdHeight Ogre::GuiElement::msHeightCmd [static, protected, inherited]
 

GuiElementCommands::CmdHorizontalAlign Ogre::GuiElement::msHorizontalAlignCmd [static, protected, inherited]
 

GuiElementCommands::CmdLeft Ogre::GuiElement::msLeftCmd [static, protected, inherited]
 

GuiElementCommands::CmdMaterial Ogre::GuiElement::msMaterialCmd [static, protected, inherited]
 

GuiElementCommands::CmdMetricsMode Ogre::GuiElement::msMetricsModeCmd [static, protected, inherited]
 

GuiElementCommands::CmdTop Ogre::GuiElement::msTopCmd [static, protected, inherited]
 

String Ogre::TextAreaGuiElement::msTypeName = "TextArea" [static, protected]
 

GuiElementCommands::CmdVerticalAlign Ogre::GuiElement::msVerticalAlignCmd [static, protected, inherited]
 

GuiElementCommands::CmdWidth Ogre::GuiElement::msWidthCmd [static, protected, inherited]
 

Real Ogre::GuiElement::mTop [protected, inherited]
 

bool Ogre::TextAreaGuiElement::mTransparent [protected]
 

Flag indicating if this panel should be visual or just group things.

GuiVerticalAlignment Ogre::GuiElement::mVertAlign [protected, inherited]
 

bool Ogre::GuiElement::mVisible [protected, inherited]
 

Real Ogre::GuiElement::mWidth [protected, inherited]
 

ushort Ogre::GuiElement::mZOrder [protected, inherited]
 

Copyright © 2002 by The OGRE Team