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

#include <SettingDefinitions.h>

Public Member Functions

 TranslatableIntegerSettingOption ()=default
 
 TranslatableIntegerSettingOption (int _label, int _value, const std::string &_addonId="")
 

Public Attributes

int label = 0
 
int value = 0
 
std::string addonId
 

Constructor & Destructor Documentation

◆ TranslatableIntegerSettingOption() [1/2]

TranslatableIntegerSettingOption::TranslatableIntegerSettingOption ( )
default

◆ TranslatableIntegerSettingOption() [2/2]

TranslatableIntegerSettingOption::TranslatableIntegerSettingOption ( int _label,
int _value,
const std::string & _addonId = "" )
inline

Member Data Documentation

◆ addonId

std::string TranslatableIntegerSettingOption::addonId

◆ label

int TranslatableIntegerSettingOption::label = 0

◆ value

int TranslatableIntegerSettingOption::value = 0

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