CMenuOptionNumberChooser: clean up multiple code parts

This commit is contained in:
2017-06-18 00:04:40 +02:00
parent 7b3ce6f330
commit f2e8f95e66
2 changed files with 49 additions and 49 deletions

View File

@@ -325,6 +325,17 @@ private:
std::string numberFormat;
std::string (*numberFormatFunction)(int num);
void init( const neutrino_locale_t& lName,
const std::string &sName,
int* const Option_Value,
const int& min_value,
const int& max_value,
const int& print_offset,
const int& special_value,
const neutrino_locale_t& special_value_name,
CChangeObserver * const Observ,
bool sliderOn);
public:
CMenuOptionNumberChooser(const neutrino_locale_t name, int * const OptionValue, const bool Active,
const int min_value, const int max_value, CChangeObserver * const Observ = NULL,