mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
gui/widget/menue, gui/osdlang_setup: drop CMenuOptionLanguageChooser class
This commit is contained in:
@@ -245,7 +245,7 @@ class CMenuForwarder : public CMenuItem
|
||||
int getWidth(void);
|
||||
neutrino_locale_t getTextLocale() const {return name;}
|
||||
CMenuTarget* getTarget() const {return jumpTarget;}
|
||||
std::string getActionKey(){return actionKey;}
|
||||
const char *getActionKey(){return actionKey.c_str();}
|
||||
|
||||
int exec(CMenuTarget* parent);
|
||||
bool isSelectable(void) const { return active; }
|
||||
@@ -444,29 +444,6 @@ class CMenuOptionStringChooser : public CMenuItem
|
||||
int isMenueOptionChooser(void) const{return 1;}
|
||||
};
|
||||
|
||||
class CMenuOptionLanguageChooser : public CMenuItem
|
||||
{
|
||||
int height;
|
||||
std::string optionValue;
|
||||
CChangeObserver * observ;
|
||||
|
||||
public:
|
||||
CMenuOptionLanguageChooser(char* OptionValue, CChangeObserver* Observ = NULL, const char * const IconName = NULL);
|
||||
~CMenuOptionLanguageChooser();
|
||||
|
||||
int paint(bool selected);
|
||||
int getHeight(void) const
|
||||
{
|
||||
return height;
|
||||
}
|
||||
bool isSelectable(void) const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
int exec(CMenuTarget* parent);
|
||||
};
|
||||
|
||||
class CMenuGlobal
|
||||
{
|
||||
public:
|
||||
|
Reference in New Issue
Block a user