#include <OgreTTYGuiElement.h>
Inheritance diagram for Ogre::TTYGuiElement:
Public Methods | |
TTYGuiElement (const String &name) | |
Constructor. | |
~TTYGuiElement () | |
void | initialise (void) |
Initialise. | |
void | setCaption (const String &caption) |
Appends specified text to end of screen buffer. | |
const String & | getCaption () const |
Gets the caption for this element. | |
virtual void | appendText (const String &text) |
Appends specified text to end of screen buffer. | |
virtual void | appendText (const ColourValue &colour, const String &text) |
Appends specified text to end of screen buffer. | |
virtual void | appendText (const ColourValue &tColour, const ColourValue &bColour, const String &text) |
Appends specified text to end of screen buffer. | |
virtual void | appendText (const RGBA &tColour, const RGBA &bColour, const String &text) |
Appends specified text to end of screen buffer. | |
virtual void | clearText () |
virtual void | setScrollBar (ScrollBarGuiElement *scrollBar) |
virtual ScrollBarGuiElement * | getScrollBar () const |
virtual void | setTextLimit (uint maxChars) |
virtual uint | getTextLimit () const |
virtual void | setCharHeight (Real height) |
virtual Real | getCharHeight () const |
virtual void | setSpaceWidth (Real width) |
virtual Real | getSpaceWidth () const |
virtual void | setFontName (const String &font) |
virtual const String & | getFontName () const |
virtual const String & | getTypeName (void) const |
See GuiElement. | |
void | getRenderOperation (RenderOperation &op) |
See Renderable. | |
void | setMaterialName (const String &matName) |
Overridden from GuiElement. | |
virtual void | setColour (const ColourValue &col) |
Sets the colour of the text. | |
virtual const ColourValue & | getColour (void) const |
Gets the colour of the text. | |
virtual void | setColourBottom (const ColourValue &col) |
Sets the colour of the bottom of the letters. | |
virtual const ColourValue & | getColourBottom (void) const |
Gets the colour of the bottom of the letters. | |
virtual void | setColourTop (const ColourValue &col) |
Sets the colour of the top of the letters. | |
virtual const ColourValue & | getColourTop (void) const |
Gets the colour of the top of the letters. | |
void | setMetricsMode (GuiMetricsMode gmm) |
Overridden from GuiElement. | |
void | _update (void) |
Overridden from GuiElement. | |
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 | _positionsOutOfDate (void) |
Tell the object to recalculate. | |
virtual void | _updateFromParent (void) |
Updates this elements transform based on it's parent. | |
virtual void | _notifyParent (GuiContainer *parent, Overlay *overlay) |
Internal method for notifying the gui element of it's parent and ultimate overlay. | |
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 | _notifyZOrder (ushort newZOrder) |
Internal method to notify the element when Zorder of parent overlay has changed. | |
virtual void | _notifyWorldTransforms (const Matrix4 &xform) |
Internal method to notify the element when it's world transform of parent overlay has changed. | |
virtual void | _notifyViewport () |
Internal method to notify the element when the viewport of parent overlay has changed. | |
virtual void | _updateRenderQueue (RenderQueue *queue) |
Internal method to put the contents onto the render queue. | |
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 GuiElement * | findElementAt (Real x, Real y) |
Returns true if xy is within the constraints of the component. | |
virtual void | processEvent (InputEvent *e) |
Processes events occurring on this component. | |
virtual bool | isContainer () const |
returns false as this class is not a container type | |
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 | |
void | copyFromTemplate (GuiElement *templateGui) |
virtual GuiElement * | clone (const String &instanceName) |
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) |
Protected Types | |
typedef std::deque< TextBlock > | TextBlockQueue |
Protected Methods | |
void | addBaseParameters (void) |
Method for setting up base parameters for this class. | |
void | checkAndSetUpdateGeometry () |
Internal methods to update geometry. | |
void | pruneText () |
void | updateScrollBar () |
void | updateTextGeometry (TextBlock &text, Real lineWidth=0.0) |
void | updateTextGeometry () |
void | updateWindowGeometry () |
void | checkMemoryAllocation (uint numChar) |
Internal method to allocate memory, only reallocates when necessary. | |
virtual void | scrollPerformed (ScrollEvent *e) |
Inherited function. | |
virtual void | updatePositionGeometry () |
Internal method which is triggered when the positions of the element get updated, meaning the element should be rebuilding it's mesh positions. | |
bool | createParamDictionary (const String &className) |
Internal method for creating a parameter dictionary for the class, if it does not already exist. | |
Protected Attributes | |
RenderOperation | mRenderOp |
Render operation. | |
Font * | mpFont |
Real | mCharHeight |
ushort | mPixelCharHeight |
Real | mSpaceWidth |
ushort | mPixelSpaceWidth |
uint | mAllocSize |
ColourValue | mColourBottom |
Colours to use for the vertices. | |
ColourValue | mColourTop |
RGBA | mTopColour |
RGBA | mBottomColour |
uint | mScrLines |
bool | mUpdateGeometry |
bool | mUpdateGeometryNotVisible |
TextBlockQueue | mTextBlockQueue |
uint | mTtlChars |
uint | mMaxChars |
uint | mTtlFaces |
uint | mTtlLines |
uint | mTopLine |
bool | mAutoScroll |
ScrollBarGuiElement * | mScrollBar |
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 |
Static Protected Attributes | |
String | msTypeName = "TTY" |
CmdCharHeight | msCmdCharHeight |
CmdSpaceWidth | msCmdSpaceWidth |
CmdFontName | msCmdFontName |
CmdColour | msCmdColour |
CmdColourTop | msCmdColourTop |
CmdColourBottom | msCmdColourBottom |
CmdTextLimit | msCmdTextLimit |
CmdScrollBar | msCmdScrollBar |
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. | |
Private Methods | |
virtual bool | isMulticaster () const |
Returns whether or not the listener is a multicaster. |
The setCaption method is depreciated in this class.
Definition at line 50 of file OgreTTYGuiElement.h.
|
Definition at line 260 of file OgreTTYGuiElement.h. |
|
Constructor.
Definition at line 52 of file OgreTTYGuiElement.cpp. References addBaseParameters(), Ogre::StringInterface::createParamDictionary(), mAllocSize, mAutoScroll, mBottomColour, mCharHeight, mColourBottom, mColourTop, Ogre::GuiElement::mHeight, mMaxChars, mpFont, mPixelCharHeight, mPixelSpaceWidth, mScrLines, mScrollBar, mSpaceWidth, mTopColour, mTopLine, mTtlChars, mTtlFaces, mTtlLines, mUpdateGeometry, and mUpdateGeometryNotVisible. |
|
Definition at line 650 of file OgreTTYGuiElement.cpp. References mRenderOp, and Ogre::RenderOperation::vertexData. |
|
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 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 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. |
|
Internal method for notifying the gui element of it's parent and ultimate overlay.
Reimplemented in Ogre::GuiContainer. Definition at line 495 of file OgreGuiElement.cpp. References Ogre::GuiElement::mDerivedOutOfDate, Ogre::GuiElement::mOverlay, and Ogre::GuiElement::mParent. Referenced by Ogre::GuiContainer::addChildImpl(). |
|
Internal method to notify the element when the viewport of parent overlay has changed.
Reimplemented in Ogre::GuiContainer. Definition at line 542 of file OgreGuiElement.cpp. References Ogre::OverlayManager::getViewportHeight(), Ogre::OverlayManager::getViewportWidth(), Ogre::GMM_PIXELS, Ogre::GMM_RELATIVE, Ogre::GMM_RELATIVE_ASPECT_ADJUSTED, Ogre::GuiElement::mGeomPositionsOutOfDate, Ogre::GuiElement::mHeight, Ogre::GuiElement::mLeft, 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::GuiContainer::addChildImpl(). |
|
Internal method to notify the element when it's world transform of parent overlay has changed.
Reimplemented in Ogre::GuiContainer. Definition at line 536 of file OgreGuiElement.cpp. References Ogre::GuiElement::mXForm. Referenced by Ogre::GuiContainer::addChildImpl(). |
|
Internal method to notify the element when Zorder of parent overlay has changed.
Reimplemented in Ogre::GuiContainer. Definition at line 530 of file OgreGuiElement.cpp. References Ogre::GuiElement::mZOrder, and Ogre::ushort. Referenced by Ogre::GuiContainer::addChildImpl(). |
|
Tell the object to recalculate.
Reimplemented in Ogre::GuiContainer. Definition at line 357 of file OgreGuiElement.cpp. References Ogre::GuiElement::mGeomPositionsOutOfDate. Referenced by Ogre::GuiElement::_setDimensions(), Ogre::GuiElement::_setHeight(), Ogre::GuiElement::_setLeft(), Ogre::GuiElement::_setPosition(), Ogre::GuiElement::_setTop(), Ogre::GuiElement::_setWidth(), Ogre::GuiElement::setCaption(), Ogre::GuiElement::setDimensions(), Ogre::GuiElement::setHeight(), Ogre::GuiElement::setHorizontalAlignment(), Ogre::GuiElement::setLeft(), Ogre::GuiElement::setMetricsMode(), Ogre::GuiElement::setPosition(), Ogre::GuiElement::setTop(), Ogre::GuiElement::setVerticalAlignment(), and Ogre::GuiElement::setWidth(). |
|
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. Definition at line 763 of file OgreTTYGuiElement.cpp. References Ogre::GMM_RELATIVE, mCharHeight, Ogre::GuiElement::mGeomPositionsOutOfDate, Ogre::GuiElement::mMetricsMode, mPixelCharHeight, mPixelSpaceWidth, mSpaceWidth, Ogre::Real, updateScrollBar(), and updateWindowGeometry(). |
|
|
Internal method to put the contents onto the render queue.
Reimplemented in Ogre::GuiContainer, Ogre::BorderPanelGuiElement, and Ogre::PanelGuiElement. Definition at line 589 of file OgreGuiElement.cpp. References Ogre::RenderQueue::addRenderable(), Ogre::GuiElement::mZOrder, and Ogre::RENDER_QUEUE_OVERLAY. |
|
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::GuiElement. Definition at line 671 of file OgreTTYGuiElement.cpp. References Ogre::ParamDictionary::addParameter(), Ogre::StringInterface::getParamDictionary(), msCmdCharHeight, msCmdColour, msCmdColourBottom, msCmdColourTop, msCmdFontName, msCmdScrollBar, msCmdSpaceWidth, msCmdTextLimit, Ogre::PT_REAL, and Ogre::PT_STRING. Referenced by TTYGuiElement(). |
|
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(). |
|
Appends specified text to end of screen buffer.
Definition at line 135 of file OgreTTYGuiElement.cpp. References mAutoScroll, mScrLines, mTextBlockQueue, mTopLine, mTtlChars, mTtlFaces, mTtlLines, pruneText(), Ogre::RGBA, updateScrollBar(), updateTextGeometry(), and updateWindowGeometry(). |
|
Appends specified text to end of screen buffer.
Definition at line 125 of file OgreTTYGuiElement.cpp. References appendText(), and Ogre::RGBA. |
|
Appends specified text to end of screen buffer.
Definition at line 116 of file OgreTTYGuiElement.cpp. References appendText(), and Ogre::RGBA. |
|
Appends specified text to end of screen buffer.
Definition at line 73 of file OgreTTYGuiElement.h. Referenced by appendText(), and setCaption(). |
|
Internal methods to update geometry.
Definition at line 256 of file OgreTTYGuiElement.cpp. References mCharHeight, Ogre::GuiElement::mHeight, mpFont, mRenderOp, mUpdateGeometry, Ogre::GuiElement::mWidth, Ogre::VertexData::vertexCount, Ogre::RenderOperation::vertexData, and Ogre::VertexData::vertexStart. Referenced by setFontName(), and updatePositionGeometry(). |
|
Internal method to allocate memory, only reallocates when necessary.
Definition at line 219 of file OgreTTYGuiElement.cpp. References COLOUR_BINDING, Ogre::VertexDeclaration::getVertexSize(), mAllocSize, mRenderOp, POS_TEX_BINDING, Ogre::VertexBufferBinding::setBinding(), Ogre::uint, Ogre::VertexData::vertexBufferBinding, Ogre::VertexData::vertexCount, Ogre::RenderOperation::vertexData, and Ogre::VertexData::vertexDeclaration. Referenced by initialise(), and updateWindowGeometry(). |
|
Definition at line 163 of file OgreTTYGuiElement.cpp. References mAutoScroll, mTextBlockQueue, mTopLine, mTtlChars, mTtlFaces, mTtlLines, updateScrollBar(), and updateWindowGeometry(). |
|
Reimplemented in Ogre::GuiContainer. Definition at line 824 of file OgreGuiElement.cpp. References Ogre::StringInterface::copyParametersTo(), Ogre::GuiElement::getTypeName(), and Ogre::GuiElement::mName. Referenced by Ogre::GuiContainer::clone(), and Ogre::GuiManager::cloneGuiElementFromTemplate(). |
|
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 in Ogre::GuiContainer. Definition at line 817 of file OgreGuiElement.cpp. References Ogre::StringInterface::copyParametersTo(), and Ogre::GuiElement::mSourceTemplate. |
|
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=(). |
|
|
Returns true if xy is within the constraints of the component.
Reimplemented in Ogre::GuiContainer, and Ogre::CursorGuiElement. Definition at line 765 of file OgreGuiElement.cpp. References Ogre::Real. Referenced by Ogre::GuiContainer::findElementAt(). |
|
Gets the caption for this element.
Reimplemented from Ogre::GuiElement. Definition at line 572 of file OgreTTYGuiElement.cpp. References Ogre::GuiElement::mCaption. |
|
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(). |
|
Definition at line 611 of file OgreTTYGuiElement.cpp. References Ogre::GMM_PIXELS, mCharHeight, Ogre::GuiElement::mMetricsMode, mPixelCharHeight, and Ogre::Real. Referenced by Ogre::TTYGuiElement::CmdCharHeight::doGet(). |
|
Definition at line 142 of file OgreRenderable.h. References Ogre::PlaneList. Referenced by Ogre::SceneManager::renderSingleObject(). |
|
Gets the colour of the text.
Reimplemented from Ogre::GuiElement. Definition at line 725 of file OgreTTYGuiElement.cpp. References mColourTop. Referenced by Ogre::TTYGuiElement::CmdColour::doGet(). |
|
Gets the colour of the bottom of the letters.
Definition at line 737 of file OgreTTYGuiElement.cpp. References mColourBottom. Referenced by Ogre::TTYGuiElement::CmdColourBottom::doGet(). |
|
Gets the colour of the top of the letters.
Definition at line 748 of file OgreTTYGuiElement.cpp. References mColourTop. Referenced by Ogre::TTYGuiElement::CmdColourTop::doGet(). |
|
Definition at line 593 of file OgreTTYGuiElement.cpp. References Ogre::Resource::getName(), and mpFont. |
|
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(), Ogre::ButtonGuiElement::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 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 Ogre::ButtonGuiElement::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(), Ogre::ButtonGuiElement::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 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(), 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 660 of file OgreTTYGuiElement.cpp. References mRenderOp. |
|
Definition at line 96 of file OgreTTYGuiElement.h. |
|
Definition at line 474 of file OgreGuiElement.h. |
|
Definition at line 637 of file OgreTTYGuiElement.cpp. References Ogre::GMM_PIXELS, Ogre::GuiElement::mMetricsMode, mPixelSpaceWidth, mSpaceWidth, and Ogre::Real. Referenced by Ogre::TTYGuiElement::CmdSpaceWidth::doGet(). |
|
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 99 of file OgreTTYGuiElement.h. References Ogre::uint. Referenced by Ogre::TTYGuiElement::CmdTextLimit::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 Ogre::ButtonGuiElement::changeChild(), Ogre::BorderButtonGuiElement::changeChild(), Ogre::ScrollBarGuiElement::mouseDragged(), Ogre::ScrollBarGuiElement::mousePressed(), and Ogre::ScrollBarGuiElement::moveScrollBitTo(). |
|
See GuiElement.
Implements Ogre::GuiElement. Definition at line 655 of file OgreTTYGuiElement.cpp. References msTypeName. |
|
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(), Ogre::ButtonGuiElement::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. Definition at line 88 of file OgreTTYGuiElement.cpp. References Ogre::VertexDeclaration::addElement(), checkMemoryAllocation(), COLOUR_BINDING, DEFAULT_INITIAL_CHARS, mRenderOp, Ogre::RenderOperation::operationType, POS_TEX_BINDING, Ogre::RenderOperation::useIndexes, Ogre::RenderOperation::vertexData, Ogre::VertexData::vertexDeclaration, Ogre::VertexData::vertexStart, Ogre::VES_DIFFUSE, Ogre::VES_POSITION, Ogre::VES_TEXTURE_COORDINATES, Ogre::VET_COLOUR, Ogre::VET_FLOAT2, and Ogre::VET_FLOAT3. |
|
Definition at line 433 of file OgreGuiElement.h. Referenced by Ogre::GuiContainer::clone(), and Ogre::GuiContainer::copyFromTemplate(). |
|
returns false as this class is not a container type
Reimplemented in Ogre::GuiContainer. Definition at line 427 of file OgreGuiElement.h. Referenced by Ogre::GuiContainer::_addChild(), Ogre::GuiContainer::addChild(), and Ogre::GuiContainer::copyFromTemplate(). |
|
Definition at line 835 of file OgreGuiElement.cpp. References Ogre::GuiElement::mEnabled. Referenced by Ogre::GuiContainer::findElementAt(), and Ogre::ButtonGuiElement::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 Ogre::ButtonGuiElement::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(). |
|
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(). |
|
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 Implements Ogre::EventTarget. Reimplemented in Ogre::BorderButtonGuiElement, Ogre::ButtonGuiElement, Ogre::ScrollBarGuiElement, and Ogre::TextBoxGuiElement. Definition at line 776 of file OgreGuiElement.cpp. References Ogre::InputEvent::getID(), Ogre::InputEvent::isConsumed(), Ogre::GuiElement::mEnabled, Ogre::ActionTarget::processActionEvent(), Ogre::MouseTarget::processMouseEvent(), and Ogre::MouseMotionTarget::processMouseMotionEvent(). Referenced by Ogre::GuiPressable::fireActionPerformed(). |
|
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 272 of file OgreTTYGuiElement.cpp. References mMaxChars, mTextBlockQueue, mTtlChars, mTtlFaces, and mTtlLines. Referenced by appendText(), setTextLimit(), and updateTextGeometry(). |
|
Definition at line 72 of file OgreActionTarget.cpp. References Ogre::ActionTarget::mActionListener. |
|
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(). |
|
Inherited function.
Implements Ogre::ScrollListener. Definition at line 210 of file OgreTTYGuiElement.cpp. References Ogre::ScrollEvent::getTopVisible(), mTopLine, and updateWindowGeometry(). |
|
Appends specified text to end of screen buffer.
Reimplemented from Ogre::GuiElement. Definition at line 560 of file OgreTTYGuiElement.cpp. References appendText(), mAutoScroll, mTextBlockQueue, mTopLine, mTtlChars, mTtlFaces, and mTtlLines. |
|
Definition at line 598 of file OgreTTYGuiElement.cpp. References Ogre::GMM_RELATIVE, mCharHeight, Ogre::GuiElement::mGeomPositionsOutOfDate, Ogre::GuiElement::mMetricsMode, mPixelCharHeight, and Ogre::Real. |
|
Definition at line 436 of file OgreGuiElement.h. Referenced by Ogre::TextBoxGuiElement::setBackPanel(), Ogre::ButtonGuiElement::setButtonCaption(), Ogre::BorderButtonGuiElement::setButtonCaption(), Ogre::ScrollBarGuiElement::setDownButtonName(), Ogre::ScrollBarGuiElement::setScrollBitName(), Ogre::TextBoxGuiElement::setTextArea(), and Ogre::ScrollBarGuiElement::setUpButtonName(). |
|
Sets the colour of the text.
Reimplemented from Ogre::GuiElement. Definition at line 717 of file OgreTTYGuiElement.cpp. References mBottomColour, mColourBottom, mColourTop, and mTopColour. |
|
Sets the colour of the bottom of the letters.
Definition at line 731 of file OgreTTYGuiElement.cpp. References mBottomColour, and mColourBottom. |
|
Sets the colour of the top of the letters.
Definition at line 742 of file OgreTTYGuiElement.cpp. References mColourTop, and mTopColour. |
|
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(). |
|
Definition at line 841 of file OgreGuiElement.cpp. References Ogre::GuiElement::mEnabled. |
|
Definition at line 577 of file OgreTTYGuiElement.cpp. References checkAndSetUpdateGeometry(), Ogre::Font::getGlyphAspectRatio(), Ogre::Font::getMaterial(), Ogre::Font::load(), mCharHeight, mpFont, Ogre::GuiElement::mpMaterial, mSpaceWidth, Ogre::Material::setDepthCheckEnabled(), Ogre::Material::setLightingEnabled(), updateScrollBar(), updateTextGeometry(), and updateWindowGeometry(). |
|
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(), Ogre::ButtonGuiElement::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 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(), Ogre::ButtonGuiElement::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 665 of file OgreTTYGuiElement.cpp. References updateWindowGeometry(). |
|
Overridden from GuiElement.
Reimplemented from Ogre::GuiElement. Definition at line 753 of file OgreTTYGuiElement.cpp. References Ogre::GMM_RELATIVE, Ogre::GuiMetricsMode, mCharHeight, mPixelCharHeight, mPixelSpaceWidth, and mSpaceWidth. |
|
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 191 of file OgreTTYGuiElement.cpp. References Ogre::ScrollTarget::addScrollListener(), mScrollBar, Ogre::ScrollTarget::removeScrollListener(), and updateScrollBar(). |
|
Definition at line 623 of file OgreTTYGuiElement.cpp. References Ogre::GMM_RELATIVE, Ogre::GuiElement::mGeomPositionsOutOfDate, Ogre::GuiElement::mMetricsMode, mPixelSpaceWidth, mSpaceWidth, and Ogre::Real. |
|
Definition at line 179 of file OgreTTYGuiElement.cpp. References mMaxChars, pruneText(), Ogre::uint, updateScrollBar(), and updateWindowGeometry(). |
|
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(), Ogre::ButtonGuiElement::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 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(), Ogre::ButtonGuiElement::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(). |
|
Internal method which is triggered when the positions of the element get updated, meaning the element should be rebuilding it's mesh positions. Abstract since subclasses must implement this. Implements Ogre::GuiElement. Definition at line 547 of file OgreTTYGuiElement.cpp. References checkAndSetUpdateGeometry(), mCharHeight, Ogre::GuiElement::mHeight, mScrLines, updateScrollBar(), updateTextGeometry(), and updateWindowGeometry(). |
|
Definition at line 286 of file OgreTTYGuiElement.cpp. References mScrLines, mScrollBar, mTopLine, mTtlLines, mUpdateGeometry, and Ogre::ScrollBarGuiElement::setLimits(). Referenced by _update(), appendText(), clearText(), setFontName(), setScrollBar(), setTextLimit(), and updatePositionGeometry(). |
|
Definition at line 343 of file OgreTTYGuiElement.cpp. References mAutoScroll, mScrLines, mTextBlockQueue, mTopLine, mTtlChars, mTtlFaces, mTtlLines, mUpdateGeometry, pruneText(), and Ogre::Real. Referenced by appendText(), setFontName(), and updatePositionGeometry(). |
|
Definition at line 293 of file OgreTTYGuiElement.cpp. References Ogre::TTYGuiElement::TextBlock::begin, Ogre::TTYGuiElement::TextBlock::cntFaces, Ogre::TTYGuiElement::TextBlock::cntLines, Ogre::TTYGuiElement::TextBlock::end, Ogre::Font::getGlyphAspectRatio(), mCharHeight, mpFont, mSpaceWidth, mUpdateGeometry, Ogre::GuiElement::mWidth, Ogre::Real, Ogre::TTYGuiElement::TextBlock::text, and Ogre::uint. |
|
Definition at line 379 of file OgreTTYGuiElement.cpp. References Ogre::GuiElement::_getDerivedLeft(), Ogre::GuiElement::_getDerivedTop(), checkMemoryAllocation(), COLOUR_BINDING, Ogre::VertexBufferBinding::getBuffer(), Ogre::Font::getGlyphAspectRatio(), Ogre::Font::getGlyphTexCoords(), mCharHeight, mpFont, mRenderOp, mScrLines, mSpaceWidth, mTextBlockQueue, mTopLine, mTtlChars, mUpdateGeometry, Ogre::GuiElement::mWidth, POS_TEX_BINDING, Ogre::Real, Ogre::RGBA, Ogre::uint, Ogre::VertexData::vertexBufferBinding, and Ogre::RenderOperation::vertexData. Referenced by _update(), appendText(), clearText(), scrollPerformed(), setFontName(), setMaterialName(), setTextLimit(), and updatePositionGeometry(). |
|
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 58 of file OgreActionTarget.h. Referenced by Ogre::ActionTarget::ActionTarget(), Ogre::ActionTarget::addActionListener(), Ogre::ActionTarget::processActionEvent(), and Ogre::ActionTarget::removeActionListener(). |
|
Definition at line 286 of file OgreTTYGuiElement.h. Referenced by checkMemoryAllocation(), and TTYGuiElement(). |
|
Definition at line 305 of file OgreTTYGuiElement.h. Referenced by appendText(), clearText(), setCaption(), TTYGuiElement(), and updateTextGeometry(). |
|
Definition at line 292 of file OgreTTYGuiElement.h. Referenced by setColour(), setColourBottom(), and TTYGuiElement(). |
|
Definition at line 123 of file OgreGuiElement.h. Referenced by 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 282 of file OgreTTYGuiElement.h. Referenced by _update(), checkAndSetUpdateGeometry(), getCharHeight(), setCharHeight(), setFontName(), setMetricsMode(), TTYGuiElement(), updatePositionGeometry(), updateTextGeometry(), and updateWindowGeometry(). |
|
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(). |
|
Colours to use for the vertices.
Definition at line 289 of file OgreTTYGuiElement.h. Referenced by getColourBottom(), setColour(), setColourBottom(), and TTYGuiElement(). |
|
Definition at line 290 of file OgreTTYGuiElement.h. Referenced by getColour(), getColourTop(), setColour(), setColourTop(), and TTYGuiElement(). |
|
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 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(), _update(), Ogre::TextAreaGuiElement::_update(), Ogre::GuiElement::_update(), Ogre::BorderPanelGuiElement::_update(), Ogre::GuiElement::GuiElement(), Ogre::BorderPanelGuiElement::setBorderSize(), setCharHeight(), Ogre::TextAreaGuiElement::setCharHeight(), 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(), checkAndSetUpdateGeometry(), Ogre::GuiElement::getHeight(), Ogre::GuiElement::GuiElement(), Ogre::ListGuiElement::layoutItems(), Ogre::GuiElement::setDimensions(), Ogre::GuiElement::setHeight(), Ogre::GuiElement::setMetricsMode(), TTYGuiElement(), updatePositionGeometry(), Ogre::PanelGuiElement::updatePositionGeometry(), and Ogre::BorderPanelGuiElement::updatePositionGeometry(). |
|
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 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 301 of file OgreTTYGuiElement.h. Referenced by pruneText(), setTextLimit(), and TTYGuiElement(). |
|
Definition at line 127 of file OgreGuiElement.h. Referenced by _update(), Ogre::TextAreaGuiElement::_update(), Ogre::BorderPanelGuiElement::_update(), Ogre::BorderPanelGuiElement::getBottomBorderSize(), getCharHeight(), Ogre::TextAreaGuiElement::getCharHeight(), Ogre::GuiElement::getHeight(), Ogre::GuiElement::getLeft(), Ogre::BorderPanelGuiElement::getLeftBorderSize(), Ogre::GuiElement::getMetricsMode(), Ogre::BorderPanelGuiElement::getRightBorderSize(), getSpaceWidth(), Ogre::TextAreaGuiElement::getSpaceWidth(), Ogre::GuiElement::getTop(), Ogre::BorderPanelGuiElement::getTopBorderSize(), Ogre::GuiElement::getWidth(), Ogre::GuiElement::GuiElement(), Ogre::BorderPanelGuiElement::setBorderSize(), setCharHeight(), Ogre::TextAreaGuiElement::setCharHeight(), Ogre::GuiElement::setDimensions(), Ogre::GuiElement::setHeight(), Ogre::GuiElement::setLeft(), Ogre::GuiElement::setMetricsMode(), Ogre::GuiElement::setPosition(), setSpaceWidth(), Ogre::TextAreaGuiElement::setSpaceWidth(), Ogre::GuiElement::setTop(), Ogre::GuiElement::setWidth(), Ogre::TextAreaGuiElement::updateGeometry(), Ogre::ButtonGuiElement::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(), Ogre::ButtonGuiElement::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 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 281 of file OgreTTYGuiElement.h. Referenced by checkAndSetUpdateGeometry(), getFontName(), setFontName(), TTYGuiElement(), updateTextGeometry(), and updateWindowGeometry(). |
|
Definition at line 283 of file OgreTTYGuiElement.h. Referenced by _update(), getCharHeight(), setCharHeight(), setMetricsMode(), and TTYGuiElement(). |
|
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 285 of file OgreTTYGuiElement.h. Referenced by _update(), getSpaceWidth(), setMetricsMode(), setSpaceWidth(), and TTYGuiElement(). |
|
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(), setFontName(), Ogre::TextAreaGuiElement::setFontName(), Ogre::GuiElement::setMaterialName(), and Ogre::PanelGuiElement::updateTextureGeometry(). |
|
Render operation.
Definition at line 263 of file OgreTTYGuiElement.h. Referenced by checkAndSetUpdateGeometry(), checkMemoryAllocation(), getRenderOperation(), initialise(), updateWindowGeometry(), and ~TTYGuiElement(). |
|
Definition at line 50 of file OgreGuiElement.cpp. Referenced by Ogre::GuiElement::addBaseParameters(). |
|
Definition at line 40 of file OgreTTYGuiElement.cpp. Referenced by addBaseParameters(). |
|
Definition at line 43 of file OgreTTYGuiElement.cpp. Referenced by addBaseParameters(). |
|
Definition at line 44 of file OgreTTYGuiElement.cpp. Referenced by addBaseParameters(). |
|
Definition at line 45 of file OgreTTYGuiElement.cpp. Referenced by addBaseParameters(). |
|
Definition at line 42 of file OgreTTYGuiElement.cpp. Referenced by addBaseParameters(). |
|
Definition at line 46 of file OgreTTYGuiElement.cpp. Referenced by addBaseParameters(). |
|
Definition at line 41 of file OgreTTYGuiElement.cpp. Referenced by addBaseParameters(). |
|
Definition at line 47 of file OgreTTYGuiElement.cpp. Referenced by addBaseParameters(). |
|
Definition at line 294 of file OgreTTYGuiElement.h. Referenced by appendText(), TTYGuiElement(), updatePositionGeometry(), updateScrollBar(), updateTextGeometry(), and updateWindowGeometry(). |
|
Definition at line 307 of file OgreTTYGuiElement.h. Referenced by setScrollBar(), TTYGuiElement(), and updateScrollBar(). |
|
Dictionary of parameters.
Definition at line 30 of file OgreStringInterface.cpp. |
|
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 163 of file OgreGuiElement.h. Referenced by Ogre::GuiElement::copyFromTemplate(), and Ogre::GuiElement::GuiElement(). |
|
Definition at line 284 of file OgreTTYGuiElement.h. Referenced by _update(), getSpaceWidth(), setFontName(), setMetricsMode(), setSpaceWidth(), TTYGuiElement(), updateTextGeometry(), and updateWindowGeometry(). |
|
Definition at line 46 of file OgreGuiElement.cpp. Referenced by Ogre::GuiElement::addBaseParameters(). |
|
Definition at line 39 of file OgreTTYGuiElement.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 299 of file OgreTTYGuiElement.h. Referenced by appendText(), clearText(), pruneText(), setCaption(), updateTextGeometry(), and updateWindowGeometry(). |
|
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 291 of file OgreTTYGuiElement.h. Referenced by setColour(), setColourTop(), and TTYGuiElement(). |
|
Definition at line 304 of file OgreTTYGuiElement.h. Referenced by appendText(), clearText(), scrollPerformed(), setCaption(), TTYGuiElement(), updateScrollBar(), updateTextGeometry(), and updateWindowGeometry(). |
|
Definition at line 300 of file OgreTTYGuiElement.h. Referenced by appendText(), clearText(), pruneText(), setCaption(), TTYGuiElement(), updateTextGeometry(), and updateWindowGeometry(). |
|
Definition at line 302 of file OgreTTYGuiElement.h. Referenced by appendText(), clearText(), pruneText(), setCaption(), TTYGuiElement(), and updateTextGeometry(). |
|
Definition at line 303 of file OgreTTYGuiElement.h. Referenced by appendText(), clearText(), pruneText(), setCaption(), TTYGuiElement(), updateScrollBar(), and updateTextGeometry(). |
|
Definition at line 297 of file OgreTTYGuiElement.h. Referenced by checkAndSetUpdateGeometry(), TTYGuiElement(), updateScrollBar(), updateTextGeometry(), and updateWindowGeometry(). |
|
Definition at line 298 of file OgreTTYGuiElement.h. Referenced by TTYGuiElement(). |
|
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(), checkAndSetUpdateGeometry(), Ogre::GuiElement::getWidth(), Ogre::GuiElement::GuiElement(), Ogre::GuiElement::setDimensions(), Ogre::GuiElement::setMetricsMode(), Ogre::GuiElement::setWidth(), Ogre::PanelGuiElement::updatePositionGeometry(), Ogre::BorderPanelGuiElement::updatePositionGeometry(), updateTextGeometry(), and 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:25:22 2004