#include <OgreButtonGuiElement.h>
Inheritance diagram for Ogre::ButtonGuiElement:
Public Types | |
typedef std::map< String, GuiElement * > | ChildMap |
typedef MapIterator< ChildMap > | ChildIterator |
typedef std::map< String, GuiContainer * > | ChildContainerMap |
typedef MapIterator< ChildContainerMap > | ChildContainerIterator |
Public Methods | |
const String & | getTypeName (void) const |
See GuiElement. | |
void | addBaseParameters (void) |
Method for setting up base parameters for this class. | |
ButtonGuiElement (const String &name) | |
~ButtonGuiElement () | |
void | processEvent (InputEvent *e) |
Processes events occurring on this component. | |
void | updateMaterials (bool init=false) |
void | setDownMaterialName (const String &name) |
Sets the name of the material to use for the button. | |
const String & | getDownMaterialName (void) const |
Gets the name of the material to use for the button. | |
void | setUpMaterialName (const String &name) |
Sets the name of the material to use for the button. | |
const String & | getUpMaterialName (void) const |
Gets the name of the material to use for the button. | |
void | setHiliteDownMaterialName (const String &name) |
Sets the name of the material to use for the hilited button. | |
const String & | getHiliteDownMaterialName (void) const |
Gets the name of the material to use for the hilited button. | |
void | setHiliteUpMaterialName (const String &name) |
Sets the name of the material to use for the hilited button. | |
const String & | getHiliteUpMaterialName (void) const |
Gets the name of the material to use for the hilited button. | |
void | setDisabledMaterialName (const String &name) |
Sets the name of the material to use for the disabled button. | |
const String & | getDisabledMaterialName (void) const |
Gets the name of the material to use for the disabled button. | |
void | setCaptionColour (const ColourValue &col) |
Sets the caption colour to use for the disabled button. | |
ColourValue | getCaptionColour (void) const |
Gets the caption colour to use for the disabled button. | |
void | setCaptionDisabledColour (const ColourValue &col) |
Sets the caption colour to use for the disabled button. | |
ColourValue | getCaptionDisabledColour (void) const |
Gets the caption colour to use for the disabled button. | |
void | setButtonCaption (const String &templateName, const String &name) |
String | getButtonCaption () const |
virtual void | initialise (void) |
Initialise. | |
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. | |
void | _updateRenderQueue (RenderQueue *queue) |
Overridden from GuiContainer. | |
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 GuiElement * | getChild (const String &name) |
Gets the named child of this container. | |
void | _addChild (GuiElement *elem) |
void | _removeChild (GuiElement *elem) |
void | _removeChild (const String &name) |
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 | _update (void) |
Overridden from GuiElement. | |
virtual void | _notifyZOrder (ushort newZOrder) |
Overridden from GuiElement. | |
virtual void | _notifyViewport () |
Overridden from GuiElement. | |
virtual void | _notifyWorldTransforms (const Matrix4 &xform) |
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 GuiElement * | findElementAt (Real x, Real y) |
This returns a GuiElement at position x,y. | |
void | copyFromTemplate (GuiElement *templateGui) |
virtual GuiElement * | clone (const String &instanceName) |
const String & | getName (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). | |
Real | _getLeft (void) const |
Gets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right). | |
Real | _getTop (void) const |
Gets the top of this element in relation to the screen (where 0 = far left, 1.0 = far right). | |
Real | _getWidth (void) const |
Gets the width of this element in relation to the screen (where 1.0 = screen width). | |
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 1.0 = screen width). | |
void | _setTop (Real top) |
Sets the top of this element in relation to the screen (where 1.0 = screen width). | |
void | _setWidth (Real width) |
Sets 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 width). | |
void | _setPosition (Real left, Real top) |
Sets the left and top of this element in relation to the screen (where 1.0 = screen width). | |
void | _setDimensions (Real width, Real height) |
Sets the width and height of this element in relation to the screen (where 1.0 = screen width). | |
virtual const String & | getMaterialName (void) const |
Gets the name of the material this element uses. | |
Material * | getMaterial (void) const |
See Renderable. | |
void | getWorldTransforms (Matrix4 *xform) const |
See Renderable. | |
const Quaternion & | getWorldOrientation (void) const |
@copydoc Renderable::getWorldOrientation | |
const Vector3 & | getWorldPosition (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 | _getClippingRegion (Rectangle &clippingRegion) |
Gets the clipping region of the element. | |
virtual void | setCaption (const String &text) |
Sets the caption on elements that support it. | |
virtual const String & | getCaption (void) const |
Gets the caption for this element. | |
virtual void | setColour (const ColourValue &col) |
Sets the colour on elements that support it. | |
virtual const ColourValue & | getColour (void) const |
Gets the colour for this element. | |
virtual void | setMetricsMode (GuiMetricsMode gmm) |
Tells this element how to interpret the position and dimension values it is given. | |
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) |
PositionTarget * | getPositionTargetParent () |
Returns the parent container. | |
GuiContainer * | getParent () |
Returns the parent container. | |
void | _setParent (GuiContainer *parent) |
ushort | getZOrder () const |
Returns the zOrder of the element. | |
Real | getSquaredViewDepth (const Camera *cam) const |
Overridden from Renderable. | |
const LightList & | getLights (void) const |
@copydoc Renderable::getLights | |
const GuiElement * | getSourceTemplate () const |
ParamDictionary * | getParamDictionary (void) |
Retrieves the parameter dictionary for this class. | |
const ParamDictionary * | getParamDictionary (void) const |
const ParameterList & | getParameters (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 Technique * | getTechnique (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. | |
virtual const PlaneList & | getClipPlanes () const |
virtual bool | getCastsShadows (void) const |
Method which reports whether this renderable would normally cast a shadow. | |
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 String & | getActionCommand () 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 | |
CmdButtonDownMaterial | msCmdButtonDownMaterial |
CmdButtonUpMaterial | msCmdButtonUpMaterial |
CmdButtonHiliteDownMaterial | msCmdButtonHiliteDownMaterial |
CmdButtonHiliteUpMaterial | msCmdButtonHiliteUpMaterial |
CmdButtonDisabledMaterial | msCmdButtonDisabledMaterial |
CmdCaptionColour | msCmdCaptionColour |
CmdCaptionDisabledColour | msCmdCaptionDisabledColour |
CmdButtonCaption | msCmdButtonCaption |
Protected Methods | |
void | changeChild (GuiElement *e, Real add) |
virtual void | updatePositionGeometry (void) |
internal method for setting up geometry, called by GuiElement::update | |
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 | |
bool | mButtonDown |
String | mDownMaterialName |
String | mUpMaterialName |
String | mHiliteDownMaterialName |
String | mHiliteUpMaterialName |
String | mDisabledMaterialName |
ColourValue | mCaptionColour |
ColourValue | mCaptionDisabledColour |
bool | mSetCaptionColor |
bool | mSetCaptionDisabledColor |
GuiElement * | mInsideObject |
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 |
Material * | mpMaterial |
String | mCaption |
ColourValue | mColour |
Rectangle | mClippingRegion |
GuiMetricsMode | mMetricsMode |
GuiHorizontalAlignment | mHorzAlign |
GuiVerticalAlignment | mVertAlign |
Real | mPixelTop |
Real | mPixelLeft |
Real | mPixelWidth |
Real | mPixelHeight |
Real | mPixelScaleX |
Real | mPixelScaleY |
GuiContainer * | mParent |
Overlay * | mOverlay |
Real | mDerivedLeft |
Real | mDerivedTop |
bool | mDerivedOutOfDate |
bool | mGeomPositionsOutOfDate |
Falg indicating if the vertex positons need recalculating. | |
ushort | mZOrder |
Matrix4 | mXForm |
bool | mEnabled |
GuiElement * | mSourceTemplate |
String | mParamDictName |
Class name for this instance to be used as a lookup (must be initialised by subclasses). | |
MouseListener * | mMouseListener |
bool | mMouseWithin |
MouseMotionListener * | mMouseMotionListener |
ActionListener * | mActionListener |
String | mActionCommand |
bool | mPressed |
GuiElement * | mSource |
Static Protected Attributes | |
String | msTypeName = "Button" |
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. |
(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 OgreButtonGuiElement.h.
|
Definition at line 53 of file OgreGuiContainer.h. Referenced by Ogre::GuiContainer::getChildContainerIterator(). |
|
Definition at line 52 of file OgreGuiContainer.h. |
|
|
Definition at line 50 of file OgreGuiContainer.h. |
|
|
Definition at line 80 of file OgreButtonGuiElement.h. |
|
Definition at line 133 of file OgreGuiContainer.cpp. References Ogre::GuiContainer::addChildImpl(), and Ogre::GuiElement::isContainer(). Referenced by Ogre::GuiContainer::clone(). |
|
Gets the clipping region of the element.
Definition at line 521 of file OgreGuiElement.cpp. References Ogre::GuiElement::_updateFromParent(), and Ogre::GuiElement::mClippingRegion. Referenced by Ogre::GuiElement::_updateFromParent(). |
|
Gets the 'left' position as derived from own left and that of parents.
Definition at line 503 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(). |
|
Gets the 'top' position as derived from own left and that of parents.
Definition at line 512 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(). |
|
Gets the height of this element in relation to the screen (where 1.0 = screen height).
Definition at line 240 of file OgreGuiElement.h. References Ogre::Real. |
|
Gets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right).
Definition at line 234 of file OgreGuiElement.h. References Ogre::Real. |
|
Gets the top of this element in relation to the screen (where 0 = far left, 1.0 = far right).
Definition at line 236 of file OgreGuiElement.h. References Ogre::Real. |
|
Gets the width of this element in relation to the screen (where 1.0 = screen width).
Definition at line 238 of file OgreGuiElement.h. References Ogre::Real. |
|
Overridden from GuiElement.
Reimplemented from Ogre::GuiElement. Definition at line 252 of file OgreGuiContainer.cpp. References Ogre::GuiContainer::ChildIterator, and Ogre::GuiContainer::getChildIterator(). Referenced by Ogre::Overlay::add2D(). |
|
Overridden from GuiElement.
Reimplemented from Ogre::GuiElement. Definition at line 240 of file OgreGuiContainer.cpp. References Ogre::GuiContainer::ChildIterator, and Ogre::GuiContainer::getChildIterator(). Referenced by Ogre::Overlay::add2D(). |
|
Overridden from GuiElement.
Reimplemented from Ogre::GuiElement. Definition at line 228 of file OgreGuiContainer.cpp. References Ogre::GuiContainer::ChildIterator, and Ogre::GuiContainer::getChildIterator(). Referenced by Ogre::Overlay::add2D(). |
|
Overridden from GuiElement.
Reimplemented from Ogre::GuiElement. Definition at line 215 of file OgreGuiContainer.cpp. References Ogre::GuiContainer::ChildIterator, Ogre::GuiContainer::getChildIterator(), and Ogre::ushort. Referenced by Ogre::Overlay::add2D(). |
|
Tell the object and its children to recalculate.
Reimplemented from Ogre::GuiElement. Definition at line 188 of file OgreGuiContainer.cpp. References Ogre::GuiContainer::ChildIterator, and Ogre::GuiContainer::getChildIterator(). |
|
Definition at line 145 of file OgreGuiContainer.cpp. References Ogre::GuiElement::_setParent(), Except, Ogre::GuiContainer::mChildContainers, and Ogre::GuiContainer::mChildren. |
|
Definition at line 79 of file OgreGuiContainer.h. References Ogre::GuiElement::getName(). Referenced by Ogre::GuiManager::destroyAllGuiElementsImpl(). |
|
Sets the width and height of this element in relation to the screen (where 1.0 = screen width).
Definition at line 295 of file OgreGuiElement.cpp. References Ogre::GuiElement::_positionsOutOfDate(), Ogre::GuiElement::mDerivedOutOfDate, Ogre::GuiElement::mHeight, Ogre::GuiElement::mPixelHeight, Ogre::GuiElement::mPixelScaleX, Ogre::GuiElement::mPixelScaleY, Ogre::GuiElement::mPixelWidth, Ogre::GuiElement::mWidth, and Ogre::Real. |
|
Sets the height of this element in relation to the screen (where 1.0 = screen width).
Definition at line 275 of file OgreGuiElement.cpp. References Ogre::GuiElement::_positionsOutOfDate(), Ogre::GuiElement::mDerivedOutOfDate, Ogre::GuiElement::mHeight, Ogre::GuiElement::mPixelHeight, Ogre::GuiElement::mPixelScaleY, and Ogre::Real. |
|
Sets the left of this element in relation to the screen (where 1.0 = screen width).
Definition at line 248 of file OgreGuiElement.cpp. References Ogre::GuiElement::_positionsOutOfDate(), Ogre::GuiElement::mDerivedOutOfDate, Ogre::GuiElement::mLeft, Ogre::GuiElement::mPixelLeft, Ogre::GuiElement::mPixelScaleX, and Ogre::Real. |
|
Definition at line 448 of file OgreGuiElement.h. Referenced by Ogre::GuiContainer::_removeChild(), Ogre::GuiContainer::removeChild(), and Ogre::GuiContainer::~GuiContainer(). |
|
Sets the left and top of this element in relation to the screen (where 1.0 = screen width).
Definition at line 284 of file OgreGuiElement.cpp. References Ogre::GuiElement::_positionsOutOfDate(), Ogre::GuiElement::mDerivedOutOfDate, Ogre::GuiElement::mLeft, Ogre::GuiElement::mPixelLeft, Ogre::GuiElement::mPixelScaleX, Ogre::GuiElement::mPixelScaleY, Ogre::GuiElement::mPixelTop, Ogre::GuiElement::mTop, and Ogre::Real. |
|
Sets the top of this element in relation to the screen (where 1.0 = screen width).
Definition at line 257 of file OgreGuiElement.cpp. References Ogre::GuiElement::_positionsOutOfDate(), Ogre::GuiElement::mDerivedOutOfDate, Ogre::GuiElement::mPixelScaleY, Ogre::GuiElement::mPixelTop, Ogre::GuiElement::mTop, and Ogre::Real. |
|
Sets the width of this element in relation to the screen (where 1.0 = screen width).
Definition at line 266 of file OgreGuiElement.cpp. References Ogre::GuiElement::_positionsOutOfDate(), Ogre::GuiElement::mDerivedOutOfDate, Ogre::GuiElement::mPixelScaleX, Ogre::GuiElement::mPixelWidth, Ogre::GuiElement::mWidth, and Ogre::Real. |
|
Overridden from GuiElement.
Reimplemented from Ogre::GuiElement. Reimplemented in Ogre::BorderPanelGuiElement. Definition at line 200 of file OgreGuiContainer.cpp. References Ogre::GuiContainer::ChildIterator, and Ogre::GuiContainer::getChildIterator(). Referenced by Ogre::PopupMenuGuiElement::layoutItems(). |
|
|
Overridden from GuiContainer.
Reimplemented from Ogre::GuiContainer. Reimplemented in Ogre::BorderPanelGuiElement. Definition at line 146 of file OgrePanelGuiElement.cpp. References Ogre::GuiContainer::ChildIterator, Ogre::GuiContainer::getChildIterator(), Ogre::GuiElement::mpMaterial, and Ogre::PanelGuiElement::mTransparent. |
|
Definition at line 62 of file OgreActionTarget.cpp. References Ogre::ActionTarget::mActionListener. Referenced by Ogre::ScrollBarGuiElement::setDownButtonName(), and Ogre::ScrollBarGuiElement::setUpButtonName(). |
|
Method for setting up base parameters for this class.
Reimplemented from Ogre::PanelGuiElement. Definition at line 159 of file OgreButtonGuiElement.cpp. References Ogre::ParamDictionary::addParameter(), Ogre::StringInterface::getParamDictionary(), msCmdCaptionColour, msCmdCaptionDisabledColour, and Ogre::PT_STRING. Referenced by ButtonGuiElement(). |
|
Adds another GuiElement to this container.
Definition at line 52 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(), setButtonCaption(), Ogre::BorderButtonGuiElement::setButtonCaption(), Ogre::ScrollBarGuiElement::setDownButtonName(), Ogre::ListGuiElement::setScrollBarName(), Ogre::ScrollBarGuiElement::setScrollBitName(), Ogre::TextBoxGuiElement::setTextArea(), and Ogre::ScrollBarGuiElement::setUpButtonName(). |
|
Add a nested container to this container.
Definition at line 84 of file OgreGuiContainer.cpp. References Ogre::GuiContainer::addChildImpl(), Ogre::GuiElement::getName(), and Ogre::GuiContainer::mChildContainers. |
|
Adds another GuiElement to this container.
Definition at line 65 of file OgreGuiContainer.cpp. References Ogre::GuiElement::_notifyParent(), Ogre::GuiElement::_notifyViewport(), Ogre::GuiElement::_notifyWorldTransforms(), Ogre::GuiElement::_notifyZOrder(), Except, Ogre::GuiElement::getName(), Ogre::GuiContainer::mChildren, Ogre::GuiElement::mOverlay, Ogre::GuiElement::mXForm, and Ogre::GuiElement::mZOrder. Referenced by Ogre::GuiContainer::_addChild(), Ogre::GuiContainer::addChild(), and Ogre::GuiContainer::addChildImpl(). |
|
Definition at line 87 of file OgreMouseTarget.cpp. References Ogre::MouseTarget::mMouseListener. Referenced by Ogre::ListGuiElement::addListItem(), Ogre::ScrollBarGuiElement::setScrollBitName(), and Ogre::GuiPressable::setSource(). |
|
Definition at line 66 of file OgreMouseMotionTarget.cpp. References Ogre::MouseMotionTarget::mMouseMotionListener. Referenced by Ogre::InputReader::addCursorMoveListener(), Ogre::ListGuiElement::addListItem(), Ogre::PopupMenuGuiElement::PopupMenuGuiElement(), and Ogre::ScrollBarGuiElement::setScrollBitName(). |
|
Definition at line 149 of file OgreButtonGuiElement.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(). |
|
Reimplemented from Ogre::GuiElement. Definition at line 341 of file OgreGuiContainer.cpp. References Ogre::GuiContainer::_addChild(), Ogre::GuiContainer::ChildIterator, Ogre::GuiElement::clone(), Ogre::GuiContainer::getChildIterator(), and Ogre::GuiElement::isCloneable(). |
|
Returns true if xy is within the constraints of the component.
Definition at line 759 of file OgreGuiElement.cpp. References Ogre::Rectangle::inside(), Ogre::GuiElement::mClippingRegion, and Ogre::Real. |
|
Reimplemented from Ogre::GuiElement. Definition at line 320 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. |
|
Method for copying this object's parameters to another object.
Definition at line 293 of file OgreStringInterface.h. References Ogre::ParamDictionary::mParamDefs, and Ogre::StringInterface::setParameter(). Referenced by Ogre::GuiElement::clone(), Ogre::GuiElement::copyFromTemplate(), Ogre::GuiContainer::copyFromTemplate(), and Ogre::ParticleSystem::operator=(). |
|
|
This returns a GuiElement at position x,y.
Reimplemented from Ogre::GuiElement. Reimplemented in Ogre::CursorGuiElement. Definition at line 285 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(). |
|
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(). |
|
Definition at line 49 of file OgreGuiPressable.cpp. References Ogre::GuiPressable::mActionCommand. Referenced by Ogre::GuiPressable::fireActionPerformed(). |
|
Definition at line 282 of file OgreButtonGuiElement.cpp. References Ogre::GuiElement::getCaption(), and mInsideObject. |
|
Gets the caption for this element.
Reimplemented in Ogre::TextAreaGuiElement, Ogre::TextBoxGuiElement, and Ogre::TTYGuiElement. Definition at line 650 of file OgreGuiElement.cpp. References Ogre::GuiElement::mCaption. Referenced by getButtonCaption(), Ogre::BorderButtonGuiElement::getButtonCaption(), Ogre::ListGuiElement::getSelectedIndex(), Ogre::ListGuiElement::getSelectedItem(), and Ogre::PopupMenuGuiElement::mouseReleased(). |
|
Gets the caption colour to use for the disabled button.
Definition at line 314 of file OgreButtonGuiElement.cpp. References mCaptionColour. Referenced by Ogre::ButtonGuiElement::CmdCaptionColour::doGet(). |
|
Gets the caption colour to use for the disabled button.
Definition at line 319 of file OgreButtonGuiElement.cpp. References mCaptionDisabledColour. Referenced by Ogre::ButtonGuiElement::CmdCaptionDisabledColour::doGet(). |
|
Method which reports whether this renderable would normally cast a shadow.
Reimplemented in Ogre::SubEntity. Definition at line 150 of file OgreRenderable.h. Referenced by Ogre::SceneManager::validateRenderableForRendering(). |
|
Gets the named child of this container.
Definition at line 165 of file OgreGuiContainer.cpp. References Except, and Ogre::GuiContainer::mChildren. Referenced by Ogre::ListGuiElement::removeListItem(), Ogre::PopupMenuGuiElement::removeMenuItem(), and Ogre::ListGuiElement::setSelectedItem(). |
|
Gets an iterator for just the container children of this object.
Definition at line 182 of file OgreGuiContainer.cpp. References Ogre::GuiContainer::ChildContainerIterator, and Ogre::GuiContainer::mChildContainers. |
|
Gets an object for iterating over all the children of this object.
Definition at line 177 of file OgreGuiContainer.cpp. References Ogre::GuiContainer::ChildIterator, and Ogre::GuiContainer::mChildren. Referenced by Ogre::GuiContainer::_notifyParent(), Ogre::GuiContainer::_notifyViewport(), Ogre::GuiContainer::_notifyWorldTransforms(), Ogre::GuiContainer::_notifyZOrder(), Ogre::GuiContainer::_positionsOutOfDate(), Ogre::GuiContainer::_update(), Ogre::PanelGuiElement::_updateRenderQueue(), Ogre::GuiContainer::_updateRenderQueue(), Ogre::GuiContainer::clone(), Ogre::PopupMenuGuiElement::layoutItems(), Ogre::ListGuiElement::layoutItems(), Ogre::ListGuiElement::mouseDragged(), Ogre::ListGuiElement::mousePressed(), Ogre::ListGuiElement::setSelectedIndex(), updateMaterials(), Ogre::BorderButtonGuiElement::updateMaterials(), and Ogre::GuiContainer::~GuiContainer(). |
|
Definition at line 142 of file OgreRenderable.h. References Ogre::PlaneList. Referenced by Ogre::SceneManager::renderSingleObject(). |
|
Gets the colour for this element.
Reimplemented in Ogre::TextAreaGuiElement, and Ogre::TTYGuiElement. Definition at line 660 of file OgreGuiElement.cpp. References Ogre::GuiElement::mColour. |
|
Gets the name of the material to use for the disabled button.
Definition at line 309 of file OgreButtonGuiElement.cpp. References mDisabledMaterialName. |
|
Gets the name of the material to use for the button.
Definition at line 288 of file OgreButtonGuiElement.cpp. References mDownMaterialName. |
|
Gets the height of this element in relation to the screen (where 1.0 = screen height).
Definition at line 183 of file OgreGuiElement.cpp. References Ogre::GMM_RELATIVE, Ogre::GuiElement::mHeight, Ogre::GuiElement::mMetricsMode, Ogre::GuiElement::mPixelHeight, and Ogre::Real. Referenced by Ogre::GuiElement::_updateFromParent(), Ogre::ListGuiElement::addListItem(), Ogre::PopupMenuGuiElement::addMenuItem(), changeChild(), Ogre::BorderButtonGuiElement::changeChild(), Ogre::ScrollBarGuiElement::layoutItems(), Ogre::PopupMenuGuiElement::layoutItems(), Ogre::ListGuiElement::layoutItems(), Ogre::ListGuiElement::mouseDragged(), Ogre::ScrollBarGuiElement::moveScrollBitTo(), Ogre::TextBoxGuiElement::setBackPanel(), Ogre::ListGuiElement::setScrollBarName(), and Ogre::ScrollBarGuiElement::updateScrollBit(). |
|
Gets the name of the material to use for the hilited button.
Definition at line 299 of file OgreButtonGuiElement.cpp. References mHiliteDownMaterialName. |
|
Gets the name of the material to use for the hilited button.
Definition at line 304 of file OgreButtonGuiElement.cpp. References mHiliteUpMaterialName. |
|
Gets the horizontal alignment for this element.
Definition at line 740 of file OgreGuiElement.cpp. References Ogre::GuiHorizontalAlignment, and Ogre::GuiElement::mHorzAlign. |
|
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 209 of file OgreGuiElement.cpp. References Ogre::GMM_RELATIVE, Ogre::GuiElement::mLeft, Ogre::GuiElement::mMetricsMode, Ogre::GuiElement::mPixelLeft, and Ogre::Real. Referenced by changeChild(), and Ogre::BorderButtonGuiElement::changeChild(). |
|
@copydoc Renderable::getLights
Implements Ogre::Renderable. Definition at line 463 of file OgreGuiElement.h. References Ogre::LightList. |
|
See Renderable.
Implements Ogre::Renderable. Definition at line 326 of file OgreGuiElement.cpp. References Ogre::GuiElement::mpMaterial. |
|
Gets the name of the material this element uses.
Definition at line 306 of file OgreGuiElement.cpp. References Ogre::GuiElement::mMaterialName. |
|
Retrieves the current settings of how the element metrics are interpreted.
Definition at line 729 of file OgreGuiElement.cpp. References Ogre::GuiMetricsMode, and Ogre::GuiElement::mMetricsMode. |
|
Gets the name of this overlay.
Definition at line 90 of file OgreGuiElement.cpp. References Ogre::GuiElement::mName. Referenced by Ogre::GuiContainer::_removeChild(), Ogre::ScrollBarGuiElement::actionPerformed(), Ogre::GuiContainer::addChildImpl(), Ogre::GuiContainer::copyFromTemplate(), Ogre::GuiManager::destroyAllGuiElementsImpl(), 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(), setButtonCaption(), Ogre::BorderButtonGuiElement::setButtonCaption(), Ogre::ListGuiElement::setScrollBarName(), Ogre::ListGuiElement::setSelectedIndex(), and Ogre::TextBoxGuiElement::setTextArea(). |
|
Returns whether or not this Renderable wishes the hardware to normalise normals.
Reimplemented in Ogre::SubEntity. Definition at line 134 of file OgreRenderable.h. Referenced by Ogre::SceneManager::renderSingleObject(). |
|
Returns the number of world transform matrices this renderable requires.
Reimplemented in Ogre::SubEntity, and Ogre::BorderRenderable. Definition at line 100 of file OgreRenderable.h. Referenced by Ogre::AutoParamDataSource::getWorldMatrix(), Ogre::AutoParamDataSource::getWorldMatrixArray(), Ogre::AutoParamDataSource::getWorldMatrixCount(), and Ogre::SceneManager::renderSingleObject(). |
|
Definition at line 206 of file OgreStringInterface.h. |
|
Retrieves the parameter dictionary for this class.
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(), addBaseParameters(), Ogre::BorderPanelGuiElement::addBaseParameters(), Ogre::BorderButtonGuiElement::addBaseParameters(), Ogre::ExternalTextureSource::addBaseParams(), 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(). |
|
Generic parameter retrieval method.
Definition at line 262 of file OgreStringInterface.h. References Ogre::ParamCommand::doGet(), and Ogre::ParamDictionary::getParamCommand(). |
|
Retrieves a list of parameters valid for this object.
Definition at line 224 of file OgreStringInterface.h. References Ogre::ParamDictionary::getParameters(), and Ogre::ParameterList. |
|
Returns the parent container.
Definition at line 812 of file OgreGuiElement.cpp. References Ogre::GuiElement::mParent. Referenced by Ogre::GuiManager::destroyAllGuiElementsImpl(), Ogre::ListGuiElement::mouseDragged(), Ogre::PopupMenuGuiElement::setSelectedItem(), and Ogre::ListGuiElement::setSelectedItem(). |
|
Returns the parent container.
Implements Ogre::PositionTarget. Definition at line 807 of file OgreGuiElement.cpp. |
|
Returns the preferred rasterisation mode of this renderable.
Reimplemented in Ogre::SubEntity. Definition at line 131 of file OgreRenderable.h. References Ogre::SceneDetailLevel, and Ogre::SDL_SOLID. Referenced by Ogre::SceneManager::renderSingleObject(). |
|
See Renderable.
Implements Ogre::Renderable. Definition at line 135 of file OgrePanelGuiElement.cpp. References Ogre::PanelGuiElement::mRenderOp. |
|
Definition at line 474 of file OgreGuiElement.h. |
|
Overridden from Renderable.
Implements Ogre::Renderable. Definition at line 457 of file OgreGuiElement.h. References Ogre::Real. Referenced by Ogre::BorderRenderable::getSquaredViewDepth(). |
|
Retrieves a pointer to the Material Technique this renderable object uses.
Reimplemented in Ogre::SubEntity. Definition at line 65 of file OgreRenderable.h. References Ogre::Material::getBestTechnique(). Referenced by Ogre::RenderPriorityGroup::addRenderable(). |
|
Definition at line 110 of file OgrePanelGuiElement.cpp. References Ogre::PanelGuiElement::mTileX, Ogre::Real, and Ogre::ushort. Referenced by Ogre::PanelGuiElement::CmdTiling::doGet(). |
|
Gets the number of times the texture should repeat vertically.
Definition at line 115 of file OgrePanelGuiElement.cpp. References Ogre::PanelGuiElement::mTileY, Ogre::Real, and Ogre::ushort. Referenced by Ogre::PanelGuiElement::CmdTiling::doGet(). |
|
Gets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom).
Implements Ogre::PositionTarget. Definition at line 236 of file OgreGuiElement.cpp. References Ogre::GMM_RELATIVE, Ogre::GuiElement::mMetricsMode, Ogre::GuiElement::mPixelTop, Ogre::GuiElement::mTop, and Ogre::Real. Referenced by changeChild(), Ogre::BorderButtonGuiElement::changeChild(), Ogre::ScrollBarGuiElement::mouseDragged(), Ogre::ScrollBarGuiElement::mousePressed(), and Ogre::ScrollBarGuiElement::moveScrollBitTo(). |
|
See GuiElement.
Reimplemented from Ogre::PanelGuiElement. Definition at line 436 of file OgreButtonGuiElement.cpp. References msTypeName. |
|
Gets the name of the material to use for the button.
Definition at line 293 of file OgreButtonGuiElement.cpp. References mUpMaterialName. |
|
Gets the vertical alignment for this element.
Definition at line 751 of file OgreGuiElement.cpp. References Ogre::GuiVerticalAlignment, and Ogre::GuiElement::mVertAlign. |
|
Gets the width of this element in relation to the screen (where 1.0 = screen width).
Definition at line 157 of file OgreGuiElement.cpp. References Ogre::GMM_RELATIVE, Ogre::GuiElement::mMetricsMode, Ogre::GuiElement::mPixelWidth, Ogre::GuiElement::mWidth, and Ogre::Real. Referenced by Ogre::GuiElement::_updateFromParent(), Ogre::ListGuiElement::addListItem(), Ogre::PopupMenuGuiElement::addMenuItem(), changeChild(), Ogre::BorderButtonGuiElement::changeChild(), Ogre::ScrollBarGuiElement::layoutItems(), Ogre::ScrollBarGuiElement::mouseDragged(), 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(). |
|
@copydoc Renderable::getWorldOrientation
Implements Ogre::Renderable. Definition at line 336 of file OgreGuiElement.cpp. References Ogre::Overlay::getWorldOrientation(), and Ogre::GuiElement::mOverlay. |
|
@copydoc Renderable::getWorldPosition
Implements Ogre::Renderable. Definition at line 341 of file OgreGuiElement.cpp. References Ogre::Overlay::getWorldPosition(), and Ogre::GuiElement::mOverlay. |
|
See Renderable.
Implements Ogre::Renderable. Definition at line 331 of file OgreGuiElement.cpp. References Ogre::Overlay::_getWorldTransforms(), and Ogre::GuiElement::mOverlay. Referenced by Ogre::BorderRenderable::getWorldTransforms(). |
|
Returns the zOrder of the element.
Definition at line 453 of file OgreGuiElement.h. References Ogre::ushort. Referenced by Ogre::Overlay::findElementAt(), and Ogre::GuiContainer::findElementAt(). |
|
Hides this element if it was visible.
Reimplemented in Ogre::CursorGuiElement. Definition at line 100 of file OgreGuiElement.cpp. References Ogre::GuiElement::mVisible. Referenced by Ogre::Profiler::createPanel(), Ogre::Profiler::createTextArea(), Ogre::ListGuiElement::layoutItems(), and Ogre::OverlayManager::setCursorGui(). |
|
Initialise.
Implements Ogre::GuiElement. Reimplemented in Ogre::BorderPanelGuiElement. Definition at line 71 of file OgrePanelGuiElement.cpp. References Ogre::VertexDeclaration::addElement(), Ogre::VertexDeclaration::getVertexSize(), Ogre::PanelGuiElement::mRenderOp, Ogre::RenderOperation::operationType, POSITION_BINDING, Ogre::VertexBufferBinding::setBinding(), Ogre::RenderOperation::useIndexes, Ogre::VertexData::vertexBufferBinding, Ogre::VertexData::vertexCount, Ogre::RenderOperation::vertexData, Ogre::VertexData::vertexDeclaration, Ogre::VertexData::vertexStart, Ogre::VES_POSITION, and Ogre::VET_FLOAT3. |
|
Should this container pass events to their children.
Definition at line 117 of file OgreGuiContainer.h. |
|
Definition at line 433 of file OgreGuiElement.h. Referenced by Ogre::GuiContainer::clone(), and Ogre::GuiContainer::copyFromTemplate(). |
|
Overridden from GuiElement.
Reimplemented from Ogre::GuiElement. Definition at line 113 of file OgreGuiContainer.h. Referenced by Ogre::GuiContainer::copyFromTemplate(). |
|
Definition at line 835 of file OgreGuiElement.cpp. References Ogre::GuiElement::mEnabled. Referenced by Ogre::GuiContainer::findElementAt(), and updateMaterials(). |
|
Implements Ogre::PositionTarget. Reimplemented in Ogre::TextBoxGuiElement. Definition at line 430 of file OgreGuiElement.h. |
|
Definition at line 106 of file OgreMouseTarget.cpp. References Ogre::MouseTarget::mMouseWithin. Referenced by updateMaterials(), and Ogre::BorderButtonGuiElement::updateMaterials(). |
|
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(). |
|
Definition at line 61 of file OgreGuiPressable.cpp. References Ogre::GuiPressable::mPressed. Referenced by Ogre::PopupMenuGuiElement::mouseMoved(), updateMaterials(), and Ogre::BorderButtonGuiElement::updateMaterials(). |
|
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(). |
|
Returns whether or not the element is visible.
Definition at line 105 of file OgreGuiElement.cpp. References Ogre::GuiElement::mVisible. Referenced by Ogre::GuiContainer::findElementAt(). |
|
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(). |
|
Definition at line 104 of file OgreEventListeners.h. Referenced by Ogre::MouseTarget::processMouseEvent(). |
|
Definition at line 102 of file OgreEventListeners.h. Referenced by Ogre::MouseTarget::processMouseEvent(). |
|
Definition at line 103 of file OgreEventListeners.h. Referenced by Ogre::MouseTarget::processMouseEvent(). |
|
Invoked when the mouse enters a component.
Implements Ogre::MouseListener. Definition at line 85 of file OgreGuiPressable.cpp. |
|
Invoked when the mouse exits a component.
Implements Ogre::MouseListener. Definition at line 88 of file OgreGuiPressable.cpp. |
|
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(). |
|
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(). |
|
Definition at line 46 of file OgreActionTarget.cpp. References Ogre::ActionListener::actionPerformed(), Ogre::InputEvent::getID(), and Ogre::ActionTarget::mActionListener. Referenced by Ogre::TextBoxGuiElement::processEvent(), Ogre::GuiElement::processEvent(), and Ogre::GuiControl::processEvent(). |
|
Processes events occurring on this component. By default this method calls the appropriate process event method Reimplemented from Ogre::GuiElement. Definition at line 70 of file OgreButtonGuiElement.cpp. References updateMaterials(). |
|
Definition at line 47 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(). |
|
Definition at line 45 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(). |
|
Definition at line 72 of file OgreActionTarget.cpp. References Ogre::ActionTarget::mActionListener. |
|
Removes a named element from this container.
Definition at line 113 of file OgreGuiContainer.cpp. References Ogre::GuiElement::_setParent(), Except, Ogre::GuiContainer::mChildContainers, and Ogre::GuiContainer::mChildren. Referenced by Ogre::ListGuiElement::removeListItem(), Ogre::PopupMenuGuiElement::removeMenuItem(), Ogre::TextBoxGuiElement::setBackPanel(), setButtonCaption(), Ogre::BorderButtonGuiElement::setButtonCaption(), Ogre::ListGuiElement::setScrollBarName(), and Ogre::TextBoxGuiElement::setTextArea(). |
|
Definition at line 96 of file OgreMouseTarget.cpp. References Ogre::MouseTarget::mMouseListener. |
|
Definition at line 75 of file OgreMouseMotionTarget.cpp. References Ogre::MouseMotionTarget::mMouseMotionListener. Referenced by Ogre::InputReader::removeCursorMoveListener(). |
|
Definition at line 55 of file OgreGuiPressable.cpp. References Ogre::GuiPressable::mActionCommand. Referenced by Ogre::PopupMenuGuiElement::mouseReleased(). |
|
Definition at line 249 of file OgreButtonGuiElement.cpp. References Ogre::GuiContainer::addChild(), Ogre::GuiElement::getName(), mInsideObject, Ogre::GuiElement::mName, Ogre::GuiContainer::removeChild(), Ogre::GuiElement::setCaption(), Ogre::GuiElement::setCloneable(), and updateMaterials(). |
|
Sets the caption on elements that support it.
Reimplemented in Ogre::TextAreaGuiElement, Ogre::TextBoxGuiElement, and Ogre::TTYGuiElement. Definition at line 644 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(), setButtonCaption(), and Ogre::BorderButtonGuiElement::setButtonCaption(). |
|
Sets the caption colour to use for the disabled button.
Definition at line 234 of file OgreButtonGuiElement.cpp. References mCaptionColour, mSetCaptionColor, and updateMaterials(). |
|
Sets the caption colour to use for the disabled button.
Definition at line 241 of file OgreButtonGuiElement.cpp. References mCaptionDisabledColour, mSetCaptionDisabledColor, and updateMaterials(). |
|
Should this container pass events to their children.
Definition at line 121 of file OgreGuiContainer.h. Referenced by Ogre::ListGuiElement::addListItem(). |
|
Definition at line 436 of file OgreGuiElement.h. Referenced by Ogre::TextBoxGuiElement::setBackPanel(), setButtonCaption(), Ogre::BorderButtonGuiElement::setButtonCaption(), Ogre::ScrollBarGuiElement::setDownButtonName(), Ogre::ScrollBarGuiElement::setScrollBitName(), Ogre::TextBoxGuiElement::setTextArea(), and Ogre::ScrollBarGuiElement::setUpButtonName(). |
|
Sets the colour on elements that support it.
Reimplemented in Ogre::TextAreaGuiElement, and Ogre::TTYGuiElement. Definition at line 655 of file OgreGuiElement.cpp. References Ogre::GuiElement::mColour. Referenced by updateMaterials(). |
|
Sets the dimensions of this element in relation to the screen (1.0 = screen width/height).
Definition at line 110 of file OgreGuiElement.cpp. References Ogre::GuiElement::_positionsOutOfDate(), Ogre::GMM_RELATIVE, 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(). |
|
Sets the name of the material to use for the disabled button.
Definition at line 229 of file OgreButtonGuiElement.cpp. References mDisabledMaterialName. |
|
Sets the name of the material to use for the button.
Definition at line 206 of file OgreButtonGuiElement.cpp. References mDownMaterialName. |
|
Definition at line 841 of file OgreGuiElement.cpp. References Ogre::GuiElement::mEnabled. |
|
Sets the height of this element in relation to the screen (where 1.0 = screen height).
Definition at line 169 of file OgreGuiElement.cpp. References Ogre::GuiElement::_positionsOutOfDate(), Ogre::GMM_RELATIVE, Ogre::GuiElement::mDerivedOutOfDate, Ogre::GuiElement::mHeight, Ogre::GuiElement::mMetricsMode, Ogre::GuiElement::mPixelHeight, and Ogre::Real. Referenced by Ogre::ListGuiElement::addListItem(), Ogre::PopupMenuGuiElement::addMenuItem(), changeChild(), Ogre::BorderButtonGuiElement::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(). |
|
Sets the name of the material to use for the hilited button.
Definition at line 219 of file OgreButtonGuiElement.cpp. References mHiliteDownMaterialName. |
|
Sets the name of the material to use for the hilited button.
Definition at line 224 of file OgreButtonGuiElement.cpp. References mHiliteUpMaterialName. |
|
Sets the horizontal origin for this element.
Definition at line 734 of file OgreGuiElement.cpp. References Ogre::GuiElement::_positionsOutOfDate(), Ogre::GuiHorizontalAlignment, and Ogre::GuiElement::mHorzAlign. |
|
Sets the left of this element in relation to the screen (where 0 = far left, 1.0 = far right).
Definition at line 195 of file OgreGuiElement.cpp. References Ogre::GuiElement::_positionsOutOfDate(), Ogre::GMM_RELATIVE, Ogre::GuiElement::mDerivedOutOfDate, Ogre::GuiElement::mLeft, Ogre::GuiElement::mMetricsMode, Ogre::GuiElement::mPixelLeft, and Ogre::Real. Referenced by Ogre::ListGuiElement::addListItem(), Ogre::PopupMenuGuiElement::addMenuItem(), changeChild(), Ogre::BorderButtonGuiElement::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(). |
|
Overridden from GuiElement.
Reimplemented from Ogre::GuiElement. Definition at line 140 of file OgrePanelGuiElement.cpp. References Ogre::PanelGuiElement::updateTextureGeometry(). |
|
Tells this element how to interpret the position and dimension values it is given.
Reimplemented in Ogre::BorderPanelGuiElement, Ogre::TextAreaGuiElement, and Ogre::TTYGuiElement. Definition at line 665 of file OgreGuiElement.cpp. References Ogre::GuiElement::_positionsOutOfDate(), Ogre::OverlayManager::getViewportHeight(), Ogre::OverlayManager::getViewportWidth(), Ogre::GMM_PIXELS, Ogre::GMM_RELATIVE, Ogre::GMM_RELATIVE_ASPECT_ADJUSTED, Ogre::GuiMetricsMode, Ogre::GuiElement::mDerivedOutOfDate, Ogre::GuiElement::mHeight, Ogre::GuiElement::mLeft, Ogre::GuiElement::mMetricsMode, Ogre::GuiElement::mPixelHeight, Ogre::GuiElement::mPixelLeft, Ogre::GuiElement::mPixelScaleX, Ogre::GuiElement::mPixelScaleY, Ogre::GuiElement::mPixelTop, Ogre::GuiElement::mPixelWidth, Ogre::GuiElement::mTop, Ogre::GuiElement::mWidth, and Ogre::Real. Referenced by Ogre::Profiler::createContainer(), Ogre::Profiler::createPanel(), Ogre::Profiler::createTextArea(), and Ogre::Profiler::displayResults(). |
|
Generic parameter setting 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(). |
|
Sets the position of the top-left corner of the element, relative to the screen size (1.0 = screen width / height).
Definition at line 126 of file OgreGuiElement.cpp. References Ogre::GuiElement::_positionsOutOfDate(), Ogre::GMM_RELATIVE, Ogre::GuiElement::mDerivedOutOfDate, Ogre::GuiElement::mLeft, Ogre::GuiElement::mMetricsMode, Ogre::GuiElement::mPixelLeft, Ogre::GuiElement::mPixelTop, Ogre::GuiElement::mTop, and Ogre::Real. |
|
Definition at line 67 of file OgreGuiPressable.cpp. References Ogre::GuiPressable::mPressed. Referenced by Ogre::GuiPressable::mousePressed(), Ogre::GuiPressable::mouseReleased(), Ogre::BorderButtonGuiElement::setBorderUpMaterialName(), and setUpMaterialName(). |
|
Definition at line 40 of file OgreGuiPressable.cpp. References Ogre::MouseTarget::addMouseListener(), and Ogre::GuiPressable::mSource. Referenced by Ogre::BorderButtonGuiElement::BorderButtonGuiElement(), ButtonGuiElement(), and Ogre::PopupMenuGuiElement::PopupMenuGuiElement(). |
|
Sets the number of times textures should repeat.
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. |
|
Sets the top of this element in relation to the screen (where 0 = top, 1.0 = bottom).
Definition at line 221 of file OgreGuiElement.cpp. References Ogre::GuiElement::_positionsOutOfDate(), Ogre::GMM_RELATIVE, Ogre::GuiElement::mDerivedOutOfDate, Ogre::GuiElement::mMetricsMode, Ogre::GuiElement::mPixelTop, Ogre::GuiElement::mTop, and Ogre::Real. Referenced by Ogre::ListGuiElement::addListItem(), Ogre::PopupMenuGuiElement::addMenuItem(), changeChild(), Ogre::BorderButtonGuiElement::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(). |
|
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(). |
|
Sets the name of the material to use for the button.
Definition at line 211 of file OgreButtonGuiElement.cpp. References mUpMaterialName, Ogre::GuiPressable::setPressed(), and updateMaterials(). |
|
Sets the vertical origin for this element.
Definition at line 745 of file OgreGuiElement.cpp. References Ogre::GuiElement::_positionsOutOfDate(), Ogre::GuiVerticalAlignment, and Ogre::GuiElement::mVertAlign. |
|
Sets the width of this element in relation to the screen (where 1.0 = screen width).
Definition at line 143 of file OgreGuiElement.cpp. References Ogre::GuiElement::_positionsOutOfDate(), Ogre::GMM_RELATIVE, Ogre::GuiElement::mDerivedOutOfDate, Ogre::GuiElement::mMetricsMode, Ogre::GuiElement::mPixelWidth, Ogre::GuiElement::mWidth, and Ogre::Real. Referenced by Ogre::ListGuiElement::addListItem(), Ogre::PopupMenuGuiElement::addMenuItem(), changeChild(), Ogre::BorderButtonGuiElement::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(). |
|
Shows this element if it was hidden.
Reimplemented in Ogre::CursorGuiElement. Definition at line 95 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(). |
|
Definition at line 78 of file OgreButtonGuiElement.cpp. References changeChild(), Ogre::GuiContainer::ChildIterator, Ogre::GuiContainer::getChildIterator(), Ogre::GMM_PIXELS, Ogre::GuiElement::isEnabled(), Ogre::MouseTarget::isMouseWithin(), Ogre::GuiPressable::isPressed(), mButtonDown, mCaptionColour, mCaptionDisabledColour, mDisabledMaterialName, mDownMaterialName, mHiliteDownMaterialName, mHiliteUpMaterialName, mInsideObject, Ogre::GuiElement::mMetricsMode, mSetCaptionColor, mUpMaterialName, and Ogre::GuiElement::setColour(). Referenced by processEvent(), setButtonCaption(), setCaptionColour(), setCaptionDisabledColour(), and setUpMaterialName(). |
|
internal method for setting up geometry, called by GuiElement::update
Implements Ogre::GuiElement. Reimplemented in Ogre::BorderPanelGuiElement. Definition at line 166 of file OgrePanelGuiElement.cpp. References Ogre::GuiElement::_getDerivedLeft(), Ogre::GuiElement::_getDerivedTop(), Ogre::VertexBufferBinding::getBuffer(), Ogre::GuiElement::mHeight, Ogre::PanelGuiElement::mRenderOp, Ogre::GuiElement::mWidth, POSITION_BINDING, Ogre::Real, Ogre::VertexData::vertexBufferBinding, and Ogre::RenderOperation::vertexData. |
|
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(). |
|
See Renderable.
Reimplemented from Ogre::Renderable. Definition at line 346 of file OgreGuiElement.cpp. |
|
See Renderable.
Reimplemented from Ogre::Renderable. Definition at line 351 of file OgreGuiElement.cpp. |
|
Definition at line 57 of file OgreGuiPressable.h. Referenced by Ogre::GuiPressable::getActionCommand(), Ogre::GuiPressable::GuiPressable(), and Ogre::GuiPressable::setActionCommand(). |
|
Definition at line 58 of file OgreActionTarget.h. Referenced by Ogre::ActionTarget::ActionTarget(), Ogre::ActionTarget::addActionListener(), Ogre::ActionTarget::processActionEvent(), and Ogre::ActionTarget::removeActionListener(). |
|
Reimplemented from Ogre::GuiPressable. Definition at line 57 of file OgreButtonGuiElement.h. Referenced by ButtonGuiElement(), and updateMaterials(). |
|
Definition at line 123 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(). |
|
Definition at line 65 of file OgreButtonGuiElement.h. Referenced by getCaptionColour(), setCaptionColour(), and updateMaterials(). |
|
Definition at line 66 of file OgreButtonGuiElement.h. Referenced by getCaptionDisabledColour(), setCaptionDisabledColour(), and updateMaterials(). |
|
Definition at line 58 of file OgreGuiContainer.h. Referenced by Ogre::GuiContainer::_removeChild(), Ogre::GuiContainer::addChildImpl(), Ogre::GuiContainer::getChildContainerIterator(), and Ogre::GuiContainer::removeChild(). |
|
Definition at line 56 of file OgreGuiContainer.h. Referenced by Ogre::GuiContainer::_removeChild(), Ogre::GuiContainer::addChildImpl(), Ogre::GuiContainer::getChild(), Ogre::GuiContainer::getChildIterator(), Ogre::ListGuiElement::layoutItems(), and Ogre::GuiContainer::removeChild(). |
|
Definition at line 60 of file OgreGuiContainer.h. Referenced by Ogre::BorderButtonGuiElement::BorderButtonGuiElement(), ButtonGuiElement(), Ogre::PopupMenuGuiElement::PopupMenuGuiElement(), and Ogre::TextBoxGuiElement::TextBoxGuiElement(). |
|
Definition at line 125 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::_getClippingRegion(), Ogre::GuiElement::_updateFromParent(), and Ogre::GuiElement::contains(). |
|
Definition at line 116 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::GuiElement(). |
|
Definition at line 124 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::getColour(), and Ogre::GuiElement::setColour(). |
|
Definition at line 145 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::_getDerivedLeft(), and Ogre::GuiElement::_updateFromParent(). |
|
Definition at line 147 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::_notifyParent(), Ogre::GuiElement::_setDimensions(), Ogre::GuiElement::_setHeight(), Ogre::GuiElement::_setLeft(), Ogre::GuiElement::_setPosition(), Ogre::GuiElement::_setTop(), Ogre::GuiElement::_setWidth(), Ogre::GuiElement::_updateFromParent(), Ogre::GuiElement::GuiElement(), Ogre::GuiElement::setDimensions(), Ogre::GuiElement::setHeight(), Ogre::GuiElement::setLeft(), Ogre::GuiElement::setMetricsMode(), Ogre::GuiElement::setPosition(), Ogre::GuiElement::setTop(), and Ogre::GuiElement::setWidth(). |
|
Definition at line 146 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::_getDerivedTop(), Ogre::GuiElement::_updateFromParent(), and Ogre::ScrollBarGuiElement::mousePressed(). |
|
Definition at line 63 of file OgreButtonGuiElement.h. Referenced by ButtonGuiElement(), getDisabledMaterialName(), setDisabledMaterialName(), and updateMaterials(). |
|
Definition at line 59 of file OgreButtonGuiElement.h. Referenced by ButtonGuiElement(), getDownMaterialName(), setDownMaterialName(), and updateMaterials(). |
|
Definition at line 160 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::GuiElement(), Ogre::GuiElement::isEnabled(), Ogre::GuiElement::processEvent(), and Ogre::GuiElement::setEnabled(). |
|
Falg indicating if the vertex positons need recalculating.
Definition at line 150 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::_notifyViewport(), 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(). |
|
Definition at line 120 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::_notifyViewport(), Ogre::GuiElement::_setDimensions(), Ogre::GuiElement::_setHeight(), Ogre::GuiElement::_update(), Ogre::GuiElement::_updateFromParent(), Ogre::TTYGuiElement::checkAndSetUpdateGeometry(), 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(). |
|
Definition at line 61 of file OgreButtonGuiElement.h. Referenced by ButtonGuiElement(), getHiliteDownMaterialName(), setHiliteDownMaterialName(), and updateMaterials(). |
|
Definition at line 62 of file OgreButtonGuiElement.h. Referenced by ButtonGuiElement(), getHiliteUpMaterialName(), setHiliteUpMaterialName(), and updateMaterials(). |
|
Definition at line 128 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::_updateFromParent(), Ogre::GuiElement::getHorizontalAlignment(), Ogre::GuiElement::GuiElement(), and Ogre::GuiElement::setHorizontalAlignment(). |
|
Definition at line 71 of file OgreButtonGuiElement.h. Referenced by ButtonGuiElement(), getButtonCaption(), setButtonCaption(), and updateMaterials(). |
|
Definition at line 117 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::_notifyViewport(), Ogre::GuiElement::_setLeft(), Ogre::GuiElement::_setPosition(), 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(). |
|
Definition at line 121 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::getMaterialName(), Ogre::GuiElement::setMaterialName(), Ogre::PopupMenuGuiElement::setSelectedItem(), and Ogre::ListGuiElement::setSelectedItem(). |
|
Definition at line 127 of file OgreGuiElement.h. Referenced by Ogre::TTYGuiElement::_update(), Ogre::TextAreaGuiElement::_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(), updateMaterials(), and Ogre::BorderButtonGuiElement::updateMaterials(). |
|
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(). |
|
Definition at line 59 of file OgreMouseMotionTarget.h. Referenced by Ogre::MouseMotionTarget::addMouseMotionListener(), Ogre::MouseMotionTarget::MouseMotionTarget(), Ogre::MouseMotionTarget::processMouseMotionEvent(), and Ogre::MouseMotionTarget::removeMouseMotionListener(). |
|
Definition at line 63 of file OgreMouseTarget.h. Referenced by Ogre::MouseTarget::isMouseWithin(), Ogre::MouseTarget::MouseTarget(), and Ogre::MouseTarget::processMouseEvent(). |
|
Definition at line 114 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::clone(), Ogre::GuiContainer::copyFromTemplate(), Ogre::PopupMenuGuiElement::getListItemName(), Ogre::ListGuiElement::getListItemName(), Ogre::GuiElement::getName(), Ogre::ListGuiElement::layoutItems(), Ogre::TextBoxGuiElement::processEvent(), Ogre::TextBoxGuiElement::setBackPanel(), setButtonCaption(), Ogre::BorderButtonGuiElement::setButtonCaption(), Ogre::ScrollBarGuiElement::setDownButtonName(), Ogre::ListGuiElement::setScrollBarName(), Ogre::ScrollBarGuiElement::setScrollBitName(), Ogre::ListGuiElement::setSelectedIndex(), Ogre::TextBoxGuiElement::setTextArea(), and Ogre::ScrollBarGuiElement::setUpButtonName(). |
|
Definition at line 113 of file OgrePanelGuiElement.h. Referenced by Ogre::PanelGuiElement::PanelGuiElement(), and Ogre::PanelGuiElement::updateTextureGeometry(). |
|
Definition at line 142 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::_notifyParent(), Ogre::GuiContainer::addChildImpl(), Ogre::GuiElement::getWorldOrientation(), Ogre::GuiElement::getWorldPosition(), and Ogre::GuiElement::getWorldTransforms(). |
|
Class name for this instance to be used as a lookup (must be initialised by subclasses).
Definition at line 157 of file OgreStringInterface.h. |
|
Definition at line 140 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::_notifyParent(), Ogre::GuiElement::_updateFromParent(), Ogre::GuiElement::getParent(), and Ogre::GuiElement::GuiElement(). |
|
Definition at line 135 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::_notifyViewport(), Ogre::GuiElement::_setDimensions(), Ogre::GuiElement::_setHeight(), Ogre::GuiElement::_update(), Ogre::GuiElement::getHeight(), Ogre::GuiElement::GuiElement(), Ogre::GuiElement::setDimensions(), Ogre::GuiElement::setHeight(), and Ogre::GuiElement::setMetricsMode(). |
|
Definition at line 133 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::_notifyViewport(), Ogre::GuiElement::_setLeft(), Ogre::GuiElement::_setPosition(), Ogre::GuiElement::_update(), Ogre::GuiElement::getLeft(), Ogre::GuiElement::GuiElement(), Ogre::GuiElement::setLeft(), Ogre::GuiElement::setMetricsMode(), and Ogre::GuiElement::setPosition(). |
|
Definition at line 136 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::_notifyViewport(), Ogre::GuiElement::_setDimensions(), Ogre::GuiElement::_setLeft(), Ogre::GuiElement::_setPosition(), Ogre::GuiElement::_setWidth(), Ogre::GuiElement::_update(), Ogre::BorderPanelGuiElement::_update(), Ogre::GuiElement::GuiElement(), and Ogre::GuiElement::setMetricsMode(). |
|
Definition at line 137 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::_notifyViewport(), Ogre::GuiElement::_setDimensions(), Ogre::GuiElement::_setHeight(), Ogre::GuiElement::_setPosition(), Ogre::GuiElement::_setTop(), Ogre::GuiElement::_update(), Ogre::BorderPanelGuiElement::_update(), Ogre::GuiElement::GuiElement(), and Ogre::GuiElement::setMetricsMode(). |
|
Definition at line 132 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::_notifyViewport(), Ogre::GuiElement::_setPosition(), Ogre::GuiElement::_setTop(), Ogre::GuiElement::_update(), Ogre::GuiElement::getTop(), Ogre::GuiElement::GuiElement(), Ogre::GuiElement::setMetricsMode(), Ogre::GuiElement::setPosition(), and Ogre::GuiElement::setTop(). |
|
Definition at line 134 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::_notifyViewport(), Ogre::GuiElement::_setDimensions(), Ogre::GuiElement::_setWidth(), Ogre::GuiElement::_update(), Ogre::GuiElement::getWidth(), Ogre::GuiElement::GuiElement(), Ogre::GuiElement::setDimensions(), Ogre::GuiElement::setMetricsMode(), and Ogre::GuiElement::setWidth(). |
|
Definition at line 122 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(). |
|
Definition at line 58 of file OgreGuiPressable.h. Referenced by Ogre::GuiPressable::GuiPressable(), Ogre::GuiPressable::isPressed(), and Ogre::GuiPressable::setPressed(). |
|
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(). |
|
Definition at line 50 of file OgreGuiElement.cpp. Referenced by Ogre::GuiElement::addBaseParameters(). |
|
Definition at line 41 of file OgreButtonGuiElement.cpp. |
|
Definition at line 38 of file OgreButtonGuiElement.cpp. |
|
Definition at line 34 of file OgreButtonGuiElement.cpp. |
|
Definition at line 36 of file OgreButtonGuiElement.cpp. |
|
Definition at line 37 of file OgreButtonGuiElement.cpp. |
|
Definition at line 35 of file OgreButtonGuiElement.cpp. |
|
Definition at line 39 of file OgreButtonGuiElement.cpp. Referenced by addBaseParameters(). |
|
Definition at line 40 of file OgreButtonGuiElement.cpp. Referenced by addBaseParameters(). |
|
Definition at line 36 of file OgrePanelGuiElement.cpp. Referenced by Ogre::PanelGuiElement::addBaseParameters(). |
|
Definition at line 37 of file OgrePanelGuiElement.cpp. Referenced by Ogre::PanelGuiElement::addBaseParameters(). |
|
Dictionary of parameters.
Definition at line 30 of file OgreStringInterface.cpp. |
|
Definition at line 67 of file OgreButtonGuiElement.h. Referenced by ButtonGuiElement(), setCaptionColour(), and updateMaterials(). |
|
Definition at line 68 of file OgreButtonGuiElement.h. Referenced by ButtonGuiElement(), and setCaptionDisabledColour(). |
|
Definition at line 48 of file OgreGuiElement.cpp. Referenced by Ogre::GuiElement::addBaseParameters(). |
|
Definition at line 52 of file OgreGuiElement.cpp. Referenced by Ogre::GuiElement::addBaseParameters(). |
|
Definition at line 45 of file OgreGuiElement.cpp. Referenced by Ogre::GuiElement::addBaseParameters(). |
|
Definition at line 49 of file OgreGuiElement.cpp. Referenced by Ogre::GuiElement::addBaseParameters(). |
|
Definition at line 51 of file OgreGuiElement.cpp. Referenced by Ogre::GuiElement::addBaseParameters(). |
|
Definition at line 60 of file OgreGuiPressable.h. Referenced by Ogre::GuiPressable::fireActionPerformed(), and Ogre::GuiPressable::setSource(). |
|
Definition at line 163 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::copyFromTemplate(), and Ogre::GuiElement::GuiElement(). |
|
Definition at line 46 of file OgreGuiElement.cpp. Referenced by Ogre::GuiElement::addBaseParameters(). |
|
Reimplemented from Ogre::PanelGuiElement. Definition at line 33 of file OgreButtonGuiElement.cpp. Referenced by getTypeName(). |
|
Definition at line 53 of file OgreGuiElement.cpp. Referenced by Ogre::GuiElement::addBaseParameters(). |
|
Definition at line 54 of file OgreGuiElement.cpp. Referenced by Ogre::GuiElement::addBaseParameters(). |
|
Definition at line 47 of file OgreGuiElement.cpp. Referenced by Ogre::GuiElement::addBaseParameters(). |
|
Definition at line 111 of file OgrePanelGuiElement.h. Referenced by Ogre::PanelGuiElement::getTileX(), Ogre::PanelGuiElement::PanelGuiElement(), Ogre::PanelGuiElement::setTiling(), and Ogre::PanelGuiElement::updateTextureGeometry(). |
|
Definition at line 112 of file OgrePanelGuiElement.h. Referenced by Ogre::PanelGuiElement::getTileY(), Ogre::PanelGuiElement::PanelGuiElement(), Ogre::PanelGuiElement::setTiling(), and Ogre::PanelGuiElement::updateTextureGeometry(). |
|
Definition at line 118 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::_notifyViewport(), Ogre::GuiElement::_setPosition(), Ogre::GuiElement::_setTop(), 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(). |
|
Definition at line 109 of file OgrePanelGuiElement.h. Referenced by Ogre::PanelGuiElement::_updateRenderQueue(), Ogre::PanelGuiElement::isTransparent(), Ogre::PanelGuiElement::PanelGuiElement(), and Ogre::PanelGuiElement::setTransparent(). |
|
Definition at line 60 of file OgreButtonGuiElement.h. Referenced by ButtonGuiElement(), getUpMaterialName(), setUpMaterialName(), and updateMaterials(). |
|
Definition at line 129 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::_updateFromParent(), Ogre::GuiElement::getVerticalAlignment(), Ogre::GuiElement::GuiElement(), and Ogre::GuiElement::setVerticalAlignment(). |
|
Definition at line 115 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(). |
|
Definition at line 119 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::_notifyViewport(), Ogre::GuiElement::_setDimensions(), Ogre::GuiElement::_setWidth(), Ogre::GuiElement::_update(), Ogre::GuiElement::_updateFromParent(), 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(). |
|
Definition at line 157 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::_notifyWorldTransforms(), and Ogre::GuiContainer::addChildImpl(). |
|
Definition at line 154 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::_notifyZOrder(), Ogre::GuiElement::_updateRenderQueue(), Ogre::BorderPanelGuiElement::_updateRenderQueue(), Ogre::GuiContainer::addChildImpl(), and Ogre::GuiElement::GuiElement(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Fri May 14 23:23:29 2004