kodi
Public Member Functions | Protected Attributes | List of all members
CSettingControlFormattedRange Class Reference
Inheritance diagram for CSettingControlFormattedRange:
Inheritance graph
[legend]
Collaboration diagram for CSettingControlFormattedRange:
Collaboration graph
[legend]

Public Member Functions

bool Deserialize (const TiXmlNode *node, bool update=false) override
 
int GetFormatLabel () const
 
void SetFormatLabel (int formatLabel)
 
const std::string & GetFormatString () const
 
void SetFormatString (const std::string &formatString)
 
int GetMinimumLabel () const
 
void SetMinimumLabel (int minimumLabel)
 
- Public Member Functions inherited from ISettingControl
virtual std::string GetType () const =0
 
const std::string & GetFormat () const
 
bool GetDelayed () const
 
void SetDelayed (bool delayed)
 
virtual bool SetFormat (const std::string &format)
 

Protected Attributes

int m_formatLabel = -1
 
std::string m_formatString = "{}"
 
int m_minimumLabel = -1
 
- 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
 

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