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

Public Member Functions

std::string GetType () const override
 
bool Deserialize (const TiXmlNode *node, bool update=false) override
 
bool SetFormat (const std::string &format) override
 
int GetHeading () const
 
void SetHeading (int heading)
 
bool UsePopup () const
 
void SetPopup (bool popup)
 
int GetFormatLabel () const
 
void SetFormatLabel (int formatLabel)
 
const std::string & GetFormatString () const
 
void SetFormatString (const std::string &formatString)
 
std::string GetDefaultFormatString () const
 
SettingControlSliderFormatter GetFormatter () const
 
void SetFormatter (SettingControlSliderFormatter formatter)
 
- Public Member Functions inherited from ISettingControl
const std::string & GetFormat () const
 
bool GetDelayed () const
 
void SetDelayed (bool delayed)
 

Protected Attributes

int m_heading = -1
 
bool m_popup = false
 
int m_formatLabel = -1
 
std::string m_formatString
 
SettingControlSliderFormatter m_formatter = nullptr
 
- 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: