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

#include <SettingControl.h>

Inheritance diagram for CSettingControlTitle:
ISettingControl

Public Member Functions

 CSettingControlTitle ()=default
 
 ~CSettingControlTitle () override=default
 
std::string GetType () const override
 
bool Deserialize (const TiXmlNode *node, bool update=false) override
 
bool IsSeparatorHidden () const
 
void SetSeparatorHidden (bool hidden)
 
bool IsSeparatorBelowLabel () const
 
void SetSeparatorBelowLabel (bool below)
 
- Public Member Functions inherited from ISettingControl
 ISettingControl ()
 
virtual ~ISettingControl ()=default
 
const std::string & GetFormat () const
 
bool GetDelayed () const
 
void SetDelayed (bool delayed)
 
virtual bool SetFormat (const std::string &format)
 

Protected Attributes

bool m_separatorHidden = false
 
bool m_separatorBelowLabel = true
 
- Protected Attributes inherited from ISettingControl
bool m_delayed = false
 
std::string m_format
 

Additional Inherited Members

- Static Protected Attributes inherited from ISettingControl
static Logger s_logger
 

Constructor & Destructor Documentation

◆ CSettingControlTitle()

CSettingControlTitle::CSettingControlTitle ( )
default

◆ ~CSettingControlTitle()

CSettingControlTitle::~CSettingControlTitle ( )
overridedefault

Member Function Documentation

◆ Deserialize()

bool CSettingControlTitle::Deserialize ( const TiXmlNode * node,
bool update = false )
overridevirtual

Reimplemented from ISettingControl.

◆ GetType()

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

Implements ISettingControl.

◆ IsSeparatorBelowLabel()

bool CSettingControlTitle::IsSeparatorBelowLabel ( ) const
inline

◆ IsSeparatorHidden()

bool CSettingControlTitle::IsSeparatorHidden ( ) const
inline

◆ SetSeparatorBelowLabel()

void CSettingControlTitle::SetSeparatorBelowLabel ( bool below)
inline

◆ SetSeparatorHidden()

void CSettingControlTitle::SetSeparatorHidden ( bool hidden)
inline

Member Data Documentation

◆ m_separatorBelowLabel

bool CSettingControlTitle::m_separatorBelowLabel = true
protected

◆ m_separatorHidden

bool CSettingControlTitle::m_separatorHidden = false
protected

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