|
|
| Action (const CAction &caction) |
| |
|
void | setFromCAction (const CAction &caction) |
| |
|
long | getId () |
| |
|
long | getButtonCode () |
| |
|
float | getAmount1 () |
| |
|
float | getAmount2 () |
| |
|
const char * | GetClassname () const |
| |
|
LanguageHook * | GetLanguageHook () |
| |
| bool | isDeallocating () |
| | This method should be called while holding a Synchronize on the object. More...
|
| |
|
void | Release () const |
| |
|
void | Acquire () const |
| |
|
|
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 |
| |
|
|
static short | getNumAddonClasses () |
| |
| virtual void | deallocating () |
| | This method is meant to be called from the destructor of the lowest level class. More...
|
| |
|
static short | getNextClassIndex () |
| | This is meant to be called during static initialization and so isn't synchronized.
|
| |
|
LanguageHook * | languageHook |
| |
The documentation for this class was generated from the following files:
- xbmc/interfaces/legacy/Window.h
- xbmc/interfaces/legacy/Window.cpp