Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <SettingControl.h>
Public Member Functions | |
CSettingControlCheckmark () | |
~CSettingControlCheckmark () override=default | |
std::string | GetType () const override |
bool | SetFormat (const std::string &format) override |
Public Member Functions inherited from ISettingControl | |
ISettingControl () | |
virtual | ~ISettingControl ()=default |
const std::string & | GetFormat () const |
bool | GetDelayed () const |
void | SetDelayed (bool delayed) |
virtual bool | Deserialize (const TiXmlNode *node, bool update=false) |
Additional Inherited Members | |
Protected Attributes inherited from ISettingControl | |
bool | m_delayed = false |
std::string | m_format |
Static Protected Attributes inherited from ISettingControl | |
static Logger | s_logger |
|
inline |
|
overridedefault |
|
inlineoverridevirtual |
Implements ISettingControl.
|
overridevirtual |
Reimplemented from ISettingControl.