menue: add possibility to add localized values in CMenuOptionNumberChooser seperately

Origin commit data
------------------
Commit: 45040b0e14
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)

Origin message was:
------------------
- menue: add possibility to add localized values in CMenuOptionNumberChooser seperately
This commit is contained in:
vanhofen
2017-09-25 08:42:26 +02:00
parent bb5a6f7083
commit 28058bfc61

View File

@@ -364,6 +364,8 @@ private:
void setNumberFormat(std::string format) { numberFormat = format; }
void setNumberFormat(std::string (*fun)(int)) { numberFormatFunction = fun; }
void setNumericInput(bool _numeric_input) { numeric_input = _numeric_input; }
void setLocalizedValue(int special_value) { localized_value = special_value; }
void setLocalizedValueName(neutrino_locale_t special_value_name) { localized_value_name = special_value_name; }
};
class CMenuOptionChooserOptions