xbmc
Public Member Functions | Protected Attributes | List of all members
CSettingControlEdit Class Reference
Inheritance diagram for CSettingControlEdit:
Inheritance graph
[legend]
Collaboration diagram for CSettingControlEdit:
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
 
bool IsHidden () const
 
void SetHidden (bool hidden)
 
bool VerifyNewValue () const
 
void SetVerifyNewValue (bool verifyNewValue)
 
int GetHeading () const
 
void SetHeading (int heading)
 
- Public Member Functions inherited from ISettingControl
const std::string & GetFormat () const
 
bool GetDelayed () const
 
void SetDelayed (bool delayed)
 

Protected Attributes

bool m_hidden = false
 
bool m_verifyNewValue = false
 
int m_heading = -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: