Inherits AddonClass.
|
| | getBool (...) |
| | Function: getBool(id)
Returns the value of a setting as a boolean.
|
| |
| | getBoolList (...) |
| | Function: getBoolList(id)
Returns the value of a setting as a list of booleans.
|
| |
| | getInt (...) |
| | Function: getInt(id)
Returns the value of a setting as an integer.
|
| |
| | getIntList (...) |
| | Function: getIntList(id)
Returns the value of a setting as a list of integers.
|
| |
| | getNumber (...) |
| | Function: getNumber(id)
Returns the value of a setting as a floating point number.
|
| |
| | getNumberList (...) |
| | Function: getNumberList(id)
Returns the value of a setting as a list of floating point numbers.
|
| |
| | getString (...) |
| | Function: getString(id)
Returns the value of a setting as a unicode string.
|
| |
| | 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.
|
| |
| | setBoolList (...) |
| | Function: setBoolList(id, values)
Sets the boolean values of a list setting.
|
| |
| | setInt (...) |
| | Function: setInt(id, value)
Sets the value of a setting.
|
| |
| | setIntList (...) |
| | Function: setIntList(id, value)
Sets the integer values of a list setting.
|
| |
| | setNumber (...) |
| | Function: setNumber(id, value)
Sets the value of a setting.
|
| |
| | setNumberList (...) |
| | Function: setNumberList(id, value)
Sets the floating point values of a list setting.
|
| |
| | setString (...) |
| | Function: setString(id, value)
Sets the value of a setting.
|
| |
| | setStringList (...) |
| | Function: setStringList(id, value)
Sets the string values of a list setting.
|
| |
The documentation for this class was generated from the following file:
- /github/workspace/xbmc/interfaces/legacy/Settings.h