|
| addLabel (...) |
| Function: addLabel(label)
Add a label to this control for scrolling. More...
|
|
| ControlFadeLabel (long x, long y, long width, long height, const char *font=NULL, const char *textColor=NULL, long _alignment=XBFONT_LEFT) |
|
CGUIControl * | Create () override |
|
| reset () |
| Function: reset()
Clear this fade label. More...
|
|
| setScrolling (...) |
| Function: setScrolling(scroll)
Set scrolling. If set to false, the labels won't scroll. Defaults to true. More...
|
|
virtual bool | canAcceptMessages (int actionId) |
|
| controlDown (...) |
| Function: controlDown(control)
Sets the controls down navigation. More...
|
|
| controlLeft (...) |
| Function: controlLeft(control)
Sets the controls left navigation. More...
|
|
| controlRight (...) |
| Function: controlRight(control)
Sets the controls right navigation. More...
|
|
| controlUp (...) |
| Function: controlUp(control)
Sets the controls up navigation. More...
|
|
| getHeight () |
| Function: getHeight()
Returns the control's current height as an integer. More...
|
|
| getId () inline bool operator |
| Function: getId()
Returns the control's current id as an integer. More...
|
|
| getWidth () |
| Function: getWidth()
Returns the control's current width as an integer. More...
|
|
| getX () |
| Function: getX()
Returns the control's current X position. More...
|
|
| getY () |
| Function: getY()
Returns the control's current Y position. More...
|
|
| isVisible (...) |
| Function: isVisible()
Get the control's visible/hidden state with respect to the container/window More...
|
|
| setAnimations (...) |
| Function: setAnimations([(event, attr,)*])
Sets the control's animations. More...
|
|
| setEnableCondition (...) |
| Function: setEnableCondition(enable)
Sets the control's enabled condition. More...
|
|
| setEnabled (...) |
| Function: setEnabled(enabled)
Sets the control's enabled/disabled state. More...
|
|
| setHeight (...) |
| Function: setHeight(height)
Sets the controls height. More...
|
|
| setNavigation (...) |
| Function: setNavigation(up, down, left, right)
Sets the controls navigation. More...
|
|
| setPosition (...) |
| Function: setPosition(x, y)
Sets the controls position. More...
|
|
| setVisible (...) |
| Function: setVisible(visible)
Sets the control's visible/hidden state. More...
|
|
| setVisibleCondition (...) |
| Function: setVisibleCondition(visible[,allowHiddenFocus])
Sets the control's visible condition. More...
|
|
| setWidth (...) |
| Function: setWidth(width)
Sets the controls width. More...
|
|