mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
menu: add overloaded version for CMenuOptionStringChooser
This commit is contained in:
@@ -355,6 +355,7 @@ class CMenuOptionChooser : public CAbstractMenuOptionChooser
|
||||
class CMenuOptionStringChooser : public CMenuItem
|
||||
{
|
||||
neutrino_locale_t optionName;
|
||||
std::string optionNameString;
|
||||
int height;
|
||||
char * optionValue;
|
||||
std::vector<std::string> options;
|
||||
@@ -363,6 +364,8 @@ class CMenuOptionStringChooser : public CMenuItem
|
||||
|
||||
public:
|
||||
CMenuOptionStringChooser(const neutrino_locale_t OptionName, char* OptionValue, bool Active = false, CChangeObserver* Observ = NULL, const neutrino_msg_t DirectKey = CRCInput::RC_nokey, const std::string & IconName= "", bool Pulldown = false);
|
||||
CMenuOptionStringChooser(const char* OptionName, char* OptionValue, bool Active = false, CChangeObserver* Observ = NULL, const neutrino_msg_t DirectKey = CRCInput::RC_nokey, const std::string & IconName= "", bool Pulldown = false);
|
||||
|
||||
~CMenuOptionStringChooser();
|
||||
|
||||
void addOption(const char * value);
|
||||
|
Reference in New Issue
Block a user