xbmc
|
Public Member Functions | |
IntegerSettingOption (const std::string &_label, int _value) | |
IntegerSettingOption (const std::string &_label, const std::string &_label2, int _value, const std::vector< std::pair< std::string, CVariant >> &props) | |
Public Attributes | |
std::string | label |
std::string | label2 |
int | value = 0 |
std::vector< std::pair< std::string, CVariant > > | properties |