start wizard: add easy mode as requested by customers,

which only ask for gui language and show fast scan (sat) and/or simple cable scan menu
This commit is contained in:
[CST] Focus
2013-06-28 15:53:12 +04:00
parent 584405883d
commit d5e57f8877
7 changed files with 85 additions and 27 deletions

View File

@@ -56,7 +56,6 @@ class COsdLangSetup : public CMenuTarget, CChangeObserver
bool is_wizard;
int showLocalSetup();
void showLanguageSetup(CMenuWidget *osdl_setup);
void showPrefMenu(CMenuWidget *prefMenu, CLangSelectNotifier *langNotifier);
CMenuOptionStringChooser* getTzItems();
@@ -74,6 +73,7 @@ class COsdLangSetup : public CMenuTarget, CChangeObserver
COsdLangSetup(bool wizard_mode = OSDLANG_SETUP_MODE_WIZARD_NO);
~COsdLangSetup();
int exec(CMenuTarget* parent, const std::string & actionKey);
void showLanguageSetup(CMenuWidget *osdl_setup);
};
#endif