![]() |
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
#include <Window.h>
Public Member Functions | |
Action ()=default | |
Action (const CAction &caction) | |
void | setFromCAction (const CAction &caction) |
getId () | |
| |
getButtonCode () | |
| |
getAmount1 () | |
| |
getAmount2 () | |
| |
![]() | |
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 () |
Public Attributes | |
long | id = -1 |
float | fAmount1 = 0.0f |
float | fAmount2 = 0.0f |
float | fRepeat = 0.0f |
unsigned long | buttonCode = 0 |
std::string | strAction |
AddonClass::Ref< Control > | control |
Additional Inherited Members | |
![]() | |
static short | getNumAddonClasses () |
![]() | |
virtual void | deallocating () |
![]() | |
static short | getNextClassIndex () |
![]() | |
LanguageHook * | languageHook |
![]() | |
XbmcThreads::CRecursiveMutex | mutex |
unsigned int | count |
|
default |
|
inlineexplicit |
unsigned long XBMCAddon::xbmcgui::Action::buttonCode = 0 |
AddonClass::Ref<Control> XBMCAddon::xbmcgui::Action::control |
float XBMCAddon::xbmcgui::Action::fAmount1 = 0.0f |
float XBMCAddon::xbmcgui::Action::fAmount2 = 0.0f |
float XBMCAddon::xbmcgui::Action::fRepeat = 0.0f |
long XBMCAddon::xbmcgui::Action::id = -1 |
std::string XBMCAddon::xbmcgui::Action::strAction |