|
| ~ControlSpin () override |
|
| setTextures (...) |
| Function: setTextures(up, down, upFocus, downFocus)
Set's textures for this control. More...
|
|
| ~Control () override |
|
virtual CGUIControl * | Create () |
|
virtual bool | canAcceptMessages (int actionId) |
|
| getId () inline bool operator |
| Function: getId()
Returns the control's current id 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...
|
|
| getHeight () |
| Function: getHeight()
Returns the control's current height as an integer. More...
|
|
| getWidth () |
| Function: getWidth()
Returns the control's current width as an integer. More...
|
|
| setEnabled (...) |
| Function: setEnabled(enabled)
Set's the control's enabled/disabled state. More...
|
|
| setVisible (...) |
| Function: setVisible(visible)
Set's the control's visible/hidden state. More...
|
|
| isVisible (...) |
| Function: isVisible()
Get the control's visible/hidden state. More...
|
|
| setVisibleCondition (...) |
| Function: setVisibleCondition(visible[,allowHiddenFocus])
Set's the control's visible condition. More...
|
|
| setEnableCondition (...) |
| Function: setEnableCondition(enable)
Set's the control's enabled condition. More...
|
|
| setAnimations (...) |
| Function: setAnimations([(event, attr,)*])
Set's the control's animations. More...
|
|
| setPosition (...) |
| Function: setPosition(x, y)
Set's the controls position. More...
|
|
| setWidth (...) |
| Function: setWidth(width)
Set's the controls width. More...
|
|
| setHeight (...) |
| Function: setHeight(height)
Set's the controls height. More...
|
|
| setNavigation (...) |
| Function: setNavigation(up, down, left, right)
Set's the controls navigation. More...
|
|
| controlUp (...) |
| Function: controlUp(control)
Set's the controls up navigation. More...
|
|
| controlDown (...) |
| Function: controlDown(control)
Set's the controls down navigation. More...
|
|
| controlLeft (...) |
| Function: controlLeft(control)
Set's the controls left navigation. More...
|
|
| controlRight (...) |
| Function: controlRight(control)
Set's the controls right navigation. More...
|
|
| AddonClass () |
|
virtual | ~AddonClass () |
|
const char * | GetClassname () const |
|
LanguageHook * | GetLanguageHook () |
|
bool | isDeallocating () |
|
void | Release () const |
|
void | Acquire () const |
|
| CountingLockable ()=default |
|
void | lock () |
|
bool | try_lock () |
|
void | unlock () |
|
unsigned int | exit (unsigned int leave=0) |
|
void | restore (unsigned int restoreCount) |
|
XbmcThreads::CRecursiveMutex & | get_underlying () |
|