|
| Addon (const char *id=NULL) |
|
String | getLocalizedString (int id) |
|
Settings * | getSettings () |
|
String | getSetting (const char *id) |
|
bool | getSettingBool (const char *id) |
|
int | getSettingInt (const char *id) |
|
double | getSettingNumber (const char *id) |
|
String | getSettingString (const char *id) |
|
void | setSetting (const char *id, const String &value) |
|
bool | setSettingBool (const char *id, bool value) |
|
bool | setSettingInt (const char *id, int value) |
|
bool | setSettingNumber (const char *id, double value) |
|
bool | setSettingString (const char *id, const String &value) |
|
void | openSettings () |
|
String | getAddonInfo (const char *id) |
|
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 |
|
|
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/Addon.h
- xbmc/interfaces/legacy/Addon.cpp