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

#include <SettingDefinitions.h>

Public Member Functions

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

Public Attributes

std::string label
 
std::string label2
 
std::string value
 
std::vector< std::pair< std::string, CVariant > > properties
 

Constructor & Destructor Documentation

◆ StringSettingOption() [1/2]

StringSettingOption::StringSettingOption ( const std::string & _label,
const std::string & _value )
inline

◆ StringSettingOption() [2/2]

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

Member Data Documentation

◆ label

std::string StringSettingOption::label

◆ label2

std::string StringSettingOption::label2

◆ properties

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

◆ value

std::string StringSettingOption::value

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