Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
IntegerSettingOption Struct Reference

#include <SettingDefinitions.h>

Public Member Functions

 IntegerSettingOption (const std::string &_label, int _value)
 
 IntegerSettingOption (const std::string &_label, int _value, const std::vector< std::pair< std::string, CVariant > > &props)
 

Public Attributes

std::string label
 
int value = 0
 
std::vector< std::pair< std::string, CVariant > > properties
 

Constructor & Destructor Documentation

◆ IntegerSettingOption() [1/2]

IntegerSettingOption::IntegerSettingOption ( const std::string &  _label,
int  _value 
)
inline

◆ IntegerSettingOption() [2/2]

IntegerSettingOption::IntegerSettingOption ( const std::string &  _label,
int  _value,
const std::vector< std::pair< std::string, CVariant > > &  props 
)
inline

Member Data Documentation

◆ label

std::string IntegerSettingOption::label

◆ properties

std::vector<std::pair<std::string, CVariant> > IntegerSettingOption::properties

◆ value

int IntegerSettingOption::value = 0

The documentation for this struct was generated from the following file: