|
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 () | |
| |
Public Member Functions inherited from XBMCAddon::AddonClass | |
| AddonClass () | |
| virtual | ~AddonClass () |
| const char * | GetClassname () const |
| LanguageHook * | GetLanguageHook () |
| bool | isDeallocating () |
| void | Release () const |
| void | Acquire () const |
Public Member Functions inherited from XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex > | |
| 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 Public Member Functions inherited from XBMCAddon::AddonClass | |
| static short | getNumAddonClasses () |
Protected Member Functions inherited from XBMCAddon::AddonClass | |
| virtual void | deallocating () |
Static Protected Member Functions inherited from XBMCAddon::AddonClass | |
| static short | getNextClassIndex () |
Protected Attributes inherited from XBMCAddon::AddonClass | |
| LanguageHook * | languageHook |
Protected Attributes inherited from XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex > | |
| 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 |