|
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
#include <AddonBase.h>
Public Member Functions | |
| CSettingValue (const void *settingValue) | |
| bool | empty () const |
| std::string | GetString () const |
| To get settings value as string. More... | |
| int | GetInt () const |
| To get settings value as integer. More... | |
| unsigned int | GetUInt () const |
| To get settings value as unsigned integer. More... | |
| bool | GetBoolean () const |
| To get settings value as boolean. More... | |
| float | GetFloat () const |
| To get settings value as floating point. More... | |
| template<typename enumType > | |
| enumType | GetEnum () const |
| To get settings value as enum. More... | |
|
inlineexplicit |
|
inline |