Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
XBMCAddon::xbmcaddon::Settings Class Reference

#include <Settings.h>

Inheritance diagram for XBMCAddon::xbmcaddon::Settings:
XBMCAddon::AddonClass

Public Member Functions

 getBool (...)
 

Function: getBool(id)


Returns the value of a setting as a boolean.
 
 getInt (...)
 

Function: getInt(id)


Returns the value of a setting as an integer.
 
 getNumber (...)
 

Function: getNumber(id)


Returns the value of a setting as a floating point number.
 
 getString (...)
 

Function: getString(id)


Returns the value of a setting as a unicode string.
 
 getBoolList (...)
 

Function: getBoolList(id)


Returns the value of a setting as a list of booleans.
 
 getIntList (...)
 

Function: getIntList(id)


Returns the value of a setting as a list of integers.
 
 getNumberList (...)
 

Function: getNumberList(id)


Returns the value of a setting as a list of floating point numbers.
 
 getStringList (...)
 

Function: getStringList(id)


Returns the value of a setting as a list of unicode strings.
 
 setBool (...)
 

Function: setBool(id, value)


Sets the value of a setting.
 
 setInt (...)
 

Function: setInt(id, value)


Sets the value of a setting.
 
 setNumber (...)
 

Function: setNumber(id, value)


Sets the value of a setting.
 
 setString (...)
 

Function: setString(id, value)


Sets the value of a setting.
 
 setBoolList (...)
 

Function: setBoolList(id, values)


Sets the boolean values of a list setting.
 
 setIntList (...)
 

Function: setIntList(id, value)


Sets the integer values of a list setting.
 
 setNumberList (...)
 

Function: setNumberList(id, value)


Sets the floating point values of a list setting.
 
 setStringList (...)
 

Function: setStringList(id, value)


Sets the string values of a list setting.
 
- Public Member Functions inherited from XBMCAddon::AddonClass
 AddonClass ()
 
virtual ~AddonClass ()
 
const char * GetClassname () const
 
LanguageHookGetLanguageHook ()
 
bool isDeallocating ()
 
void Release () const
 
void Acquire () const
 

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
LanguageHooklanguageHook
 

The documentation for this class was generated from the following files: