mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
osd-setup: move menu-related stuff to a submenu 'menus'
* re-sort remaining items
Origin commit data
------------------
Branch: ni/coolstream
Commit: 655ae5d51f
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-10 (Fri, 10 May 2013)
Origin message was:
------------------
- osd-setup: move menu-related stuff to a submenu 'menus'
* re-sort remaining items
------------------
This commit was generated by Migit
This commit is contained in:
@@ -46,15 +46,18 @@ class COsdSetup : public CMenuTarget, public CChangeObserver
|
||||
CColorSetupNotifier *colorSetupNotifier;
|
||||
CFontSizeNotifier *fontsizenotifier;
|
||||
CMenuWidget *osd_menu;
|
||||
CMenuWidget *submenu_menus;
|
||||
|
||||
int width;
|
||||
bool is_wizard;
|
||||
int show_menu_hints;
|
||||
int show_tuner_icon;
|
||||
|
||||
int showOsdSetup();
|
||||
void showOsdMenueColorSetup(CMenuWidget *menu_colors);
|
||||
void showOsdFontSizeSetup(CMenuWidget *menu_fonts);
|
||||
void showOsdTimeoutSetup(CMenuWidget *menu_timeout);
|
||||
void showOsdMenusSetup(CMenuWidget *menu_menus);
|
||||
void showOsdInfobarSetup(CMenuWidget *menu_infobar);
|
||||
void showOsdChanlistSetup(CMenuWidget *menu_chanlist);
|
||||
void showOsdEventlistSetup(CMenuWidget *menu_eventlist);
|
||||
|
Reference in New Issue
Block a user