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

#include <Skin.h>

Inheritance diagram for ADDON::CSkinSettingBool:
ADDON::CSkinSetting

Public Member Functions

 ~CSkinSettingBool () override=default
 
std::string GetType () const override
 
bool Deserialize (const TiXmlElement *element) override
 
- Public Member Functions inherited from ADDON::CSkinSetting
virtual ~CSkinSetting ()=default
 
bool Serialize (TiXmlElement *parent) const
 

Public Attributes

bool value = false
 
- Public Attributes inherited from ADDON::CSkinSetting
std::string name
 

Protected Member Functions

bool SerializeSetting (TiXmlElement *element) const override
 

Constructor & Destructor Documentation

◆ ~CSkinSettingBool()

ADDON::CSkinSettingBool::~CSkinSettingBool ( )
overridedefault

Member Function Documentation

◆ Deserialize()

bool ADDON::CSkinSettingBool::Deserialize ( const TiXmlElement * element)
overridevirtual

Reimplemented from ADDON::CSkinSetting.

◆ GetType()

std::string ADDON::CSkinSettingBool::GetType ( ) const
inlineoverridevirtual

Implements ADDON::CSkinSetting.

◆ SerializeSetting()

bool ADDON::CSkinSettingBool::SerializeSetting ( TiXmlElement * element) const
overrideprotectedvirtual

Implements ADDON::CSkinSetting.

Member Data Documentation

◆ value

bool ADDON::CSkinSettingBool::value = false

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