![]() |
Kodi Documentation 22.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 |
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 |
Action class.
Class: xbmcgui.Action():
This class serves in addition to identify carried out Action Id's of Kodi and to be able to carry out thereby own necessary steps.
The data of this class are always transmitted by callback Window::onAction at a window.
|
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 |