mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
*neutrino usermenu: move user menu to it's own modul
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1640 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
#include <gui/rc_lock.h>
|
||||
#include <daemonc/remotecontrol.h> /* st_rmsg */
|
||||
|
||||
#include <gui/user_menue.h>
|
||||
#include <zapit/client/zapitclient.h>
|
||||
|
||||
#include <string>
|
||||
@@ -115,6 +116,7 @@ private:
|
||||
|
||||
CConfigFile configfile;
|
||||
CScanSettings scanSettings;
|
||||
CUserMenu usermenu;
|
||||
int network_dhcp;
|
||||
int network_automatic_start;
|
||||
|
||||
@@ -138,16 +140,10 @@ private:
|
||||
bool pbBlinkChange;
|
||||
CColorSetupNotifier *colorSetupNotifier;
|
||||
CNetworkSetup *networksetup;
|
||||
CStreamFeaturesChangeExec *StreamFeaturesChanger;
|
||||
CMoviePluginChangeExec *MoviePluginChanger;
|
||||
COnekeyPluginChangeExec *OnekeyPluginChanger;
|
||||
CIPChangeNotifier *MyIPChanger;
|
||||
CConsoleDestChangeNotifier *ConsoleDestinationChanger;
|
||||
CRCLock *rcLock;
|
||||
// USERMENU
|
||||
CTimerList *Timerlist;
|
||||
|
||||
bool showUserMenu(int button);
|
||||
|
||||
void firstChannel();
|
||||
void setupNetwork( bool force= false );
|
||||
@@ -201,8 +197,8 @@ public:
|
||||
//callback stuff only....
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
|
||||
//onchange
|
||||
bool changeNotify(const neutrino_locale_t OptionName, void *);
|
||||
// //onchange
|
||||
bool changeNotify(const neutrino_locale_t OptionName, void *);
|
||||
|
||||
int handleMsg(const neutrino_msg_t msg, neutrino_msg_data_t data);
|
||||
|
||||
|
Reference in New Issue
Block a user