Action class.
Class: xbmcgui.Action(): This class serves in addition to identify carried out kodi_key_action_ids 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.
Inherits AddonClass.
Public Member Functions | |
| Action (const CAction &caction) | |
| getAmount1 () | |
| |
| getAmount2 () | |
| |
| getButtonCode () | |
| |
| getId () | |
| |
| void | setFromCAction (const CAction &caction) |
Public Attributes | |
| unsigned long | buttonCode = 0 |
| AddonClass::Ref< Control > | control |
| float | fAmount1 = 0.0f |
| float | fAmount2 = 0.0f |
| float | fRepeat = 0.0f |
| long | id = -1 |
| std::string | strAction |