mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
gui/widget/menue, gui/osdlang_setup: drop CMenuOptionLanguageChooser class
Origin commit data
------------------
Branch: ni/coolstream
Commit: eb206ae523
Author: martii <m4rtii@gmx.de>
Date: 2014-03-02 (Sun, 02 Mar 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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