Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
IntegerSettingOption Struct Reference

#include <SettingDefinitions.h>

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
 

Constructor & Destructor Documentation

◆ IntegerSettingOption() [1/2]

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

◆ IntegerSettingOption() [2/2]

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

Member Data Documentation

◆ label

std::string IntegerSettingOption::label

◆ label2

std::string IntegerSettingOption::label2

◆ 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: