|
| ControlLabel (long x, long y, long width, long height, const String &label, const char *font=NULL, const char *textColor=NULL, const char *disabledColor=NULL, long alignment=XBFONT_LEFT, bool hasPath=false, long angle=0) |
|
| ~ControlLabel () override |
|
| getLabel () |
| Function: getLabel()
Returns the text value for this label.
|
|
| setLabel (...) |
| Function: setLabel(label[, font, textColor, disabledColor, shadowColor, focusedColor, label2])
Sets text for this label.
|
|
| ControlLabel ()=default |
|
CGUIControl * | Create () override |
|
| ~Control () override |
|
virtual bool | canAcceptMessages (int actionId) |
|
| getId () inline bool operator |
| Function: getId()
Returns the control's current id as an integer.
|
|
| getX () |
| Function: getX()
Returns the control's current X position.
|
|
| getY () |
| Function: getY()
Returns the control's current Y position.
|
|
| getHeight () |
| Function: getHeight()
Returns the control's current height as an integer.
|
|
| getWidth () |
| Function: getWidth()
Returns the control's current width as an integer.
|
|
| setEnabled (...) |
| Function: setEnabled(enabled)
Sets the control's enabled/disabled state.
|
|
| setVisible (...) |
| Function: setVisible(visible)
Sets the control's visible/hidden state.
|
|
| isVisible (...) |
| Function: isVisible()
Get the control's visible/hidden state with respect to the container/window
|
|
| setVisibleCondition (...) |
| Function: setVisibleCondition(visible[,allowHiddenFocus])
Sets the control's visible condition.
|
|
| setEnableCondition (...) |
| Function: setEnableCondition(enable)
Sets the control's enabled condition.
|
|
| setAnimations (...) |
| Function: setAnimations([(event, attr,)*])
Sets the control's animations.
|
|
| setPosition (...) |
| Function: setPosition(x, y)
Sets the controls position.
|
|
| setWidth (...) |
| Function: setWidth(width)
Sets the controls width.
|
|
| setHeight (...) |
| Function: setHeight(height)
Sets the controls height.
|
|
| setNavigation (...) |
| Function: setNavigation(up, down, left, right)
Sets the controls navigation.
|
|
| controlUp (...) |
| Function: controlUp(control)
Sets the controls up navigation.
|
|
| controlDown (...) |
| Function: controlDown(control)
Sets the controls down navigation.
|
|
| controlLeft (...) |
| Function: controlLeft(control)
Sets the controls left navigation.
|
|
| controlRight (...) |
| Function: controlRight(control)
Sets the controls right navigation.
|
|
| AddonClass () |
|
virtual | ~AddonClass () |
|
const char * | GetClassname () const |
|
LanguageHook * | GetLanguageHook () |
|
bool | isDeallocating () |
|
void | Release () const |
|
void | Acquire () const |
|