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

Ogre::BorderButtonGuiElement Class Reference

The listener interface for receiving "interesting" mouse events (press, release, click, enter, and exit) on a component. More...

#include <OgreBorderButtonGuiElement.h>

Inheritance diagram for Ogre::BorderButtonGuiElement:

Inheritance graph
[legend]
Collaboration diagram for Ogre::BorderButtonGuiElement:

Collaboration graph
[legend]
List of all members.

Public Types

typedef std::map< String,
GuiElement * > 
ChildMap
typedef MapIterator< ChildMapChildIterator
typedef std::map< String,
GuiContainer * > 
ChildContainerMap
typedef MapIterator< ChildContainerMapChildContainerIterator

Public Methods

const StringgetTypeName (void) const
 See GuiElement.

void addBaseParameters (void)
 Internal method for setting up parameters.

 BorderButtonGuiElement (const String &name)
void updateMaterials (bool init=false)
void processEvent (InputEvent *e)
 Processes events occurring on this component.

void setBorderDownMaterialName (const String &name)
 Sets the name of the material to use for the borders.

const StringgetBorderDownMaterialName (void) const
 Gets the name of the material to use for the borders.

void setBorderUpMaterialName (const String &name)
 Sets the name of the material to use for the borders.

const StringgetBorderUpMaterialName (void) const
 Gets the name of the material to use for the borders.

void setBorderHiliteDownMaterialName (const String &name)
 Sets the name of the material to use for the hilited borders.

const StringgetBorderHiliteDownMaterialName (void) const
 Gets the name of the material to use for the hilited borders.

void setBorderHiliteUpMaterialName (const String &name)
 Sets the name of the material to use for the hilited borders.

const StringgetBorderHiliteUpMaterialName (void) const
 Gets the name of the material to use for the hilited borders.

void setBorderDisabledMaterialName (const String &name)
 Sets the name of the material to use for the disabled borders.

const StringgetBorderDisabledMaterialName (void) const
 Gets the name of the material to use for the disabled borders.

void setButtonCaption (const String &templateName, const String &name)
String getButtonCaption () const
virtual void initialise (void)
 Initialise.

void setBorderSize (Real size)
 Sets the size of the border.

void setBorderSize (Real sides, Real topAndBottom)
 Sets the size of the border, with different sizes for vertical and horizontal borders.

void setBorderSize (Real left, Real right, Real top, Real bottom)
 Sets the size of the border separately for all borders.

Real getLeftBorderSize (void) const
 Gets the size of the left border.

Real getRightBorderSize (void) const
 Gets the size of the right border.

Real getTopBorderSize (void) const
 Gets the size of the top border.

Real getBottomBorderSize (void) const
 Gets the size of the bottom border.

void setLeftBorderUV (Real u1, Real v1, Real u2, Real v2)
 Sets the texture coordinates for the left edge of the border.

void setRightBorderUV (Real u1, Real v1, Real u2, Real v2)
 Sets the texture coordinates for the right edge of the border.

void setTopBorderUV (Real u1, Real v1, Real u2, Real v2)
 Sets the texture coordinates for the top edge of the border.

void setBottomBorderUV (Real u1, Real v1, Real u2, Real v2)
 Sets the texture coordinates for the bottom edge of the border.

void setTopLeftBorderUV (Real u1, Real v1, Real u2, Real v2)
 Sets the texture coordinates for the top-left corner of the border.

void setTopRightBorderUV (Real u1, Real v1, Real u2, Real v2)
 Sets the texture coordinates for the top-right corner of the border.

void setBottomLeftBorderUV (Real u1, Real v1, Real u2, Real v2)
 Sets the texture coordinates for the bottom-left corner of the border.

void setBottomRightBorderUV (Real u1, Real v1, Real u2, Real v2)
 Sets the texture coordinates for the bottom-right corner of the border.

String getLeftBorderUVString () const
String getRightBorderUVString () const
String getTopBorderUVString () const
String getBottomBorderUVString () const
String getTopLeftBorderUVString () const
String getTopRightBorderUVString () const
String getBottomLeftBorderUVString () const
String getBottomRightBorderUVString () const
void setBorderMaterialName (const String &name)
 Sets the name of the material to use for the borders.

const StringgetBorderMaterialName (void) const
 Gets the name of the material to use for the borders.

void _updateRenderQueue (RenderQueue *queue)
 Overridden from GuiContainer.

void setMetricsMode (GuiMetricsMode gmm)
 Overridden from GuiElement.

void _update (void)
 Overridden from GuiElement.

void setTiling (Real x, Real y, ushort layer=0)
 Sets the number of times textures should repeat.

Real getTileX (ushort layer=0) const
Real getTileY (ushort layer=0) const
 Gets the number of times the texture should repeat vertically.

void setTransparent (bool isTransparent)
 Sets whether this panel is transparent (used only as a grouping level), or if it is actually renderred.

bool isTransparent (void) const
 Returns whether this panel is transparent.

void getRenderOperation (RenderOperation &op)
 See Renderable.

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

virtual void addChild (GuiElement *elem)
 Adds another GuiElement to this container.

virtual void addChildImpl (GuiElement *elem)
 Adds another GuiElement to this container.

virtual void addChildImpl (GuiContainer *cont)
 Add a nested container to this container.

virtual void removeChild (const String &name)
 Removes a named element from this container.

virtual GuiElementgetChild (const String &name)
 Gets the named child of this container.

virtual ChildIterator getChildIterator (void)
 Gets an object for iterating over all the children of this object.

virtual ChildContainerIterator getChildContainerIterator (void)
 Gets an iterator for just the container children of this object.

virtual void _positionsOutOfDate (void)
 Tell the object and its children to recalculate.

virtual void _notifyZOrder (ushort newZOrder)
 Overridden from GuiElement.

virtual void _notifyParent (GuiContainer *parent, Overlay *overlay)
 Overridden from GuiElement.

bool isContainer () const
 Overridden from GuiElement.

virtual bool isChildrenProcessEvents () const
 Should this container pass events to their children.

virtual void setChildrenProcessEvents (bool val)
 Should this container pass events to their children.

virtual GuiElementfindElementAt (Real x, Real y)
 This returns a GuiElement at position x,y.

void copyFromTemplate (GuiElement *templateGui)
const StringgetName (void) const
 Gets the name of this overlay.

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

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

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

bool isEnabled () const
virtual void setEnabled (bool b)
void setDimensions (Real width, Real height)
 Sets the dimensions of this element in relation to the screen (1.0 = screen width/height).

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).

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

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

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

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

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

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

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

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

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

MaterialgetMaterial (void) const
 See Renderable.

void getWorldTransforms (Matrix4 *xform) const
 See Renderable.

const QuaterniongetWorldOrientation (void) const
 @copydoc Renderable::getWorldOrientation

const Vector3getWorldPosition (void) const
 @copydoc Renderable::getWorldPosition

bool useIdentityProjection (void) const
 See Renderable.

bool useIdentityView (void) const
 See Renderable.

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

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

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

virtual void setCaption (const String &text)
 Sets the caption on elements that support it.

virtual const StringgetCaption (void) const
 Gets the caption for this element.

virtual void setColour (const ColourValue &col)
 Sets the colour on elements that support it.

virtual const ColourValuegetColour (void) const
 Gets the colour for this element.

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

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

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

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

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

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

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

GuiContainergetParent ()
 Returns the parent container.

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

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

const LightListgetLights (void) const
 @copydoc Renderable::getLights

ParamDictionarygetParamDictionary (void)
 Retrieves the parameter dictionary for this class.

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

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

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

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

virtual TechniquegetTechnique (void) const
 Retrieves a pointer to the Material Technique this renderable object uses.

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

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

virtual bool getNormaliseNormals (void) const
 Returns whether or not this Renderable wishes the hardware to normalise normals.

void processMouseEvent (MouseEvent *e)
void addMouseListener (MouseListener *l)
void removeMouseListener (MouseListener *l)
bool isMouseWithin () const
void processMouseMotionEvent (MouseEvent *e)
void addMouseMotionListener (MouseMotionListener *l)
void removeMouseMotionListener (MouseMotionListener *l)
void processActionEvent (ActionEvent *e)
void addActionListener (ActionListener *l)
void removeActionListener (ActionListener *l)
void setSource (GuiElement *source)
const StringgetActionCommand () const
void setActionCommand (const String &action)
bool isPressed () const
virtual void setPressed (bool b)
void mouseClicked (MouseEvent *e)
 Invoked when the mouse has been clicked on a component.

void mouseEntered (MouseEvent *e)
 Invoked when the mouse enters a component.

void mouseExited (MouseEvent *e)
 Invoked when the mouse exits a component.

void mousePressed (MouseEvent *e)
 Invoked when a mouse button has been pressed on a component.

void mouseReleased (MouseEvent *e)
 Invoked when a mouse button has been released on a component.

virtual void mouseDragEntered (MouseEvent *e)
virtual void mouseDragExited (MouseEvent *e)
virtual void mouseDragDropped (MouseEvent *e)
virtual bool isMulticaster () const
 Returns whether or not the listener is a multicaster.


Static Public Attributes

CmdBorderDownMaterial msCmdBorderDownMaterial
CmdBorderUpMaterial msCmdBorderUpMaterial
CmdBorderHiliteDownMaterial msCmdBorderHiliteDownMaterial
CmdBorderHiliteUpMaterial msCmdBorderHiliteUpMaterial
CmdBorderDisabledMaterial msCmdBorderDisabledMaterial
CmdBorderButtonCaption msCmdBorderButtonCaption

Protected Types

enum  BorderCellIndex {
  BCELL_TOP_LEFT = 0, BCELL_TOP = 1, BCELL_TOP_RIGHT = 2, BCELL_LEFT = 3,
  BCELL_RIGHT = 4, BCELL_BOTTOM_LEFT = 5, BCELL_BOTTOM = 6, BCELL_BOTTOM_RIGHT = 7
}

Protected Methods

void changeChild (GuiElement *e, Real add)
void updatePositionGeometry (void)
 internal method for setting up geometry, called by GuiElement::update

void setCellUV (BorderCellIndex idx, Real &u1, Real &v1, Real &u2, Real &v2)
 Internal method for updating UV.

String getCellUVString (BorderCellIndex idx) const
virtual void updateTextureGeometry (void)
 Called to update the texture coords when layers change.

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

void fireActionPerformed ()

Protected Attributes

String mBorderDownMaterialName
String mBorderUpMaterialName
String mBorderHiliteDownMaterialName
String mBorderHiliteUpMaterialName
String mBorderDisabledMaterialName
GuiElementmInsideObject
Real mLeftBorderSize
Real mRightBorderSize
Real mTopBorderSize
Real mBottomBorderSize
ushort mPixelLeftBorderSize
ushort mPixelRightBorderSize
ushort mPixelTopBorderSize
ushort mPixelBottomBorderSize
String mBorderMaterialName
MaterialmpBorderMaterial
RenderOperation mRenderOp2
BorderRenderablemBorderRenderable
bool mTransparent
Real mTileX [OGRE_MAX_TEXTURE_LAYERS]
Real mTileY [OGRE_MAX_TEXTURE_LAYERS]
size_t mNumTexCoordsInBuffer
RenderOperation mRenderOp
ChildMap mChildren
ChildContainerMap mChildContainers
bool mChildrenProcessEvents
String mName
bool mVisible
bool mCloneable
Real mLeft
Real mTop
Real mWidth
Real mHeight
String mMaterialName
MaterialmpMaterial
String mCaption
ColourValue mColour
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.

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

MouseListenermMouseListener
bool mMouseWithin
MouseMotionListenermMouseMotionListener
ActionListenermActionListener
String mActionCommand
bool mPressed
bool mButtonDown
GuiElementmSource

Static Protected Attributes

String msTypeName = "BorderButton"
CmdBorderSize msCmdBorderSize
CmdBorderMaterial msCmdBorderMaterial
CmdBorderLeftUV msCmdBorderLeftUV
CmdBorderTopUV msCmdBorderTopUV
CmdBorderBottomUV msCmdBorderBottomUV
CmdBorderRightUV msCmdBorderRightUV
CmdBorderTopLeftUV msCmdBorderTopLeftUV
CmdBorderBottomLeftUV msCmdBorderBottomLeftUV
CmdBorderTopRightUV msCmdBorderTopRightUV
CmdBorderBottomRightUV msCmdBorderBottomRightUV
CmdTiling msCmdTiling
CmdTransparent msCmdTransparent
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
GuiElementCommands::CmdVisible msVisibleCmd
ParamDictionaryMap msDictionary
 Dictionary of parameters.


Detailed Description

The listener interface for receiving "interesting" mouse events (press, release, click, enter, and exit) on a component.

(To track mouse moves and mouse drags, use the MouseMotionListener.)

The class that is interested in processing a mouse event either implements this interface (and all the methods it contains) or extends the abstract MouseAdapter class (overriding only the methods of interest).

The listener object created from that class is then registered with a component using the component's addMouseListener method. A mouse event is generated when the mouse is pressed, released clicked (pressed and released). A mouse event is also generated when the mouse cursor enters or leaves a component. When a mouse event occurs the relevant method in the listener object is invoked, and the MouseEvent is passed to it.

Definition at line 54 of file OgreBorderButtonGuiElement.h.


Member Typedef Documentation

typedef MapIterator<ChildContainerMap> Ogre::GuiContainer::ChildContainerIterator [inherited]
 

Definition at line 53 of file OgreGuiContainer.h.

Referenced by Ogre::GuiContainer::getChildContainerIterator().

typedef std::map<String, GuiContainer*> Ogre::GuiContainer::ChildContainerMap [inherited]
 

Definition at line 52 of file OgreGuiContainer.h.

typedef MapIterator<ChildMap> Ogre::GuiContainer::ChildIterator [inherited]
 

Definition at line 51 of file OgreGuiContainer.h.

Referenced by Ogre::GuiContainer::_notifyParent(), Ogre::GuiContainer::_notifyZOrder(), Ogre::GuiContainer::_positionsOutOfDate(), Ogre::GuiContainer::_update(), Ogre::PanelGuiElement::_updateRenderQueue(), Ogre::GuiContainer::_updateRenderQueue(), Ogre::GuiContainer::addChildImpl(), Ogre::GuiContainer::getChildIterator(), Ogre::PopupMenuGuiElement::layoutItems(), Ogre::ListGuiElement::layoutItems(), Ogre::ListGuiElement::setSelectedIndex(), Ogre::ButtonGuiElement::updateMaterials(), and updateMaterials().

typedef std::map<String, GuiElement*> Ogre::GuiContainer::ChildMap [inherited]
 

Definition at line 50 of file OgreGuiContainer.h.


Member Enumeration Documentation

enum Ogre::BorderPanelGuiElement::BorderCellIndex [protected, inherited]
 

Enumeration values:
BCELL_TOP_LEFT 
BCELL_TOP 
BCELL_TOP_RIGHT 
BCELL_LEFT 
BCELL_RIGHT 
BCELL_BOTTOM_LEFT 
BCELL_BOTTOM 
BCELL_BOTTOM_RIGHT 

Definition at line 272 of file OgreBorderPanelGuiElement.h.


Constructor & Destructor Documentation

Ogre::BorderButtonGuiElement::BorderButtonGuiElement const String   name
 

Definition at line 44 of file OgreBorderButtonGuiElement.cpp.

References addBaseParameters(), Ogre::StringInterface::createParamDictionary(), mBorderDisabledMaterialName, mBorderDownMaterialName, mBorderHiliteDownMaterialName, mBorderHiliteUpMaterialName, mBorderUpMaterialName, Ogre::GuiPressable::mButtonDown, Ogre::GuiContainer::mChildrenProcessEvents, mInsideObject, and Ogre::GuiPressable::setSource().


Member Function Documentation

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

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

Definition at line 387 of file OgreGuiElement.cpp.

References Ogre::GuiElement::_updateFromParent(), Ogre::GuiElement::mDerivedLeft, and Ogre::Real.

Referenced by Ogre::GuiElement::_updateFromParent(), Ogre::TextAreaGuiElement::updateGeometry(), Ogre::PanelGuiElement::updatePositionGeometry(), Ogre::BorderPanelGuiElement::updatePositionGeometry(), and Ogre::TTYGuiElement::updateWindowGeometry().

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

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

Definition at line 396 of file OgreGuiElement.cpp.

References Ogre::GuiElement::_updateFromParent(), Ogre::GuiElement::mDerivedTop, and Ogre::Real.

Referenced by Ogre::GuiElement::_updateFromParent(), Ogre::ListGuiElement::mouseDragged(), Ogre::TextAreaGuiElement::updateGeometry(), Ogre::PanelGuiElement::updatePositionGeometry(), Ogre::BorderPanelGuiElement::updatePositionGeometry(), and Ogre::TTYGuiElement::updateWindowGeometry().

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

Overridden from GuiElement.

Reimplemented from Ogre::GuiElement.

Definition at line 176 of file OgreGuiContainer.cpp.

References Ogre::GuiContainer::ChildIterator, and Ogre::GuiContainer::getChildIterator().

Referenced by Ogre::Overlay::add2D().

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

Overridden from GuiElement.

Reimplemented from Ogre::GuiElement.

Definition at line 162 of file OgreGuiContainer.cpp.

References Ogre::GuiContainer::ChildIterator, Ogre::GuiContainer::getChildIterator(), and Ogre::ushort.

Referenced by Ogre::Overlay::add2D().

void Ogre::GuiContainer::_positionsOutOfDate void    [virtual, inherited]
 

Tell the object and its children to recalculate.

Reimplemented from Ogre::GuiElement.

Definition at line 135 of file OgreGuiContainer.cpp.

References Ogre::GuiContainer::ChildIterator, and Ogre::GuiContainer::getChildIterator().

void Ogre::BorderPanelGuiElement::_update void    [virtual, inherited]
 

Overridden from GuiElement.

Reimplemented from Ogre::GuiContainer.

Definition at line 599 of file OgreBorderPanelGuiElement.cpp.

References Ogre::GMM_PIXELS, Ogre::BorderPanelGuiElement::mBottomBorderSize, Ogre::GuiElement::mGeomPositionsOutOfDate, Ogre::BorderPanelGuiElement::mLeftBorderSize, Ogre::GuiElement::mMetricsMode, Ogre::BorderPanelGuiElement::mPixelBottomBorderSize, Ogre::BorderPanelGuiElement::mPixelLeftBorderSize, Ogre::BorderPanelGuiElement::mPixelRightBorderSize, Ogre::BorderPanelGuiElement::mPixelTopBorderSize, Ogre::BorderPanelGuiElement::mRightBorderSize, Ogre::BorderPanelGuiElement::mTopBorderSize, and Ogre::Real.

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

Updates this elements transform based on it's parent.

Definition at line 323 of file OgreGuiElement.cpp.

References Ogre::GuiElement::_getDerivedLeft(), Ogre::GuiElement::_getDerivedTop(), Ogre::GuiElement::getHeight(), Ogre::GuiElement::getWidth(), Ogre::GHA_CENTER, Ogre::GHA_LEFT, Ogre::GHA_RIGHT, Ogre::GVA_BOTTOM, Ogre::GVA_CENTER, Ogre::GVA_TOP, Ogre::GuiElement::mDerivedLeft, Ogre::GuiElement::mDerivedOutOfDate, Ogre::GuiElement::mDerivedTop, Ogre::GuiElement::mHorzAlign, Ogre::GuiElement::mLeft, Ogre::GuiElement::mParent, Ogre::GuiElement::mTop, Ogre::GuiElement::mVertAlign, and Ogre::Real.

Referenced by Ogre::GuiElement::_getDerivedLeft(), Ogre::GuiElement::_getDerivedTop(), and Ogre::GuiElement::_update().

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

Overridden from GuiContainer.

Reimplemented from Ogre::PanelGuiElement.

Definition at line 571 of file OgreBorderPanelGuiElement.cpp.

References Ogre::RenderQueue::addRenderable(), Ogre::BorderPanelGuiElement::mBorderRenderable, Ogre::GuiElement::mZOrder, and Ogre::RENDER_QUEUE_OVERLAY.

void Ogre::ActionTarget::addActionListener ActionListener   l [inherited]
 

Definition at line 61 of file OgreActionTarget.cpp.

References Ogre::ActionTarget::mActionListener.

Referenced by Ogre::ScrollBarGuiElement::setDownButtonName(), and Ogre::ScrollBarGuiElement::setUpButtonName().

void Ogre::BorderButtonGuiElement::addBaseParameters void    [virtual]
 

Internal method for setting up parameters.

Reimplemented from Ogre::BorderPanelGuiElement.

Definition at line 135 of file OgreBorderButtonGuiElement.cpp.

References Ogre::ParamDictionary::addParameter(), Ogre::StringInterface::getParamDictionary(), and Ogre::PT_STRING.

Referenced by BorderButtonGuiElement().

void Ogre::GuiContainer::addChild GuiElement   elem [virtual, inherited]
 

Adds another GuiElement to this container.

Definition at line 46 of file OgreGuiContainer.cpp.

References Ogre::GuiContainer::addChildImpl(), and Ogre::GuiElement::isContainer().

Referenced by Ogre::ListGuiElement::addListItem(), Ogre::PopupMenuGuiElement::addMenuItem(), Ogre::GuiContainer::copyFromTemplate(), Ogre::Profiler::initialize(), Ogre::OverlayManager::parseNewElement(), Ogre::TextBoxGuiElement::setBackPanel(), Ogre::ButtonGuiElement::setButtonCaption(), setButtonCaption(), Ogre::ScrollBarGuiElement::setDownButtonName(), Ogre::ListGuiElement::setScrollBarName(), Ogre::ScrollBarGuiElement::setScrollBitName(), Ogre::TextBoxGuiElement::setTextArea(), and Ogre::ScrollBarGuiElement::setUpButtonName().

void Ogre::GuiContainer::addChildImpl GuiContainer   cont [virtual, inherited]
 

Add a nested container to this container.

Definition at line 76 of file OgreGuiContainer.cpp.

References Ogre::GuiElement::_notifyParent(), Ogre::GuiElement::_notifyZOrder(), Ogre::GuiContainer::addChildImpl(), Ogre::GuiContainer::ChildIterator, Ogre::GuiElement::getName(), Ogre::GuiElement::getZOrder(), Ogre::GuiContainer::mChildContainers, Ogre::GuiElement::mOverlay, and Ogre::GuiElement::mZOrder.

void Ogre::GuiContainer::addChildImpl GuiElement   elem [virtual, inherited]
 

Adds another GuiElement to this container.

Definition at line 59 of file OgreGuiContainer.cpp.

References Ogre::GuiElement::_notifyParent(), Ogre::GuiElement::_notifyZOrder(), Except, Ogre::GuiElement::getName(), Ogre::GuiContainer::mChildren, Ogre::GuiElement::mOverlay, and Ogre::GuiElement::mZOrder.

Referenced by Ogre::GuiContainer::addChild(), and Ogre::GuiContainer::addChildImpl().

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

Definition at line 86 of file OgreMouseTarget.cpp.

References Ogre::MouseTarget::mMouseListener.

Referenced by Ogre::ListGuiElement::addListItem(), Ogre::ScrollBarGuiElement::setScrollBitName(), and Ogre::GuiPressable::setSource().

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

Definition at line 65 of file OgreMouseMotionTarget.cpp.

References Ogre::MouseMotionTarget::mMouseMotionListener.

Referenced by Ogre::InputReader::addCursorMoveListener(), Ogre::ListGuiElement::addListItem(), Ogre::PopupMenuGuiElement::PopupMenuGuiElement(), and Ogre::ScrollBarGuiElement::setScrollBitName().

void Ogre::BorderButtonGuiElement::changeChild GuiElement   e,
Real    add
[protected]
 

Definition at line 125 of file OgreBorderButtonGuiElement.cpp.

References Ogre::GuiElement::getHeight(), Ogre::GuiElement::getLeft(), Ogre::GuiElement::getTop(), Ogre::GuiElement::getWidth(), Ogre::Real, Ogre::GuiElement::setHeight(), Ogre::GuiElement::setLeft(), Ogre::GuiElement::setTop(), and Ogre::GuiElement::setWidth().

Referenced by updateMaterials().

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

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

Definition at line 532 of file OgreGuiElement.cpp.

References Ogre::GuiElement::mDerivedLeft, Ogre::GuiElement::mDerivedTop, Ogre::GuiElement::mHeight, and Ogre::Real.

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

Reimplemented from Ogre::GuiElement.

Definition at line 244 of file OgreGuiContainer.cpp.

References Ogre::GuiContainer::addChild(), Ogre::StringInterface::copyParametersTo(), Ogre::GuiElement::getName(), Ogre::GuiElement::getTypeName(), Ogre::GuiElement::isCloneable(), Ogre::GuiContainer::isContainer(), Ogre::GuiElement::isContainer(), and Ogre::GuiElement::mName.

virtual void Ogre::StringInterface::copyParametersTo StringInterface   dest const [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.

Definition at line 293 of file OgreStringInterface.h.

References Ogre::ParamDictionary::mParamDefs, and Ogre::StringInterface::setParameter().

Referenced by Ogre::GuiElement::copyFromTemplate(), Ogre::GuiContainer::copyFromTemplate(), and Ogre::ParticleSystem::operator=().

bool Ogre::StringInterface::createParamDictionary const String   className [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

Definition at line 169 of file OgreStringInterface.h.

Referenced by BorderButtonGuiElement(), Ogre::BorderPanelGuiElement::BorderPanelGuiElement(), Ogre::ButtonGuiElement::ButtonGuiElement(), Ogre::CgProgram::CgProgram(), Ogre::ColourFaderAffector::ColourFaderAffector(), Ogre::ColourFaderAffector2::ColourFaderAffector2(), Ogre::ColourImageAffector::ColourImageAffector(), Ogre::ColourInterpolatorAffector::ColourInterpolatorAffector(), Ogre::CursorGuiElement::CursorGuiElement(), Ogre::D3D9HLSLProgram::D3D9HLSLProgram(), Ogre::AreaEmitter::initDefaults(), Ogre::ParticleSystem::initParameters(), Ogre::LinearForceAffector::LinearForceAffector(), Ogre::ListGuiElement::ListGuiElement(), Ogre::PanelGuiElement::PanelGuiElement(), Ogre::PointEmitter::PointEmitter(), Ogre::PopupMenuGuiElement::PopupMenuGuiElement(), Ogre::RotationAffector::RotationAffector(), Ogre::ScaleAffector::ScaleAffector(), Ogre::ScrollBarGuiElement::ScrollBarGuiElement(), Ogre::TextAreaGuiElement::TextAreaGuiElement(), Ogre::TextBoxGuiElement::TextBoxGuiElement(), and Ogre::TTYGuiElement::TTYGuiElement().

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

This returns a GuiElement at position x,y.

Reimplemented from Ogre::GuiElement.

Reimplemented in Ogre::CursorGuiElement.

Definition at line 209 of file OgreGuiContainer.cpp.

References Ogre::GuiElement::findElementAt(), Ogre::GuiElement::getZOrder(), Ogre::GuiElement::isEnabled(), Ogre::GuiElement::isVisible(), and Ogre::Real.

Referenced by Ogre::ListGuiElement::mouseDragged().

void Ogre::GuiPressable::fireActionPerformed   [protected, inherited]
 

Definition at line 73 of file OgreGuiPressable.cpp.

References Ogre::GuiPressable::getActionCommand(), Ogre::GuiPressable::mSource, and Ogre::GuiElement::processEvent().

Referenced by Ogre::GuiPressable::mouseClicked(), and Ogre::PopupMenuGuiElement::mouseReleased().

const String & Ogre::GuiPressable::getActionCommand   const [inherited]
 

Definition at line 49 of file OgreGuiPressable.cpp.

References Ogre::GuiPressable::mActionCommand.

Referenced by Ogre::GuiPressable::fireActionPerformed().

const String & Ogre::BorderButtonGuiElement::getBorderDisabledMaterialName void    const
 

Gets the name of the material to use for the disabled borders.

Definition at line 223 of file OgreBorderButtonGuiElement.cpp.

References mBorderDisabledMaterialName.

const String & Ogre::BorderButtonGuiElement::getBorderDownMaterialName void    const
 

Gets the name of the material to use for the borders.

Definition at line 203 of file OgreBorderButtonGuiElement.cpp.

References mBorderDownMaterialName.

const String & Ogre::BorderButtonGuiElement::getBorderHiliteDownMaterialName void    const
 

Gets the name of the material to use for the hilited borders.

Definition at line 213 of file OgreBorderButtonGuiElement.cpp.

References mBorderHiliteDownMaterialName.

const String & Ogre::BorderButtonGuiElement::getBorderHiliteUpMaterialName void    const
 

Gets the name of the material to use for the hilited borders.

Definition at line 218 of file OgreBorderButtonGuiElement.cpp.

References mBorderHiliteUpMaterialName.

const String & Ogre::BorderPanelGuiElement::getBorderMaterialName void    const [inherited]
 

Gets the name of the material to use for the borders.

Definition at line 478 of file OgreBorderPanelGuiElement.cpp.

References Ogre::BorderPanelGuiElement::mBorderMaterialName.

const String & Ogre::BorderButtonGuiElement::getBorderUpMaterialName void    const
 

Gets the name of the material to use for the borders.

Definition at line 208 of file OgreBorderButtonGuiElement.cpp.

References mBorderUpMaterialName.

Real Ogre::BorderPanelGuiElement::getBottomBorderSize void    const [inherited]
 

Gets the size of the bottom border.

Definition at line 307 of file OgreBorderPanelGuiElement.cpp.

References Ogre::GMM_PIXELS, Ogre::BorderPanelGuiElement::mBottomBorderSize, Ogre::GuiElement::mMetricsMode, Ogre::BorderPanelGuiElement::mPixelBottomBorderSize, and Ogre::Real.

Referenced by Ogre::BorderPanelGuiElement::CmdBorderSize::doGet().

String Ogre::BorderPanelGuiElement::getBottomBorderUVString   const [inherited]
 

Definition at line 434 of file OgreBorderPanelGuiElement.cpp.

References Ogre::BorderPanelGuiElement::BCELL_BOTTOM, and Ogre::BorderPanelGuiElement::getCellUVString().

String Ogre::BorderPanelGuiElement::getBottomLeftBorderUVString   const [inherited]
 

Definition at line 449 of file OgreBorderPanelGuiElement.cpp.

References Ogre::BorderPanelGuiElement::BCELL_BOTTOM_LEFT, and Ogre::BorderPanelGuiElement::getCellUVString().

String Ogre::BorderPanelGuiElement::getBottomRightBorderUVString   const [inherited]
 

Definition at line 454 of file OgreBorderPanelGuiElement.cpp.

References Ogre::BorderPanelGuiElement::BCELL_BOTTOM_RIGHT, and Ogre::BorderPanelGuiElement::getCellUVString().

String Ogre::BorderButtonGuiElement::getButtonCaption   const
 

Definition at line 260 of file OgreBorderButtonGuiElement.cpp.

References Ogre::GuiElement::getCaption(), and mInsideObject.

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

Gets the caption for this element.

Reimplemented in Ogre::TextAreaGuiElement, Ogre::TextBoxGuiElement, and Ogre::TTYGuiElement.

Definition at line 471 of file OgreGuiElement.cpp.

References Ogre::GuiElement::mCaption.

Referenced by Ogre::ButtonGuiElement::getButtonCaption(), getButtonCaption(), Ogre::ListGuiElement::getSelectedIndex(), Ogre::ListGuiElement::getSelectedItem(), and Ogre::PopupMenuGuiElement::mouseReleased().

String Ogre::BorderPanelGuiElement::getCellUVString BorderCellIndex    idx const [protected, inherited]
 

Definition at line 349 of file OgreBorderPanelGuiElement.cpp.

References BCELL_UV, Ogre::VertexBufferBinding::getBuffer(), Ogre::BorderPanelGuiElement::mRenderOp2, Ogre::Real, TEXCOORD_BINDING, Ogre::VertexData::vertexBufferBinding, and Ogre::RenderOperation::vertexData.

Referenced by Ogre::BorderPanelGuiElement::getBottomBorderUVString(), Ogre::BorderPanelGuiElement::getBottomLeftBorderUVString(), Ogre::BorderPanelGuiElement::getBottomRightBorderUVString(), Ogre::BorderPanelGuiElement::getLeftBorderUVString(), Ogre::BorderPanelGuiElement::getRightBorderUVString(), Ogre::BorderPanelGuiElement::getTopBorderUVString(), Ogre::BorderPanelGuiElement::getTopLeftBorderUVString(), and Ogre::BorderPanelGuiElement::getTopRightBorderUVString().

GuiElement * Ogre::GuiContainer::getChild const String   name [virtual, inherited]
 

Gets the named child of this container.

Definition at line 112 of file OgreGuiContainer.cpp.

References Except, and Ogre::GuiContainer::mChildren.

Referenced by Ogre::ListGuiElement::removeListItem(), Ogre::PopupMenuGuiElement::removeMenuItem(), and Ogre::ListGuiElement::setSelectedItem().

GuiContainer::ChildContainerIterator Ogre::GuiContainer::getChildContainerIterator void    [virtual, inherited]
 

Gets an iterator for just the container children of this object.

Remarks:
Good for cascading updates without having to use RTTI

Definition at line 129 of file OgreGuiContainer.cpp.

References Ogre::GuiContainer::ChildContainerIterator, and Ogre::GuiContainer::mChildContainers.

GuiContainer::ChildIterator Ogre::GuiContainer::getChildIterator void    [virtual, inherited]
 

Gets an object for iterating over all the children of this object.

Definition at line 124 of file OgreGuiContainer.cpp.

References Ogre::GuiContainer::ChildIterator, and Ogre::GuiContainer::mChildren.

Referenced by Ogre::GuiContainer::_notifyParent(), Ogre::GuiContainer::_notifyZOrder(), Ogre::GuiContainer::_positionsOutOfDate(), Ogre::GuiContainer::_update(), Ogre::PanelGuiElement::_updateRenderQueue(), Ogre::GuiContainer::_updateRenderQueue(), Ogre::PopupMenuGuiElement::layoutItems(), Ogre::ListGuiElement::layoutItems(), Ogre::ListGuiElement::mouseDragged(), Ogre::ListGuiElement::mousePressed(), Ogre::ListGuiElement::setSelectedIndex(), Ogre::ButtonGuiElement::updateMaterials(), and updateMaterials().

const ColourValue & Ogre::GuiElement::getColour void    const [virtual, inherited]
 

Gets the colour for this element.

Reimplemented in Ogre::TextAreaGuiElement, and Ogre::TTYGuiElement.

Definition at line 481 of file OgreGuiElement.cpp.

References Ogre::GuiElement::mColour.

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

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

Definition at line 173 of file OgreGuiElement.cpp.

References Ogre::GMM_PIXELS, Ogre::GuiElement::mHeight, Ogre::GuiElement::mMetricsMode, Ogre::GuiElement::mPixelHeight, and Ogre::Real.

Referenced by Ogre::GuiElement::_updateFromParent(), Ogre::ListGuiElement::addListItem(), Ogre::PopupMenuGuiElement::addMenuItem(), Ogre::ButtonGuiElement::changeChild(), changeChild(), Ogre::ScrollBarGuiElement::layoutItems(), Ogre::PopupMenuGuiElement::layoutItems(), Ogre::ListGuiElement::layoutItems(), Ogre::ListGuiElement::mouseDragged(), Ogre::ScrollBarGuiElement::mousePressed(), Ogre::ScrollBarGuiElement::moveScrollBitTo(), Ogre::TextBoxGuiElement::setBackPanel(), Ogre::ListGuiElement::setScrollBarName(), and Ogre::ScrollBarGuiElement::updateScrollBit().

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

Gets the horizontal alignment for this element.

Definition at line 513 of file OgreGuiElement.cpp.

References Ogre::GuiHorizontalAlignment, and Ogre::GuiElement::mHorzAlign.

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.

Definition at line 199 of file OgreGuiElement.cpp.

References Ogre::GMM_PIXELS, Ogre::GuiElement::mLeft, Ogre::GuiElement::mMetricsMode, Ogre::GuiElement::mPixelLeft, and Ogre::Real.

Referenced by Ogre::ButtonGuiElement::changeChild(), and changeChild().

Real Ogre::BorderPanelGuiElement::getLeftBorderSize void    const [inherited]
 

Gets the size of the left border.

Definition at line 271 of file OgreBorderPanelGuiElement.cpp.

References Ogre::GMM_PIXELS, Ogre::BorderPanelGuiElement::mLeftBorderSize, Ogre::GuiElement::mMetricsMode, Ogre::BorderPanelGuiElement::mPixelLeftBorderSize, and Ogre::Real.

Referenced by Ogre::BorderPanelGuiElement::CmdBorderSize::doGet().

String Ogre::BorderPanelGuiElement::getLeftBorderUVString   const [inherited]
 

Definition at line 419 of file OgreBorderPanelGuiElement.cpp.

References Ogre::BorderPanelGuiElement::BCELL_LEFT, and Ogre::BorderPanelGuiElement::getCellUVString().

const LightList& Ogre::GuiElement::getLights void    const [virtual, inherited]
 

@copydoc Renderable::getLights

Implements Ogre::Renderable.

Definition at line 419 of file OgreGuiElement.h.

References Ogre::LightList.

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

See Renderable.

Implements Ogre::Renderable.

Definition at line 258 of file OgreGuiElement.cpp.

References Ogre::GuiElement::mpMaterial.

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

Gets the name of the material this element uses.

Definition at line 238 of file OgreGuiElement.cpp.

References Ogre::GuiElement::mMaterialName.

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

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

Definition at line 502 of file OgreGuiElement.cpp.

References Ogre::GuiMetricsMode, and Ogre::GuiElement::mMetricsMode.

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

Gets the name of this overlay.

Definition at line 82 of file OgreGuiElement.cpp.

References Ogre::GuiElement::mName.

Referenced by Ogre::ScrollBarGuiElement::actionPerformed(), Ogre::GuiContainer::addChildImpl(), Ogre::GuiContainer::copyFromTemplate(), Ogre::GuiManager::destroyGuiElement(), Ogre::TTYGuiElement::CmdScrollBar::doGet(), Ogre::ListGuiElement::getScrollBarName(), Ogre::ListGuiElement::layoutItems(), Ogre::PopupMenuGuiElement::mouseReleased(), Ogre::OverlayManager::parseChildren(), Ogre::OverlayManager::parseElementAttrib(), Ogre::TextBoxGuiElement::setBackPanel(), Ogre::ButtonGuiElement::setButtonCaption(), setButtonCaption(), Ogre::ListGuiElement::setScrollBarName(), Ogre::ListGuiElement::setSelectedIndex(), and Ogre::TextBoxGuiElement::setTextArea().

virtual bool Ogre::Renderable::getNormaliseNormals void    const [virtual, inherited]
 

Returns whether or not this Renderable wishes the hardware to normalise normals.

Reimplemented in Ogre::SubEntity.

Definition at line 132 of file OgreRenderable.h.

Referenced by Ogre::SceneManager::renderSingleObject().

virtual unsigned short Ogre::Renderable::getNumWorldTransforms void    const [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, and Ogre::BorderRenderable.

Definition at line 98 of file OgreRenderable.h.

Referenced by Ogre::SceneManager::renderSingleObject().

const ParamDictionary* Ogre::StringInterface::getParamDictionary void    const [inherited]
 

Definition at line 206 of file OgreStringInterface.h.

ParamDictionary* Ogre::StringInterface::getParamDictionary void    [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.

Definition at line 193 of file OgreStringInterface.h.

Referenced by Ogre::TTYGuiElement::addBaseParameters(), Ogre::TextBoxGuiElement::addBaseParameters(), Ogre::TextAreaGuiElement::addBaseParameters(), Ogre::ScrollBarGuiElement::addBaseParameters(), Ogre::PopupMenuGuiElement::addBaseParameters(), Ogre::ParticleEmitter::addBaseParameters(), Ogre::PanelGuiElement::addBaseParameters(), Ogre::ListGuiElement::addBaseParameters(), Ogre::GuiElement::addBaseParameters(), Ogre::CursorGuiElement::addBaseParameters(), Ogre::ButtonGuiElement::addBaseParameters(), Ogre::BorderPanelGuiElement::addBaseParameters(), addBaseParameters(), Ogre::CgProgram::CgProgram(), Ogre::ColourFaderAffector::ColourFaderAffector(), Ogre::ColourFaderAffector2::ColourFaderAffector2(), Ogre::ColourImageAffector::ColourImageAffector(), Ogre::ColourInterpolatorAffector::ColourInterpolatorAffector(), Ogre::D3D9HLSLProgram::D3D9HLSLProgram(), Ogre::HollowEllipsoidEmitter::HollowEllipsoidEmitter(), Ogre::AreaEmitter::initDefaults(), Ogre::ParticleSystem::initParameters(), Ogre::LinearForceAffector::LinearForceAffector(), Ogre::RingEmitter::RingEmitter(), Ogre::RotationAffector::RotationAffector(), Ogre::ScaleAffector::ScaleAffector(), and Ogre::StringInterface::setParameter().

virtual String Ogre::StringInterface::getParameter const String   name const [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

Definition at line 262 of file OgreStringInterface.h.

References Ogre::ParamCommand::doGet(), and Ogre::ParamDictionary::getParamCommand().

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

Retrieves a list of parameters valid for this object.

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

Definition at line 224 of file OgreStringInterface.h.

References Ogre::ParamDictionary::getParameters(), and Ogre::ParameterList.

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

Returns the parent container.

Definition at line 585 of file OgreGuiElement.cpp.

References Ogre::GuiElement::mParent.

Referenced by Ogre::ListGuiElement::mouseDragged(), Ogre::PopupMenuGuiElement::setSelectedItem(), and Ogre::ListGuiElement::setSelectedItem().

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

Returns the parent container.

Implements Ogre::PositionTarget.

Definition at line 580 of file OgreGuiElement.cpp.

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

Returns the preferred rasterisation mode of this renderable.

Reimplemented in Ogre::SubEntity.

Definition at line 129 of file OgreRenderable.h.

References Ogre::SceneDetailLevel, and Ogre::SDL_SOLID.

Referenced by Ogre::SceneManager::renderSingleObject().

void Ogre::PanelGuiElement::getRenderOperation RenderOperation   op [virtual, inherited]
 

See Renderable.

Implements Ogre::Renderable.

Definition at line 135 of file OgrePanelGuiElement.cpp.

References Ogre::PanelGuiElement::mRenderOp.

Real Ogre::BorderPanelGuiElement::getRightBorderSize void    const [inherited]
 

Gets the size of the right border.

Definition at line 283 of file OgreBorderPanelGuiElement.cpp.

References Ogre::GMM_PIXELS, Ogre::GuiElement::mMetricsMode, Ogre::BorderPanelGuiElement::mPixelRightBorderSize, Ogre::BorderPanelGuiElement::mRightBorderSize, and Ogre::Real.

Referenced by Ogre::BorderPanelGuiElement::CmdBorderSize::doGet().

String Ogre::BorderPanelGuiElement::getRightBorderUVString   const [inherited]
 

Definition at line 424 of file OgreBorderPanelGuiElement.cpp.

References Ogre::BorderPanelGuiElement::BCELL_RIGHT, and Ogre::BorderPanelGuiElement::getCellUVString().

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

Overridden from Renderable.

Implements Ogre::Renderable.

Definition at line 413 of file OgreGuiElement.h.

References Ogre::Real.

Referenced by Ogre::BorderRenderable::getSquaredViewDepth().

virtual Technique* Ogre::Renderable::getTechnique void    const [virtual, inherited]
 

Retrieves a pointer to the Material Technique this renderable object uses.

Remarks:
This is to allow Renderables to use a chosen Technique if they wish, otherwise they will use the best Technique available for the Material they are using.

Reimplemented in Ogre::SubEntity.

Definition at line 63 of file OgreRenderable.h.

References Ogre::Material::getBestTechnique().

Referenced by Ogre::RenderPriorityGroup::addRenderable().

Real Ogre::PanelGuiElement::getTileX ushort    layer = 0 const [inherited]
 

Definition at line 110 of file OgrePanelGuiElement.cpp.

References Ogre::PanelGuiElement::mTileX, Ogre::Real, and Ogre::ushort.

Referenced by Ogre::PanelGuiElement::CmdTiling::doGet().

Real Ogre::PanelGuiElement::getTileY ushort    layer = 0 const [inherited]
 

Gets the number of times the texture should repeat vertically.

Parameters:
layer  The texture layer to specify (only needs to be altered if you're using a multi-texture layer material)

Definition at line 115 of file OgrePanelGuiElement.cpp.

References Ogre::PanelGuiElement::mTileY, Ogre::Real, and Ogre::ushort.

Referenced by Ogre::PanelGuiElement::CmdTiling::doGet().

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.

Definition at line 226 of file OgreGuiElement.cpp.

References Ogre::GMM_PIXELS, Ogre::GuiElement::mMetricsMode, Ogre::GuiElement::mPixelTop, Ogre::GuiElement::mTop, and Ogre::Real.

Referenced by Ogre::ButtonGuiElement::changeChild(), changeChild(), Ogre::ScrollBarGuiElement::mouseDragged(), Ogre::ScrollBarGuiElement::mousePressed(), and Ogre::ScrollBarGuiElement::moveScrollBitTo().

Real Ogre::BorderPanelGuiElement::getTopBorderSize void    const [inherited]
 

Gets the size of the top border.

Definition at line 295 of file OgreBorderPanelGuiElement.cpp.

References Ogre::GMM_PIXELS, Ogre::GuiElement::mMetricsMode, Ogre::BorderPanelGuiElement::mPixelTopBorderSize, Ogre::BorderPanelGuiElement::mTopBorderSize, and Ogre::Real.

Referenced by Ogre::BorderPanelGuiElement::CmdBorderSize::doGet().

String Ogre::BorderPanelGuiElement::getTopBorderUVString   const [inherited]
 

Definition at line 429 of file OgreBorderPanelGuiElement.cpp.

References Ogre::BorderPanelGuiElement::BCELL_TOP, and Ogre::BorderPanelGuiElement::getCellUVString().

String Ogre::BorderPanelGuiElement::getTopLeftBorderUVString   const [inherited]
 

Definition at line 439 of file OgreBorderPanelGuiElement.cpp.

References Ogre::BorderPanelGuiElement::BCELL_TOP_LEFT, and Ogre::BorderPanelGuiElement::getCellUVString().

String Ogre::BorderPanelGuiElement::getTopRightBorderUVString   const [inherited]
 

Definition at line 444 of file OgreBorderPanelGuiElement.cpp.

References Ogre::BorderPanelGuiElement::BCELL_TOP_RIGHT, and Ogre::BorderPanelGuiElement::getCellUVString().

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

See GuiElement.

Reimplemented from Ogre::BorderPanelGuiElement.

Definition at line 357 of file OgreBorderButtonGuiElement.cpp.

References msTypeName.

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

Gets the vertical alignment for this element.

Definition at line 524 of file OgreGuiElement.cpp.

References Ogre::GuiVerticalAlignment, and Ogre::GuiElement::mVertAlign.

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

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

Definition at line 148 of file OgreGuiElement.cpp.

References Ogre::GMM_PIXELS, Ogre::GuiElement::mMetricsMode, Ogre::GuiElement::mPixelWidth, Ogre::GuiElement::mWidth, and Ogre::Real.

Referenced by Ogre::GuiElement::_updateFromParent(), Ogre::ListGuiElement::addListItem(), Ogre::PopupMenuGuiElement::addMenuItem(), Ogre::ButtonGuiElement::changeChild(), changeChild(), Ogre::ScrollBarGuiElement::layoutItems(), Ogre::ScrollBarGuiElement::mousePressed(), Ogre::ScrollBarGuiElement::moveScrollBitTo(), Ogre::TextBoxGuiElement::processEvent(), Ogre::TextBoxGuiElement::setBackPanel(), Ogre::ScrollBarGuiElement::setDownButtonName(), Ogre::ListGuiElement::setScrollBarName(), Ogre::ScrollBarGuiElement::setScrollBitName(), Ogre::ScrollBarGuiElement::setUpButtonName(), Ogre::TextAreaGuiElement::updateGeometry(), and Ogre::ScrollBarGuiElement::updateScrollBit().

const Quaternion & Ogre::GuiElement::getWorldOrientation void    const [virtual, inherited]
 

@copydoc Renderable::getWorldOrientation

Implements Ogre::Renderable.

Definition at line 268 of file OgreGuiElement.cpp.

References Ogre::Overlay::getWorldOrientation(), and Ogre::GuiElement::mOverlay.

const Vector3 & Ogre::GuiElement::getWorldPosition void    const [virtual, inherited]
 

@copydoc Renderable::getWorldPosition

Implements Ogre::Renderable.

Definition at line 273 of file OgreGuiElement.cpp.

References Ogre::Overlay::getWorldPosition(), and Ogre::GuiElement::mOverlay.

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

See Renderable.

Implements Ogre::Renderable.

Definition at line 263 of file OgreGuiElement.cpp.

References Ogre::Overlay::_getWorldTransforms(), and Ogre::GuiElement::mOverlay.

Referenced by Ogre::BorderRenderable::getWorldTransforms().

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

Returns the zOrder of the element.

Definition at line 409 of file OgreGuiElement.h.

References Ogre::ushort.

Referenced by Ogre::GuiContainer::addChildImpl(), Ogre::Overlay::findElementAt(), and Ogre::GuiContainer::findElementAt().

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

Hides this element if it was visible.

Reimplemented in Ogre::CursorGuiElement.

Definition at line 92 of file OgreGuiElement.cpp.

References Ogre::GuiElement::mVisible.

Referenced by Ogre::Profiler::createPanel(), Ogre::Profiler::createTextArea(), Ogre::ListGuiElement::layoutItems(), and Ogre::OverlayManager::setCursorGui().

void Ogre::BorderPanelGuiElement::initialise void    [virtual, inherited]
 

Initialise.

Reimplemented from Ogre::PanelGuiElement.

Definition at line 81 of file OgreBorderPanelGuiElement.cpp.

References Ogre::VertexDeclaration::addElement(), Ogre::BorderPanelGuiElement::BorderRenderable, Ogre::VertexDeclaration::getVertexSize(), Ogre::IndexData::indexBuffer, Ogre::IndexData::indexCount, Ogre::RenderOperation::indexData, Ogre::IndexData::indexStart, Ogre::BorderPanelGuiElement::mBorderRenderable, Ogre::BorderPanelGuiElement::mRenderOp2, Ogre::RenderOperation::operationType, POSITION_BINDING, Ogre::VertexBufferBinding::setBinding(), TEXCOORD_BINDING, Ogre::RenderOperation::useIndexes, Ogre::ushort, Ogre::VertexData::vertexBufferBinding, Ogre::VertexData::vertexCount, Ogre::RenderOperation::vertexData, Ogre::VertexData::vertexDeclaration, Ogre::VertexData::vertexStart, Ogre::VES_POSITION, Ogre::VES_TEXTURE_COORDINATES, Ogre::VET_FLOAT2, and Ogre::VET_FLOAT3.

virtual bool Ogre::GuiContainer::isChildrenProcessEvents   const [virtual, inherited]
 

Should this container pass events to their children.

Definition at line 107 of file OgreGuiContainer.h.

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

Definition at line 390 of file OgreGuiElement.h.

Referenced by Ogre::GuiContainer::copyFromTemplate().

bool Ogre::GuiContainer::isContainer   const [virtual, inherited]
 

Overridden from GuiElement.

Reimplemented from Ogre::GuiElement.

Definition at line 103 of file OgreGuiContainer.h.

Referenced by Ogre::GuiContainer::copyFromTemplate().

bool Ogre::GuiElement::isEnabled   const [inherited]
 

Definition at line 597 of file OgreGuiElement.cpp.

References Ogre::GuiElement::mEnabled.

Referenced by Ogre::GuiContainer::findElementAt(), and Ogre::ButtonGuiElement::updateMaterials().

virtual bool Ogre::GuiElement::isKeyEnabled   const [virtual, inherited]
 

Implements Ogre::PositionTarget.

Reimplemented in Ogre::TextBoxGuiElement.

Definition at line 387 of file OgreGuiElement.h.

bool Ogre::MouseTarget::isMouseWithin   const [inherited]
 

Definition at line 105 of file OgreMouseTarget.cpp.

References Ogre::MouseTarget::mMouseWithin.

Referenced by Ogre::ButtonGuiElement::updateMaterials(), and updateMaterials().

virtual bool Ogre::EventListener::isMulticaster   const [virtual, inherited]
 

Returns whether or not the listener is a multicaster.

Reimplemented in Ogre::EventMulticaster.

Definition at line 65 of file OgreEventListeners.h.

Referenced by Ogre::EventMulticaster::convertListenerToMulti(), and Ogre::EventMulticaster::removeInternal().

bool Ogre::GuiPressable::isPressed   const [inherited]
 

Definition at line 61 of file OgreGuiPressable.cpp.

References Ogre::GuiPressable::mPressed.

Referenced by Ogre::PopupMenuGuiElement::mouseMoved(), Ogre::ButtonGuiElement::updateMaterials(), and updateMaterials().

bool Ogre::PanelGuiElement::isTransparent void    const [inherited]
 

Returns whether this panel is transparent.

Definition at line 125 of file OgrePanelGuiElement.cpp.

References Ogre::PanelGuiElement::mTransparent.

Referenced by Ogre::PanelGuiElement::CmdTransparent::doGet(), and Ogre::PanelGuiElement::setTransparent().

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

Returns whether or not the element is visible.

Definition at line 97 of file OgreGuiElement.cpp.

References Ogre::GuiElement::mVisible.

Referenced by Ogre::GuiContainer::findElementAt().

void Ogre::GuiPressable::mouseClicked MouseEvent   e [virtual, inherited]
 

Invoked when the mouse has been clicked on a component.

Implements Ogre::MouseListener.

Definition at line 81 of file OgreGuiPressable.cpp.

References Ogre::GuiPressable::fireActionPerformed().

virtual void Ogre::MouseListener::mouseDragDropped MouseEvent   e [virtual, inherited]
 

Definition at line 104 of file OgreEventListeners.h.

Referenced by Ogre::MouseTarget::processMouseEvent().

virtual void Ogre::MouseListener::mouseDragEntered MouseEvent   e [virtual, inherited]
 

Definition at line 102 of file OgreEventListeners.h.

Referenced by Ogre::MouseTarget::processMouseEvent().

virtual void Ogre::MouseListener::mouseDragExited MouseEvent   e [virtual, inherited]
 

Definition at line 103 of file OgreEventListeners.h.

Referenced by Ogre::MouseTarget::processMouseEvent().

void Ogre::GuiPressable::mouseEntered MouseEvent   e [virtual, inherited]
 

Invoked when the mouse enters a component.

Implements Ogre::MouseListener.

Definition at line 85 of file OgreGuiPressable.cpp.

void Ogre::GuiPressable::mouseExited MouseEvent   e [virtual, inherited]
 

Invoked when the mouse exits a component.

Implements Ogre::MouseListener.

Definition at line 88 of file OgreGuiPressable.cpp.

void Ogre::GuiPressable::mousePressed MouseEvent   e [virtual, inherited]
 

Invoked when a mouse button has been pressed on a component.

Implements Ogre::MouseListener.

Definition at line 91 of file OgreGuiPressable.cpp.

References Ogre::GuiPressable::setPressed().

void Ogre::GuiPressable::mouseReleased MouseEvent   e [virtual, inherited]
 

Invoked when a mouse button has been released on a component.

Implements Ogre::MouseListener.

Definition at line 95 of file OgreGuiPressable.cpp.

References Ogre::GuiPressable::setPressed().

void Ogre::ActionTarget::processActionEvent ActionEvent   e [inherited]
 

Definition at line 45 of file OgreActionTarget.cpp.

References Ogre::ActionListener::actionPerformed(), Ogre::InputEvent::getID(), and Ogre::ActionTarget::mActionListener.

Referenced by Ogre::GuiElement::processEvent(), and Ogre::GuiControl::processEvent().

void Ogre::BorderButtonGuiElement::processEvent InputEvent   e [virtual]
 

Processes events occurring on this component.

By default this method calls the appropriate process event method

Reimplemented from Ogre::GuiElement.

Definition at line 67 of file OgreBorderButtonGuiElement.cpp.

References updateMaterials().

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

Definition at line 46 of file OgreMouseTarget.cpp.

References Ogre::InputEvent::getID(), Ogre::MouseTarget::mMouseListener, Ogre::MouseTarget::mMouseWithin, Ogre::MouseListener::mouseClicked(), Ogre::MouseListener::mouseDragDropped(), Ogre::MouseListener::mouseDragEntered(), Ogre::MouseListener::mouseDragExited(), Ogre::MouseListener::mouseEntered(), Ogre::MouseListener::mouseExited(), Ogre::MouseListener::mousePressed(), and Ogre::MouseListener::mouseReleased().

Referenced by Ogre::GuiElement::processEvent(), Ogre::EventProcessor::processEvent(), and Ogre::Cursor::processEvent().

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

Definition at line 44 of file OgreMouseMotionTarget.cpp.

References Ogre::InputEvent::getID(), Ogre::MouseMotionTarget::mMouseMotionListener, Ogre::MouseMotionListener::mouseDragged(), Ogre::MouseMotionListener::mouseDragMoved(), and Ogre::MouseMotionListener::mouseMoved().

Referenced by Ogre::GuiElement::processEvent(), Ogre::EventProcessor::processEvent(), and Ogre::Cursor::processEvent().

void Ogre::ActionTarget::removeActionListener ActionListener   l [inherited]
 

Definition at line 71 of file OgreActionTarget.cpp.

References Ogre::ActionTarget::mActionListener.

void Ogre::GuiContainer::removeChild const String   name [virtual, inherited]
 

Removes a named element from this container.

Definition at line 99 of file OgreGuiContainer.cpp.

References Except, and Ogre::GuiContainer::mChildren.

Referenced by Ogre::ListGuiElement::removeListItem(), Ogre::PopupMenuGuiElement::removeMenuItem(), Ogre::TextBoxGuiElement::setBackPanel(), Ogre::ButtonGuiElement::setButtonCaption(), setButtonCaption(), Ogre::ListGuiElement::setScrollBarName(), and Ogre::TextBoxGuiElement::setTextArea().

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

Definition at line 95 of file OgreMouseTarget.cpp.

References Ogre::MouseTarget::mMouseListener.

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

Definition at line 74 of file OgreMouseMotionTarget.cpp.

References Ogre::MouseMotionTarget::mMouseMotionListener.

Referenced by Ogre::InputReader::removeCursorMoveListener().

void Ogre::GuiPressable::setActionCommand const String   action [inherited]
 

Definition at line 55 of file OgreGuiPressable.cpp.

References Ogre::GuiPressable::mActionCommand.

Referenced by Ogre::PopupMenuGuiElement::mouseReleased().

void Ogre::BorderButtonGuiElement::setBorderDisabledMaterialName const String   name
 

Sets the name of the material to use for the disabled borders.

Definition at line 197 of file OgreBorderButtonGuiElement.cpp.

References mBorderDisabledMaterialName.

void Ogre::BorderButtonGuiElement::setBorderDownMaterialName const String   name
 

Sets the name of the material to use for the borders.

Definition at line 173 of file OgreBorderButtonGuiElement.cpp.

References mBorderDownMaterialName.

void Ogre::BorderButtonGuiElement::setBorderHiliteDownMaterialName const String   name
 

Sets the name of the material to use for the hilited borders.

Definition at line 187 of file OgreBorderButtonGuiElement.cpp.

References mBorderHiliteDownMaterialName.

void Ogre::BorderButtonGuiElement::setBorderHiliteUpMaterialName const String   name
 

Sets the name of the material to use for the hilited borders.

Definition at line 192 of file OgreBorderButtonGuiElement.cpp.

References mBorderHiliteUpMaterialName.

void Ogre::BorderPanelGuiElement::setBorderMaterialName const String   name [inherited]
 

Sets the name of the material to use for the borders.

Definition at line 464 of file OgreBorderPanelGuiElement.cpp.

References Except, Ogre::Material::load(), Ogre::BorderPanelGuiElement::mBorderMaterialName, Ogre::BorderPanelGuiElement::mpBorderMaterial, Ogre::Material::setDepthCheckEnabled(), and Ogre::Material::setLightingEnabled().

void Ogre::BorderPanelGuiElement::setBorderSize Real    left,
Real    right,
Real    top,
Real    bottom
[inherited]
 

Sets the size of the border separately for all borders.

Remarks:
This method sets a size all borders separately. Remember that the dimensions specified here are in relation to the size of the screen, so 0.1 is 1/10th of the screen width or height. Also note that because most screen resolutions are 1.333:1 width:height ratio that using the same border size will look slightly bigger across than up.
Parameters:
left  The size of the left border as a factor of the screen dimensions ie 0.2 is one-fifth of the screen size.
right  The size of the left border as a factor of the screen dimensions.
top  The size of the top border as a factor of the screen dimensions.
bottom  The size of the bottom border as a factor of the screen dimensions.

Definition at line 252 of file OgreBorderPanelGuiElement.cpp.

References Ogre::GMM_PIXELS, Ogre::BorderPanelGuiElement::mBottomBorderSize, Ogre::GuiElement::mGeomPositionsOutOfDate, Ogre::BorderPanelGuiElement::mLeftBorderSize, Ogre::GuiElement::mMetricsMode, Ogre::BorderPanelGuiElement::mPixelBottomBorderSize, Ogre::BorderPanelGuiElement::mPixelLeftBorderSize, Ogre::BorderPanelGuiElement::mPixelRightBorderSize, Ogre::BorderPanelGuiElement::mPixelTopBorderSize, Ogre::BorderPanelGuiElement::mRightBorderSize, Ogre::BorderPanelGuiElement::mTopBorderSize, and Ogre::Real.

void Ogre::BorderPanelGuiElement::setBorderSize Real    sides,
Real    topAndBottom
[inherited]
 

Sets the size of the border, with different sizes for vertical and horizontal borders.

Remarks:
This method sets a size for the side and top / bottom borders separately. Remember that the dimensions specified here are in relation to the size of the screen, so 0.1 is 1/10th of the screen width or height. Also note that because most screen resolutions are 1.333:1 width:height ratio that using the same border size will look slightly bigger across than up.
Parameters:
sides  The size of the side borders as a factor of the screen dimensions ie 0.2 is one-fifth of the screen size.
topAndBottom  The size of the top and bottom borders as a factor of the screen dimensions.

Definition at line 235 of file OgreBorderPanelGuiElement.cpp.

References Ogre::GMM_PIXELS, Ogre::BorderPanelGuiElement::mBottomBorderSize, Ogre::GuiElement::mGeomPositionsOutOfDate, Ogre::BorderPanelGuiElement::mLeftBorderSize, Ogre::GuiElement::mMetricsMode, Ogre::BorderPanelGuiElement::mPixelBottomBorderSize, Ogre::BorderPanelGuiElement::mPixelLeftBorderSize, Ogre::BorderPanelGuiElement::mPixelRightBorderSize, Ogre::BorderPanelGuiElement::mPixelTopBorderSize, Ogre::BorderPanelGuiElement::mRightBorderSize, Ogre::BorderPanelGuiElement::mTopBorderSize, and Ogre::Real.

void Ogre::BorderPanelGuiElement::setBorderSize Real    size [inherited]
 

Sets the size of the border.

Remarks:
This method sets a constant size for all borders. There are also alternative methods which allow you to set border widths for individual edges separately. Remember that the dimensions specified here are in relation to the size of the screen, so 0.1 is 1/10th of the screen width or height. Also note that because most screen resolutions are 1.333:1 width:height ratio that using the same border size will look slightly bigger across than up.
Parameters:
size  The size of the border as a factor of the screen dimensions ie 0.2 is one-fifth of the screen size.

Definition at line 220 of file OgreBorderPanelGuiElement.cpp.

References Ogre::GMM_PIXELS, Ogre::BorderPanelGuiElement::mBottomBorderSize, Ogre::GuiElement::mGeomPositionsOutOfDate, Ogre::BorderPanelGuiElement::mLeftBorderSize, Ogre::GuiElement::mMetricsMode, Ogre::BorderPanelGuiElement::mPixelBottomBorderSize, Ogre::BorderPanelGuiElement::mPixelLeftBorderSize, Ogre::BorderPanelGuiElement::mPixelRightBorderSize, Ogre::BorderPanelGuiElement::mPixelTopBorderSize, Ogre::BorderPanelGuiElement::mRightBorderSize, Ogre::BorderPanelGuiElement::mTopBorderSize, and Ogre::Real.

void Ogre::BorderButtonGuiElement::setBorderUpMaterialName const String   name
 

Sets the name of the material to use for the borders.

Definition at line 179 of file OgreBorderButtonGuiElement.cpp.

References mBorderUpMaterialName, Ogre::GuiPressable::setPressed(), and updateMaterials().

void Ogre::BorderPanelGuiElement::setBottomBorderUV Real    u1,
Real    v1,
Real    u2,
Real    v2
[inherited]
 

Sets the texture coordinates for the bottom edge of the border.

Remarks:
See setLeftBorderUV.

Definition at line 393 of file OgreBorderPanelGuiElement.cpp.

References Ogre::BorderPanelGuiElement::BCELL_BOTTOM, Ogre::Real, and Ogre::BorderPanelGuiElement::setCellUV().

void Ogre::BorderPanelGuiElement::setBottomLeftBorderUV Real    u1,
Real    v1,
Real    u2,
Real    v2
[inherited]
 

Sets the texture coordinates for the bottom-left corner of the border.

Remarks:
See setLeftBorderUV.

Definition at line 408 of file OgreBorderPanelGuiElement.cpp.

References Ogre::BorderPanelGuiElement::BCELL_BOTTOM_LEFT, Ogre::Real, and Ogre::BorderPanelGuiElement::setCellUV().

void Ogre::BorderPanelGuiElement::setBottomRightBorderUV Real    u1,
Real    v1,
Real    u2,
Real    v2
[inherited]
 

Sets the texture coordinates for the bottom-right corner of the border.

Remarks:
See setLeftBorderUV.

Definition at line 413 of file OgreBorderPanelGuiElement.cpp.

References Ogre::BorderPanelGuiElement::BCELL_BOTTOM_RIGHT, Ogre::Real, and Ogre::BorderPanelGuiElement::setCellUV().

void Ogre::BorderButtonGuiElement::setButtonCaption const String   templateName,
const String   name
 

Definition at line 229 of file OgreBorderButtonGuiElement.cpp.

References Ogre::GuiContainer::addChild(), Ogre::GuiElement::getName(), mInsideObject, Ogre::GuiElement::mName, Ogre::GuiContainer::removeChild(), Ogre::GuiElement::setCaption(), and Ogre::GuiElement::setCloneable().

void Ogre::GuiElement::setCaption const String   text [virtual, inherited]
 

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 in Ogre::TextAreaGuiElement, Ogre::TextBoxGuiElement, and Ogre::TTYGuiElement.

Definition at line 465 of file OgreGuiElement.cpp.

References Ogre::GuiElement::_positionsOutOfDate(), and Ogre::GuiElement::mCaption.

Referenced by Ogre::ListGuiElement::addListItem(), Ogre::PopupMenuGuiElement::addMenuItem(), Ogre::Profiler::createTextArea(), Ogre::Profiler::displayResults(), Ogre::ButtonGuiElement::setButtonCaption(), and setButtonCaption().

void Ogre::BorderPanelGuiElement::setCellUV BorderCellIndex    idx,
Real   u1,
Real   v1,
Real   u2,
Real   v2
[protected, inherited]
 

Internal method for updating UV.

Definition at line 319 of file OgreBorderPanelGuiElement.cpp.

References BCELL_UV, Ogre::VertexBufferBinding::getBuffer(), Ogre::BorderPanelGuiElement::mRenderOp2, Ogre::Real, TEXCOORD_BINDING, Ogre::VertexData::vertexBufferBinding, and Ogre::RenderOperation::vertexData.

Referenced by Ogre::BorderPanelGuiElement::setBottomBorderUV(), Ogre::BorderPanelGuiElement::setBottomLeftBorderUV(), Ogre::BorderPanelGuiElement::setBottomRightBorderUV(), Ogre::BorderPanelGuiElement::setLeftBorderUV(), Ogre::BorderPanelGuiElement::setRightBorderUV(), Ogre::BorderPanelGuiElement::setTopBorderUV(), Ogre::BorderPanelGuiElement::setTopLeftBorderUV(), and Ogre::BorderPanelGuiElement::setTopRightBorderUV().

virtual void Ogre::GuiContainer::setChildrenProcessEvents bool    val [virtual, inherited]
 

Should this container pass events to their children.

Definition at line 111 of file OgreGuiContainer.h.

Referenced by Ogre::ListGuiElement::addListItem().

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

Definition at line 393 of file OgreGuiElement.h.

Referenced by Ogre::TextBoxGuiElement::setBackPanel(), Ogre::ButtonGuiElement::setButtonCaption(), setButtonCaption(), Ogre::ScrollBarGuiElement::setDownButtonName(), Ogre::ScrollBarGuiElement::setScrollBitName(), Ogre::TextBoxGuiElement::setTextArea(), and Ogre::ScrollBarGuiElement::setUpButtonName().

void Ogre::GuiElement::setColour const ColourValue   col [virtual, inherited]
 

Sets the colour 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 in Ogre::TextAreaGuiElement, and Ogre::TTYGuiElement.

Definition at line 476 of file OgreGuiElement.cpp.

References Ogre::GuiElement::mColour.

Referenced by Ogre::ButtonGuiElement::updateMaterials().

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).

Definition at line 102 of file OgreGuiElement.cpp.

References Ogre::GuiElement::_positionsOutOfDate(), Ogre::GMM_PIXELS, Ogre::GuiElement::mDerivedOutOfDate, Ogre::GuiElement::mHeight, Ogre::GuiElement::mMetricsMode, Ogre::GuiElement::mPixelHeight, Ogre::GuiElement::mPixelWidth, Ogre::GuiElement::mWidth, and Ogre::Real.

Referenced by Ogre::TextBoxGuiElement::setBackPanel().

void Ogre::GuiElement::setEnabled bool    b [virtual, inherited]
 

Definition at line 603 of file OgreGuiElement.cpp.

References Ogre::GuiElement::mEnabled.

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

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

Definition at line 160 of file OgreGuiElement.cpp.

References Ogre::GuiElement::_positionsOutOfDate(), Ogre::GMM_PIXELS, Ogre::GuiElement::mHeight, Ogre::GuiElement::mMetricsMode, Ogre::GuiElement::mPixelHeight, and Ogre::Real.

Referenced by Ogre::ListGuiElement::addListItem(), Ogre::PopupMenuGuiElement::addMenuItem(), Ogre::ButtonGuiElement::changeChild(), changeChild(), Ogre::Profiler::createContainer(), Ogre::Profiler::createPanel(), Ogre::Profiler::createTextArea(), Ogre::CursorGuiElement::CursorGuiElement(), Ogre::Profiler::displayResults(), Ogre::ScrollBarGuiElement::layoutItems(), Ogre::PopupMenuGuiElement::layoutItems(), and Ogre::ListGuiElement::setScrollBarName().

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.

Definition at line 507 of file OgreGuiElement.cpp.

References Ogre::GuiElement::_positionsOutOfDate(), Ogre::GuiHorizontalAlignment, and Ogre::GuiElement::mHorzAlign.

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).

Definition at line 185 of file OgreGuiElement.cpp.

References Ogre::GuiElement::_positionsOutOfDate(), Ogre::GMM_PIXELS, Ogre::GuiElement::mDerivedOutOfDate, Ogre::GuiElement::mLeft, Ogre::GuiElement::mMetricsMode, Ogre::GuiElement::mPixelLeft, and Ogre::Real.

Referenced by Ogre::ListGuiElement::addListItem(), Ogre::PopupMenuGuiElement::addMenuItem(), Ogre::ButtonGuiElement::changeChild(), changeChild(), Ogre::Profiler::createContainer(), Ogre::Profiler::createPanel(), Ogre::Profiler::createTextArea(), Ogre::Profiler::displayResults(), Ogre::ScrollBarGuiElement::layoutItems(), Ogre::CursorGuiElement::mouseMoved(), Ogre::TextBoxGuiElement::setBackPanel(), Ogre::CursorGuiElement::setOffsetX(), Ogre::ListGuiElement::setScrollBarName(), Ogre::TextBoxGuiElement::setTextArea(), and Ogre::CursorGuiElement::show().

void Ogre::BorderPanelGuiElement::setLeftBorderUV Real    u1,
Real    v1,
Real    u2,
Real    v2
[inherited]
 

Sets the texture coordinates for the left edge of the border.

Remarks:
The border panel uses 8 panels for the border (9 including the center). Imagine a table with 3 rows and 3 columns. The corners are always the same size, but the edges stretch depending on how big the panel is. Those who have done resizable HTML tables will be familiar with this approach.

We only require 2 sets of uv coordinates, one for the top-left and one for the bottom-right of the panel, since it is assumed the sections are aligned on the texture.

Definition at line 378 of file OgreBorderPanelGuiElement.cpp.

References Ogre::BorderPanelGuiElement::BCELL_LEFT, Ogre::Real, and Ogre::BorderPanelGuiElement::setCellUV().

void Ogre::PanelGuiElement::setMaterialName const String   matName [virtual, inherited]
 

Overridden from GuiElement.

Reimplemented from Ogre::GuiElement.

Definition at line 140 of file OgrePanelGuiElement.cpp.

References Ogre::PanelGuiElement::updateTextureGeometry().

void Ogre::BorderPanelGuiElement::setMetricsMode GuiMetricsMode    gmm [virtual, inherited]
 

Overridden from GuiElement.

Reimplemented from Ogre::GuiElement.

Definition at line 587 of file OgreBorderPanelGuiElement.cpp.

References Ogre::GMM_PIXELS, Ogre::GuiMetricsMode, Ogre::BorderPanelGuiElement::mBottomBorderSize, Ogre::BorderPanelGuiElement::mLeftBorderSize, Ogre::BorderPanelGuiElement::mPixelBottomBorderSize, Ogre::BorderPanelGuiElement::mPixelLeftBorderSize, Ogre::BorderPanelGuiElement::mPixelRightBorderSize, Ogre::BorderPanelGuiElement::mPixelTopBorderSize, Ogre::BorderPanelGuiElement::mRightBorderSize, and Ogre::BorderPanelGuiElement::mTopBorderSize.

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)

Definition at line 33 of file OgreStringInterface.cpp.

References Ogre::ParamCommand::doSet(), Ogre::ParamDictionary::getParamCommand(), and Ogre::StringInterface::getParamDictionary().

Referenced by Ogre::StringInterface::copyParametersTo(), Ogre::Profiler::createContainer(), Ogre::Profiler::createTextArea(), Ogre::MaterialSerializer::finishProgramDefinition(), Ogre::ParticleSystemManager::parseAffectorAttrib(), Ogre::ParticleSystemManager::parseAttrib(), Ogre::OverlayManager::parseElementAttrib(), and Ogre::ParticleSystemManager::parseEmitterAttrib().

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).

Definition at line 118 of file OgreGuiElement.cpp.

References Ogre::GuiElement::_positionsOutOfDate(), Ogre::GMM_PIXELS, Ogre::GuiElement::mDerivedOutOfDate, Ogre::GuiElement::mLeft, Ogre::GuiElement::mMetricsMode, Ogre::GuiElement::mPixelLeft, Ogre::GuiElement::mPixelTop, Ogre::GuiElement::mTop, and Ogre::Real.

void Ogre::GuiPressable::setPressed bool    b [virtual, inherited]
 

Definition at line 67 of file OgreGuiPressable.cpp.

References Ogre::GuiPressable::mPressed.

Referenced by Ogre::GuiPressable::mousePressed(), Ogre::GuiPressable::mouseReleased(), setBorderUpMaterialName(), and Ogre::ButtonGuiElement::setUpMaterialName().

void Ogre::BorderPanelGuiElement::setRightBorderUV Real    u1,
Real    v1,
Real    u2,
Real    v2
[inherited]
 

Sets the texture coordinates for the right edge of the border.

Remarks:
See setLeftBorderUV.

Definition at line 383 of file OgreBorderPanelGuiElement.cpp.

References Ogre::BorderPanelGuiElement::BCELL_RIGHT, Ogre::Real, and Ogre::BorderPanelGuiElement::setCellUV().

void Ogre::GuiPressable::setSource GuiElement   source [inherited]
 

Definition at line 40 of file OgreGuiPressable.cpp.

References Ogre::MouseTarget::addMouseListener(), and Ogre::GuiPressable::mSource.

Referenced by BorderButtonGuiElement(), Ogre::ButtonGuiElement::ButtonGuiElement(), and Ogre::PopupMenuGuiElement::PopupMenuGuiElement().

void Ogre::PanelGuiElement::setTiling Real    x,
Real    y,
ushort    layer = 0
[inherited]
 

Sets the number of times textures should repeat.

Parameters:
x  The number of times the texture should repeat horizontally
y  The number of times the texture should repeat vertically
layer  The texture layer to specify (only needs to be altered if you're using a multi-texture layer material)

Definition at line 98 of file OgrePanelGuiElement.cpp.

References Ogre::PanelGuiElement::mTileX, Ogre::PanelGuiElement::mTileY, OGRE_MAX_TEXTURE_COORD_SETS, Ogre::Real, Ogre::PanelGuiElement::updateTextureGeometry(), and Ogre::ushort.

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

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

Definition at line 211 of file OgreGuiElement.cpp.

References Ogre::GuiElement::_positionsOutOfDate(), Ogre::GMM_PIXELS, Ogre::GuiElement::mDerivedOutOfDate, Ogre::GuiElement::mMetricsMode, Ogre::GuiElement::mPixelTop, Ogre::GuiElement::mTop, and Ogre::Real.

Referenced by Ogre::ListGuiElement::addListItem(), Ogre::PopupMenuGuiElement::addMenuItem(), Ogre::ButtonGuiElement::changeChild(), changeChild(), Ogre::Profiler::createContainer(), Ogre::Profiler::createPanel(), Ogre::Profiler::createTextArea(), Ogre::Profiler::displayResults(), Ogre::ScrollBarGuiElement::layoutItems(), Ogre::PopupMenuGuiElement::layoutItems(), Ogre::ListGuiElement::layoutItems(), Ogre::CursorGuiElement::mouseMoved(), Ogre::ScrollBarGuiElement::moveScrollBitTo(), Ogre::TextBoxGuiElement::setBackPanel(), Ogre::CursorGuiElement::setOffsetY(), Ogre::ListGuiElement::setScrollBarName(), Ogre::TextBoxGuiElement::setTextArea(), Ogre::CursorGuiElement::show(), and Ogre::ScrollBarGuiElement::updateScrollBit().

void Ogre::BorderPanelGuiElement::setTopBorderUV Real    u1,
Real    v1,
Real    u2,
Real    v2
[inherited]
 

Sets the texture coordinates for the top edge of the border.

Remarks:
See setLeftBorderUV.

Definition at line 388 of file OgreBorderPanelGuiElement.cpp.

References Ogre::BorderPanelGuiElement::BCELL_TOP, Ogre::Real, and Ogre::BorderPanelGuiElement::setCellUV().

void Ogre::BorderPanelGuiElement::setTopLeftBorderUV Real    u1,
Real    v1,
Real    u2,
Real    v2
[inherited]
 

Sets the texture coordinates for the top-left corner of the border.

Remarks:
See setLeftBorderUV.

Definition at line 398 of file OgreBorderPanelGuiElement.cpp.

References Ogre::BorderPanelGuiElement::BCELL_TOP_LEFT, Ogre::Real, and Ogre::BorderPanelGuiElement::setCellUV().

void Ogre::BorderPanelGuiElement::setTopRightBorderUV Real    u1,
Real    v1,
Real    u2,
Real    v2
[inherited]
 

Sets the texture coordinates for the top-right corner of the border.

Remarks:
See setLeftBorderUV.

Definition at line 403 of file OgreBorderPanelGuiElement.cpp.

References Ogre::BorderPanelGuiElement::BCELL_TOP_RIGHT, Ogre::Real, and Ogre::BorderPanelGuiElement::setCellUV().

void Ogre::PanelGuiElement::setTransparent bool    isTransparent [inherited]
 

Sets whether this panel is transparent (used only as a grouping level), or if it is actually renderred.

Definition at line 120 of file OgrePanelGuiElement.cpp.

References Ogre::PanelGuiElement::isTransparent(), and Ogre::PanelGuiElement::mTransparent.

Referenced by Ogre::TextBoxGuiElement::TextBoxGuiElement().

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.

Definition at line 518 of file OgreGuiElement.cpp.

References Ogre::GuiElement::_positionsOutOfDate(), Ogre::GuiVerticalAlignment, and Ogre::GuiElement::mVertAlign.

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

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

Definition at line 135 of file OgreGuiElement.cpp.

References Ogre::GuiElement::_positionsOutOfDate(), Ogre::GMM_PIXELS, Ogre::GuiElement::mMetricsMode, Ogre::GuiElement::mPixelWidth, Ogre::GuiElement::mWidth, and Ogre::Real.

Referenced by Ogre::ListGuiElement::addListItem(), Ogre::PopupMenuGuiElement::addMenuItem(), Ogre::ButtonGuiElement::changeChild(), changeChild(), Ogre::Profiler::createContainer(), Ogre::Profiler::createPanel(), Ogre::Profiler::createTextArea(), Ogre::CursorGuiElement::CursorGuiElement(), Ogre::Profiler::displayResults(), Ogre::ScrollBarGuiElement::layoutItems(), Ogre::TextBoxGuiElement::setBackPanel(), and Ogre::TextAreaGuiElement::updateGeometry().

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

Shows this element if it was hidden.

Reimplemented in Ogre::CursorGuiElement.

Definition at line 87 of file OgreGuiElement.cpp.

References Ogre::GuiElement::mVisible.

Referenced by Ogre::OverlayManager::createCursorOverlay(), Ogre::Profiler::createPanel(), Ogre::Profiler::createTextArea(), Ogre::Profiler::displayResults(), Ogre::ListGuiElement::layoutItems(), and Ogre::OverlayManager::setCursorGui().

void Ogre::BorderButtonGuiElement::updateMaterials bool    init = false
 

Definition at line 75 of file OgreBorderButtonGuiElement.cpp.

References changeChild(), Ogre::GuiContainer::ChildIterator, Ogre::GuiContainer::getChildIterator(), Ogre::GMM_PIXELS, Ogre::MouseTarget::isMouseWithin(), Ogre::GuiPressable::isPressed(), mBorderDownMaterialName, mBorderHiliteDownMaterialName, mBorderHiliteUpMaterialName, mBorderUpMaterialName, Ogre::GuiPressable::mButtonDown, and Ogre::GuiElement::mMetricsMode.

Referenced by processEvent(), and setBorderUpMaterialName().

void Ogre::BorderPanelGuiElement::updatePositionGeometry void    [protected, virtual, inherited]
 

internal method for setting up geometry, called by GuiElement::update

Reimplemented from Ogre::PanelGuiElement.

Definition at line 483 of file OgreBorderPanelGuiElement.cpp.

References Ogre::GuiElement::_getDerivedLeft(), Ogre::GuiElement::_getDerivedTop(), Ogre::VertexBufferBinding::getBuffer(), Ogre::BorderPanelGuiElement::mBottomBorderSize, Ogre::GuiElement::mHeight, Ogre::BorderPanelGuiElement::mLeftBorderSize, Ogre::PanelGuiElement::mRenderOp, Ogre::BorderPanelGuiElement::mRenderOp2, Ogre::BorderPanelGuiElement::mRightBorderSize, Ogre::BorderPanelGuiElement::mTopBorderSize, Ogre::GuiElement::mWidth, POSITION_BINDING, Ogre::Real, Ogre::ushort, Ogre::VertexData::vertexBufferBinding, and Ogre::RenderOperation::vertexData.

void Ogre::PanelGuiElement::updateTextureGeometry void    [protected, virtual, inherited]
 

Called to update the texture coords when layers change.

Definition at line 214 of file OgrePanelGuiElement.cpp.

References Ogre::VertexDeclaration::addElement(), Ogre::VertexBufferBinding::getBuffer(), Ogre::Pass::getNumTextureUnitStates(), Ogre::Technique::getPass(), Ogre::Material::getTechnique(), Ogre::VertexDeclaration::getVertexSize(), Ogre::PanelGuiElement::mNumTexCoordsInBuffer, Ogre::GuiElement::mpMaterial, Ogre::PanelGuiElement::mRenderOp, Ogre::PanelGuiElement::mTileX, Ogre::PanelGuiElement::mTileY, Ogre::Real, Ogre::VertexDeclaration::removeElement(), Ogre::VertexBufferBinding::setBinding(), TEXCOORD_BINDING, Ogre::ushort, Ogre::VertexData::vertexBufferBinding, Ogre::VertexData::vertexCount, Ogre::RenderOperation::vertexData, Ogre::VertexData::vertexDeclaration, Ogre::VES_TEXTURE_COORDINATES, and Ogre::VET_FLOAT2.

Referenced by Ogre::PanelGuiElement::setMaterialName(), and Ogre::PanelGuiElement::setTiling().

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

See Renderable.

Reimplemented from Ogre::Renderable.

Definition at line 278 of file OgreGuiElement.cpp.

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

See Renderable.

Reimplemented from Ogre::Renderable.

Definition at line 283 of file OgreGuiElement.cpp.


Member Data Documentation

String Ogre::GuiPressable::mActionCommand [protected, inherited]
 

Definition at line 57 of file OgreGuiPressable.h.

Referenced by Ogre::GuiPressable::getActionCommand(), Ogre::GuiPressable::GuiPressable(), and Ogre::GuiPressable::setActionCommand().

ActionListener* Ogre::ActionTarget::mActionListener [protected, inherited]
 

Definition at line 58 of file OgreActionTarget.h.

Referenced by Ogre::ActionTarget::ActionTarget(), Ogre::ActionTarget::addActionListener(), Ogre::ActionTarget::processActionEvent(), and Ogre::ActionTarget::removeActionListener().

String Ogre::BorderButtonGuiElement::mBorderDisabledMaterialName [protected]
 

Definition at line 61 of file OgreBorderButtonGuiElement.h.

Referenced by BorderButtonGuiElement(), getBorderDisabledMaterialName(), and setBorderDisabledMaterialName().

String Ogre::BorderButtonGuiElement::mBorderDownMaterialName [protected]
 

Definition at line 57 of file OgreBorderButtonGuiElement.h.

Referenced by BorderButtonGuiElement(), getBorderDownMaterialName(), setBorderDownMaterialName(), and updateMaterials().

String Ogre::BorderButtonGuiElement::mBorderHiliteDownMaterialName [protected]
 

Definition at line 59 of file OgreBorderButtonGuiElement.h.

Referenced by BorderButtonGuiElement(), getBorderHiliteDownMaterialName(), setBorderHiliteDownMaterialName(), and updateMaterials().

String Ogre::BorderButtonGuiElement::mBorderHiliteUpMaterialName [protected]
 

Definition at line 60 of file OgreBorderButtonGuiElement.h.

Referenced by BorderButtonGuiElement(), getBorderHiliteUpMaterialName(), setBorderHiliteUpMaterialName(), and updateMaterials().

String Ogre::BorderPanelGuiElement::mBorderMaterialName [protected, inherited]
 

Definition at line 258 of file OgreBorderPanelGuiElement.h.

Referenced by Ogre::BorderPanelGuiElement::getBorderMaterialName(), and Ogre::BorderPanelGuiElement::setBorderMaterialName().

BorderRenderable* Ogre::BorderPanelGuiElement::mBorderRenderable [protected, inherited]
 

Definition at line 298 of file OgreBorderPanelGuiElement.h.

Referenced by Ogre::BorderPanelGuiElement::_updateRenderQueue(), Ogre::BorderPanelGuiElement::initialise(), and Ogre::BorderPanelGuiElement::~BorderPanelGuiElement().

String Ogre::BorderButtonGuiElement::mBorderUpMaterialName [protected]
 

Definition at line 58 of file OgreBorderButtonGuiElement.h.

Referenced by BorderButtonGuiElement(), getBorderUpMaterialName(), setBorderUpMaterialName(), and updateMaterials().

Real Ogre::BorderPanelGuiElement::mBottomBorderSize [protected, inherited]
 

Definition at line 251 of file OgreBorderPanelGuiElement.h.

Referenced by Ogre::BorderPanelGuiElement::_update(), Ogre::BorderPanelGuiElement::getBottomBorderSize(), Ogre::BorderPanelGuiElement::setBorderSize(), Ogre::BorderPanelGuiElement::setMetricsMode(), and Ogre::BorderPanelGuiElement::updatePositionGeometry().

bool Ogre::GuiPressable::mButtonDown [protected, inherited]
 

Reimplemented in Ogre::ButtonGuiElement.

Definition at line 59 of file OgreGuiPressable.h.

Referenced by BorderButtonGuiElement(), and updateMaterials().

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

Definition at line 120 of file OgreGuiElement.h.

Referenced by Ogre::TTYGuiElement::getCaption(), Ogre::TextBoxGuiElement::getCaption(), Ogre::TextAreaGuiElement::getCaption(), Ogre::GuiElement::getCaption(), Ogre::TextBoxGuiElement::getTextAreaName(), Ogre::TextBoxGuiElement::processEvent(), Ogre::TextBoxGuiElement::setCaption(), Ogre::TextAreaGuiElement::setCaption(), Ogre::GuiElement::setCaption(), Ogre::TextBoxGuiElement::setCaptionToTextArea(), Ogre::TextBoxGuiElement::setTextArea(), and Ogre::TextAreaGuiElement::updateGeometry().

ChildContainerMap Ogre::GuiContainer::mChildContainers [protected, inherited]
 

Definition at line 58 of file OgreGuiContainer.h.

Referenced by Ogre::GuiContainer::addChildImpl(), and Ogre::GuiContainer::getChildContainerIterator().

ChildMap Ogre::GuiContainer::mChildren [protected, inherited]
 

Definition at line 56 of file OgreGuiContainer.h.

Referenced by Ogre::GuiContainer::addChildImpl(), Ogre::GuiContainer::getChild(), Ogre::GuiContainer::getChildIterator(), Ogre::ListGuiElement::layoutItems(), and Ogre::GuiContainer::removeChild().

bool Ogre::GuiContainer::mChildrenProcessEvents [protected, inherited]
 

Definition at line 60 of file OgreGuiContainer.h.

Referenced by BorderButtonGuiElement(), Ogre::ButtonGuiElement::ButtonGuiElement(), Ogre::PopupMenuGuiElement::PopupMenuGuiElement(), and Ogre::TextBoxGuiElement::TextBoxGuiElement().

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

Definition at line 113 of file OgreGuiElement.h.

Referenced by Ogre::GuiElement::GuiElement().

ColourValue Ogre::GuiElement::mColour [protected, inherited]
 

Definition at line 121 of file OgreGuiElement.h.

Referenced by Ogre::GuiElement::getColour(), and Ogre::GuiElement::setColour().

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

Definition at line 139 of file OgreGuiElement.h.

Referenced by Ogre::GuiElement::_getDerivedLeft(), Ogre::GuiElement::_updateFromParent(), and Ogre::GuiElement::contains().

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

Definition at line 141 of file OgreGuiElement.h.

Referenced by Ogre::GuiElement::_notifyParent(), Ogre::GuiElement::_updateFromParent(), Ogre::GuiElement::GuiElement(), Ogre::GuiElement::setDimensions(), Ogre::GuiElement::setLeft(), Ogre::GuiElement::setMetricsMode(), Ogre::GuiElement::setPosition(), and Ogre::GuiElement::setTop().

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

Definition at line 140 of file OgreGuiElement.h.

Referenced by Ogre::GuiElement::_getDerivedTop(), Ogre::GuiElement::_updateFromParent(), Ogre::GuiElement::contains(), and Ogre::ScrollBarGuiElement::mousePressed().

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

Definition at line 152 of file OgreGuiElement.h.

Referenced by Ogre::GuiElement::GuiElement(), Ogre::GuiElement::isEnabled(), Ogre::GuiElement::processEvent(), and Ogre::GuiElement::setEnabled().

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

Falg indicating if the vertex positons need recalculating.

Definition at line 144 of file OgreGuiElement.h.

Referenced by Ogre::GuiElement::_positionsOutOfDate(), Ogre::TTYGuiElement::_update(), Ogre::TextAreaGuiElement::_update(), Ogre::GuiElement::_update(), Ogre::BorderPanelGuiElement::_update(), Ogre::GuiElement::GuiElement(), Ogre::BorderPanelGuiElement::setBorderSize(), Ogre::TTYGuiElement::setCharHeight(), Ogre::TextAreaGuiElement::setCharHeight(), Ogre::TTYGuiElement::setSpaceWidth(), and Ogre::TextAreaGuiElement::setSpaceWidth().

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

Definition at line 117 of file OgreGuiElement.h.

Referenced by Ogre::GuiElement::_update(), Ogre::TTYGuiElement::checkAndSetUpdateGeometry(), Ogre::GuiElement::contains(), Ogre::GuiElement::getHeight(), Ogre::GuiElement::GuiElement(), Ogre::ListGuiElement::layoutItems(), Ogre::GuiElement::setDimensions(), Ogre::GuiElement::setHeight(), Ogre::GuiElement::setMetricsMode(), Ogre::TTYGuiElement::TTYGuiElement(), Ogre::TTYGuiElement::updatePositionGeometry(), Ogre::PanelGuiElement::updatePositionGeometry(), and Ogre::BorderPanelGuiElement::updatePositionGeometry().

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

Definition at line 124 of file OgreGuiElement.h.

Referenced by Ogre::GuiElement::_updateFromParent(), Ogre::GuiElement::getHorizontalAlignment(), Ogre::GuiElement::GuiElement(), and Ogre::GuiElement::setHorizontalAlignment().

GuiElement* Ogre::BorderButtonGuiElement::mInsideObject [protected]
 

Definition at line 64 of file OgreBorderButtonGuiElement.h.

Referenced by BorderButtonGuiElement(), getButtonCaption(), and setButtonCaption().

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

Definition at line 114 of file OgreGuiElement.h.

Referenced by Ogre::GuiElement::_update(), Ogre::GuiElement::_updateFromParent(), Ogre::GuiElement::getLeft(), Ogre::GuiElement::GuiElement(), Ogre::GuiElement::setLeft(), Ogre::GuiElement::setMetricsMode(), Ogre::CursorGuiElement::setOffsetX(), and Ogre::GuiElement::setPosition().

Real Ogre::BorderPanelGuiElement::mLeftBorderSize [protected, inherited]
 

Definition at line 248 of file OgreBorderPanelGuiElement.h.

Referenced by Ogre::BorderPanelGuiElement::_update(), Ogre::BorderPanelGuiElement::getLeftBorderSize(), Ogre::BorderPanelGuiElement::setBorderSize(), Ogre::BorderPanelGuiElement::setMetricsMode(), and Ogre::BorderPanelGuiElement::updatePositionGeometry().

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

Definition at line 118 of file OgreGuiElement.h.

Referenced by Ogre::GuiElement::getMaterialName(), Ogre::GuiElement::setMaterialName(), Ogre::PopupMenuGuiElement::setSelectedItem(), and Ogre::ListGuiElement::setSelectedItem().

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

Definition at line 123 of file OgreGuiElement.h.

Referenced by Ogre::TTYGuiElement::_update(), Ogre::TextAreaGuiElement::_update(), Ogre::GuiElement::_update(), Ogre::BorderPanelGuiElement::_update(), Ogre::BorderPanelGuiElement::getBottomBorderSize(), Ogre::TTYGuiElement::getCharHeight(), Ogre::TextAreaGuiElement::getCharHeight(), Ogre::GuiElement::getHeight(), Ogre::GuiElement::getLeft(), Ogre::BorderPanelGuiElement::getLeftBorderSize(), Ogre::GuiElement::getMetricsMode(), Ogre::BorderPanelGuiElement::getRightBorderSize(), Ogre::TTYGuiElement::getSpaceWidth(), Ogre::TextAreaGuiElement::getSpaceWidth(), Ogre::GuiElement::getTop(), Ogre::BorderPanelGuiElement::getTopBorderSize(), Ogre::GuiElement::getWidth(), Ogre::GuiElement::GuiElement(), Ogre::BorderPanelGuiElement::setBorderSize(), Ogre::TTYGuiElement::setCharHeight(), Ogre::TextAreaGuiElement::setCharHeight(), Ogre::GuiElement::setDimensions(), Ogre::GuiElement::setHeight(), Ogre::GuiElement::setLeft(), Ogre::GuiElement::setMetricsMode(), Ogre::GuiElement::setPosition(), Ogre::TTYGuiElement::setSpaceWidth(), Ogre::TextAreaGuiElement::setSpaceWidth(), Ogre::GuiElement::setTop(), Ogre::GuiElement::setWidth(), Ogre::TextAreaGuiElement::updateGeometry(), Ogre::ButtonGuiElement::updateMaterials(), and updateMaterials().

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

Definition at line 60 of file OgreMouseTarget.h.

Referenced by Ogre::MouseTarget::addMouseListener(), Ogre::GuiElement::GuiElement(), Ogre::MouseTarget::MouseTarget(), Ogre::MouseTarget::processMouseEvent(), and Ogre::MouseTarget::removeMouseListener().

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

Definition at line 59 of file OgreMouseMotionTarget.h.

Referenced by Ogre::MouseMotionTarget::addMouseMotionListener(), Ogre::MouseMotionTarget::MouseMotionTarget(), Ogre::MouseMotionTarget::processMouseMotionEvent(), and Ogre::MouseMotionTarget::removeMouseMotionListener().

bool Ogre::MouseTarget::mMouseWithin [protected, inherited]
 

Definition at line 63 of file OgreMouseTarget.h.

Referenced by Ogre::MouseTarget::isMouseWithin(), Ogre::MouseTarget::MouseTarget(), and Ogre::MouseTarget::processMouseEvent().

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

Definition at line 111 of file OgreGuiElement.h.

Referenced by Ogre::GuiContainer::copyFromTemplate(), Ogre::PopupMenuGuiElement::getListItemName(), Ogre::ListGuiElement::getListItemName(), Ogre::GuiElement::getName(), Ogre::ListGuiElement::layoutItems(), Ogre::TextBoxGuiElement::setBackPanel(), Ogre::ButtonGuiElement::setButtonCaption(), setButtonCaption(), Ogre::ScrollBarGuiElement::setDownButtonName(), Ogre::ListGuiElement::setScrollBarName(), Ogre::ScrollBarGuiElement::setScrollBitName(), Ogre::ListGuiElement::setSelectedIndex(), Ogre::TextBoxGuiElement::setTextArea(), and Ogre::ScrollBarGuiElement::setUpButtonName().

size_t Ogre::PanelGuiElement::mNumTexCoordsInBuffer [protected, inherited]
 

Definition at line 113 of file OgrePanelGuiElement.h.

Referenced by Ogre::PanelGuiElement::PanelGuiElement(), and Ogre::PanelGuiElement::updateTextureGeometry().

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

Definition at line 136 of file OgreGuiElement.h.

Referenced by Ogre::GuiElement::_notifyParent(), Ogre::GuiContainer::addChildImpl(), Ogre::GuiElement::getWorldOrientation(), Ogre::GuiElement::getWorldPosition(), and Ogre::GuiElement::getWorldTransforms().

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

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

Definition at line 157 of file OgreStringInterface.h.

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

Definition at line 134 of file OgreGuiElement.h.

Referenced by Ogre::GuiElement::_notifyParent(), Ogre::GuiElement::_updateFromParent(), Ogre::GuiElement::getParent(), and Ogre::GuiElement::GuiElement().

Material* Ogre::BorderPanelGuiElement::mpBorderMaterial [protected, inherited]
 

Definition at line 259 of file OgreBorderPanelGuiElement.h.

Referenced by Ogre::BorderRenderable::getMaterial(), and Ogre::BorderPanelGuiElement::setBorderMaterialName().

ushort Ogre::BorderPanelGuiElement::mPixelBottomBorderSize [protected, inherited]
 

Definition at line 256 of file OgreBorderPanelGuiElement.h.

Referenced by Ogre::BorderPanelGuiElement::_update(), Ogre::BorderPanelGuiElement::getBottomBorderSize(), Ogre::BorderPanelGuiElement::setBorderSize(), and Ogre::BorderPanelGuiElement::setMetricsMode().

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

Definition at line 131 of file OgreGuiElement.h.

Referenced by Ogre::GuiElement::_update(), Ogre::GuiElement::getHeight(), Ogre::GuiElement::setDimensions(), Ogre::GuiElement::setHeight(), and Ogre::GuiElement::setMetricsMode().

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

Definition at line 129 of file OgreGuiElement.h.

Referenced by Ogre::GuiElement::_update(), Ogre::GuiElement::getLeft(), Ogre::GuiElement::setLeft(), Ogre::GuiElement::setMetricsMode(), and Ogre::GuiElement::setPosition().

ushort Ogre::BorderPanelGuiElement::mPixelLeftBorderSize [protected, inherited]
 

Definition at line 253 of file OgreBorderPanelGuiElement.h.

Referenced by Ogre::BorderPanelGuiElement::_update(), Ogre::BorderPanelGuiElement::getLeftBorderSize(), Ogre::BorderPanelGuiElement::setBorderSize(), and Ogre::BorderPanelGuiElement::setMetricsMode().

ushort Ogre::BorderPanelGuiElement::mPixelRightBorderSize [protected, inherited]
 

Definition at line 254 of file OgreBorderPanelGuiElement.h.

Referenced by Ogre::BorderPanelGuiElement::_update(), Ogre::BorderPanelGuiElement::getRightBorderSize(), Ogre::BorderPanelGuiElement::setBorderSize(), and Ogre::BorderPanelGuiElement::setMetricsMode().

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

Definition at line 128 of file OgreGuiElement.h.

Referenced by Ogre::GuiElement::_update(), Ogre::GuiElement::getTop(), Ogre::GuiElement::setMetricsMode(), Ogre::GuiElement::setPosition(), and Ogre::GuiElement::setTop().

ushort Ogre::BorderPanelGuiElement::mPixelTopBorderSize [protected, inherited]
 

Definition at line 255 of file OgreBorderPanelGuiElement.h.

Referenced by Ogre::BorderPanelGuiElement::_update(), Ogre::BorderPanelGuiElement::getTopBorderSize(), Ogre::BorderPanelGuiElement::setBorderSize(), and Ogre::BorderPanelGuiElement::setMetricsMode().

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

Definition at line 130 of file OgreGuiElement.h.

Referenced by Ogre::GuiElement::_update(), Ogre::GuiElement::getWidth(), Ogre::GuiElement::setDimensions(), Ogre::GuiElement::setMetricsMode(), and Ogre::GuiElement::setWidth().

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

Definition at line 119 of file OgreGuiElement.h.

Referenced by Ogre::PanelGuiElement::_updateRenderQueue(), Ogre::GuiElement::getMaterial(), Ogre::GuiElement::GuiElement(), Ogre::TTYGuiElement::setFontName(), Ogre::TextAreaGuiElement::setFontName(), Ogre::GuiElement::setMaterialName(), and Ogre::PanelGuiElement::updateTextureGeometry().

bool Ogre::GuiPressable::mPressed [protected, inherited]
 

Definition at line 58 of file OgreGuiPressable.h.

Referenced by Ogre::GuiPressable::GuiPressable(), Ogre::GuiPressable::isPressed(), and Ogre::GuiPressable::setPressed().

RenderOperation Ogre::PanelGuiElement::mRenderOp [protected, inherited]
 

Definition at line 115 of file OgrePanelGuiElement.h.

Referenced by Ogre::PanelGuiElement::getRenderOperation(), Ogre::PanelGuiElement::initialise(), Ogre::PanelGuiElement::updatePositionGeometry(), Ogre::BorderPanelGuiElement::updatePositionGeometry(), Ogre::PanelGuiElement::updateTextureGeometry(), and Ogre::PanelGuiElement::~PanelGuiElement().

RenderOperation Ogre::BorderPanelGuiElement::mRenderOp2 [protected, inherited]
 

Definition at line 262 of file OgreBorderPanelGuiElement.h.

Referenced by Ogre::BorderPanelGuiElement::getCellUVString(), Ogre::BorderRenderable::getRenderOperation(), Ogre::BorderPanelGuiElement::initialise(), Ogre::BorderPanelGuiElement::setCellUV(), Ogre::BorderPanelGuiElement::updatePositionGeometry(), and Ogre::BorderPanelGuiElement::~BorderPanelGuiElement().

Real Ogre::BorderPanelGuiElement::mRightBorderSize [protected, inherited]
 

Definition at line 249 of file OgreBorderPanelGuiElement.h.

Referenced by Ogre::BorderPanelGuiElement::_update(), Ogre::BorderPanelGuiElement::getRightBorderSize(), Ogre::BorderPanelGuiElement::setBorderSize(), Ogre::BorderPanelGuiElement::setMetricsMode(), and Ogre::BorderPanelGuiElement::updatePositionGeometry().

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

Definition at line 49 of file OgreGuiElement.cpp.

Referenced by Ogre::GuiElement::addBaseParameters().

BorderPanelGuiElement::CmdBorderBottomLeftUV Ogre::BorderPanelGuiElement::msCmdBorderBottomLeftUV [static, protected, inherited]
 

Definition at line 47 of file OgreBorderPanelGuiElement.cpp.

Referenced by Ogre::BorderPanelGuiElement::addBaseParameters().

BorderPanelGuiElement::CmdBorderBottomRightUV Ogre::BorderPanelGuiElement::msCmdBorderBottomRightUV [static, protected, inherited]
 

Definition at line 49 of file OgreBorderPanelGuiElement.cpp.

Referenced by Ogre::BorderPanelGuiElement::addBaseParameters().

BorderPanelGuiElement::CmdBorderBottomUV Ogre::BorderPanelGuiElement::msCmdBorderBottomUV [static, protected, inherited]
 

Definition at line 44 of file OgreBorderPanelGuiElement.cpp.

Referenced by Ogre::BorderPanelGuiElement::addBaseParameters().

BorderButtonGuiElement::CmdBorderButtonCaption Ogre::BorderButtonGuiElement::msCmdBorderButtonCaption [static]
 

Definition at line 41 of file OgreBorderButtonGuiElement.cpp.

BorderButtonGuiElement::CmdBorderDisabledMaterial Ogre::BorderButtonGuiElement::msCmdBorderDisabledMaterial [static]
 

Definition at line 40 of file OgreBorderButtonGuiElement.cpp.

BorderButtonGuiElement::CmdBorderDownMaterial Ogre::BorderButtonGuiElement::msCmdBorderDownMaterial [static]
 

Definition at line 36 of file OgreBorderButtonGuiElement.cpp.

BorderButtonGuiElement::CmdBorderHiliteDownMaterial Ogre::BorderButtonGuiElement::msCmdBorderHiliteDownMaterial [static]
 

Definition at line 38 of file OgreBorderButtonGuiElement.cpp.

BorderButtonGuiElement::CmdBorderHiliteUpMaterial Ogre::BorderButtonGuiElement::msCmdBorderHiliteUpMaterial [static]
 

Definition at line 39 of file OgreBorderButtonGuiElement.cpp.

BorderPanelGuiElement::CmdBorderLeftUV Ogre::BorderPanelGuiElement::msCmdBorderLeftUV [static, protected, inherited]
 

Definition at line 42 of file OgreBorderPanelGuiElement.cpp.

Referenced by Ogre::BorderPanelGuiElement::addBaseParameters().

BorderPanelGuiElement::CmdBorderMaterial Ogre::BorderPanelGuiElement::msCmdBorderMaterial [static, protected, inherited]
 

Definition at line 41 of file OgreBorderPanelGuiElement.cpp.

Referenced by Ogre::BorderPanelGuiElement::addBaseParameters().

BorderPanelGuiElement::CmdBorderRightUV Ogre::BorderPanelGuiElement::msCmdBorderRightUV [static, protected, inherited]
 

Definition at line 45 of file OgreBorderPanelGuiElement.cpp.

Referenced by Ogre::BorderPanelGuiElement::addBaseParameters().

BorderPanelGuiElement::CmdBorderSize Ogre::BorderPanelGuiElement::msCmdBorderSize [static, protected, inherited]
 

Definition at line 40 of file OgreBorderPanelGuiElement.cpp.

Referenced by Ogre::BorderPanelGuiElement::addBaseParameters().

BorderPanelGuiElement::CmdBorderTopLeftUV Ogre::BorderPanelGuiElement::msCmdBorderTopLeftUV [static, protected, inherited]
 

Definition at line 46 of file OgreBorderPanelGuiElement.cpp.

Referenced by Ogre::BorderPanelGuiElement::addBaseParameters().

BorderPanelGuiElement::CmdBorderTopRightUV Ogre::BorderPanelGuiElement::msCmdBorderTopRightUV [static, protected, inherited]
 

Definition at line 48 of file OgreBorderPanelGuiElement.cpp.

Referenced by Ogre::BorderPanelGuiElement::addBaseParameters().

BorderPanelGuiElement::CmdBorderTopUV Ogre::BorderPanelGuiElement::msCmdBorderTopUV [static, protected, inherited]
 

Definition at line 43 of file OgreBorderPanelGuiElement.cpp.

Referenced by Ogre::BorderPanelGuiElement::addBaseParameters().

BorderButtonGuiElement::CmdBorderUpMaterial Ogre::BorderButtonGuiElement::msCmdBorderUpMaterial [static]
 

Definition at line 37 of file OgreBorderButtonGuiElement.cpp.

PanelGuiElement::CmdTiling Ogre::PanelGuiElement::msCmdTiling [static, protected, inherited]
 

Definition at line 36 of file OgrePanelGuiElement.cpp.

Referenced by Ogre::PanelGuiElement::addBaseParameters().

PanelGuiElement::CmdTransparent Ogre::PanelGuiElement::msCmdTransparent [static, protected, inherited]
 

Definition at line 37 of file OgrePanelGuiElement.cpp.

Referenced by Ogre::PanelGuiElement::addBaseParameters().

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

Dictionary of parameters.

Definition at line 30 of file OgreStringInterface.cpp.

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

Definition at line 47 of file OgreGuiElement.cpp.

Referenced by Ogre::GuiElement::addBaseParameters().

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

Definition at line 51 of file OgreGuiElement.cpp.

Referenced by Ogre::GuiElement::addBaseParameters().

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

Definition at line 44 of file OgreGuiElement.cpp.

Referenced by Ogre::GuiElement::addBaseParameters().

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

Definition at line 48 of file OgreGuiElement.cpp.

Referenced by Ogre::GuiElement::addBaseParameters().

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

Definition at line 50 of file OgreGuiElement.cpp.

Referenced by Ogre::GuiElement::addBaseParameters().

GuiElement* Ogre::GuiPressable::mSource [protected, inherited]
 

Definition at line 60 of file OgreGuiPressable.h.

Referenced by Ogre::GuiPressable::fireActionPerformed(), and Ogre::GuiPressable::setSource().

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

Definition at line 45 of file OgreGuiElement.cpp.

Referenced by Ogre::GuiElement::addBaseParameters().

String Ogre::BorderButtonGuiElement::msTypeName = "BorderButton" [static, protected]
 

Reimplemented from Ogre::BorderPanelGuiElement.

Definition at line 35 of file OgreBorderButtonGuiElement.cpp.

Referenced by getTypeName().

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

Definition at line 52 of file OgreGuiElement.cpp.

Referenced by Ogre::GuiElement::addBaseParameters().

GuiElementCommands::CmdVisible Ogre::GuiElement::msVisibleCmd [static, protected, inherited]
 

Definition at line 53 of file OgreGuiElement.cpp.

Referenced by Ogre::GuiElement::addBaseParameters().

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

Definition at line 46 of file OgreGuiElement.cpp.

Referenced by Ogre::GuiElement::addBaseParameters().

Real Ogre::PanelGuiElement::mTileX[OGRE_MAX_TEXTURE_LAYERS] [protected, inherited]
 

Definition at line 111 of file OgrePanelGuiElement.h.

Referenced by Ogre::PanelGuiElement::getTileX(), Ogre::PanelGuiElement::PanelGuiElement(), Ogre::PanelGuiElement::setTiling(), and Ogre::PanelGuiElement::updateTextureGeometry().

Real Ogre::PanelGuiElement::mTileY[OGRE_MAX_TEXTURE_LAYERS] [protected, inherited]
 

Definition at line 112 of file OgrePanelGuiElement.h.

Referenced by Ogre::PanelGuiElement::getTileY(), Ogre::PanelGuiElement::PanelGuiElement(), Ogre::PanelGuiElement::setTiling(), and Ogre::PanelGuiElement::updateTextureGeometry().

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

Definition at line 115 of file OgreGuiElement.h.

Referenced by Ogre::GuiElement::_update(), Ogre::GuiElement::_updateFromParent(), Ogre::GuiElement::getTop(), Ogre::GuiElement::GuiElement(), Ogre::GuiElement::setMetricsMode(), Ogre::CursorGuiElement::setOffsetY(), Ogre::GuiElement::setPosition(), and Ogre::GuiElement::setTop().

Real Ogre::BorderPanelGuiElement::mTopBorderSize [protected, inherited]
 

Definition at line 250 of file OgreBorderPanelGuiElement.h.

Referenced by Ogre::BorderPanelGuiElement::_update(), Ogre::BorderPanelGuiElement::getTopBorderSize(), Ogre::BorderPanelGuiElement::setBorderSize(), Ogre::BorderPanelGuiElement::setMetricsMode(), and Ogre::BorderPanelGuiElement::updatePositionGeometry().

bool Ogre::PanelGuiElement::mTransparent [protected, inherited]
 

Definition at line 109 of file OgrePanelGuiElement.h.

Referenced by Ogre::PanelGuiElement::_updateRenderQueue(), Ogre::PanelGuiElement::isTransparent(), Ogre::PanelGuiElement::PanelGuiElement(), and Ogre::PanelGuiElement::setTransparent().

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

Definition at line 125 of file OgreGuiElement.h.

Referenced by Ogre::GuiElement::_updateFromParent(), Ogre::GuiElement::getVerticalAlignment(), Ogre::GuiElement::GuiElement(), and Ogre::GuiElement::setVerticalAlignment().

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

Definition at line 112 of file OgreGuiElement.h.

Referenced by Ogre::CursorGuiElement::CursorGuiElement(), Ogre::GuiElement::GuiElement(), Ogre::GuiElement::hide(), Ogre::GuiElement::isVisible(), Ogre::GuiElement::show(), and Ogre::CursorGuiElement::show().

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

Definition at line 116 of file OgreGuiElement.h.

Referenced by Ogre::GuiElement::_update(), Ogre::TTYGuiElement::checkAndSetUpdateGeometry(), Ogre::GuiElement::getWidth(), Ogre::GuiElement::GuiElement(), Ogre::GuiElement::setDimensions(), Ogre::GuiElement::setMetricsMode(), Ogre::GuiElement::setWidth(), Ogre::PanelGuiElement::updatePositionGeometry(), Ogre::BorderPanelGuiElement::updatePositionGeometry(), Ogre::TTYGuiElement::updateTextGeometry(), and Ogre::TTYGuiElement::updateWindowGeometry().

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

Definition at line 148 of file OgreGuiElement.h.

Referenced by Ogre::GuiElement::_notifyZOrder(), Ogre::GuiElement::_updateRenderQueue(), Ogre::BorderPanelGuiElement::_updateRenderQueue(), Ogre::GuiContainer::addChildImpl(), and Ogre::GuiElement::GuiElement().


The documentation for this class was generated from the following files:

Copyright © 2002-2003 by The OGRE Team
Last modified Wed Jan 21 00:10:52 2004