Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CSettingControlCheckmark Class Reference

#include <SettingControl.h>

Inheritance diagram for CSettingControlCheckmark:
ISettingControl

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
 

Constructor & Destructor Documentation

◆ CSettingControlCheckmark()

CSettingControlCheckmark::CSettingControlCheckmark ( )
inline

◆ ~CSettingControlCheckmark()

CSettingControlCheckmark::~CSettingControlCheckmark ( )
overridedefault

Member Function Documentation

◆ GetType()

std::string CSettingControlCheckmark::GetType ( ) const
inlineoverridevirtual

Implements ISettingControl.

◆ SetFormat()

bool CSettingControlCheckmark::SetFormat ( const std::string & format)
overridevirtual

Reimplemented from ISettingControl.


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