![]() |
Kodi Documentation 18.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 |
![]() | |
ISettingControl ()=default | |
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 | |
![]() | |
bool | m_delayed = false |
std::string | m_format |
|
inline |
|
overridedefault |
|
inlineoverridevirtual |
Implements ISettingControl.
|
overridevirtual |
Reimplemented from ISettingControl.