mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
neutrino: port "show infobar on EPG change" from tuxbox
Maybe this should be configurable besides the config file, then another Menu item is needed... git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@736 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -129,6 +129,8 @@ class CInfoViewer
|
||||
void showSNR();
|
||||
void showInfoFile();
|
||||
|
||||
std::string eventname;
|
||||
|
||||
public:
|
||||
bool chanready;
|
||||
bool is_visible;
|
||||
@@ -137,7 +139,7 @@ class CInfoViewer
|
||||
CInfoViewer();
|
||||
|
||||
void start();
|
||||
|
||||
void showEpgInfo();
|
||||
void showTitle(const int ChanNum, const std::string & Channel, const t_satellite_position satellitePosition, const t_channel_id new_channel_id = 0, const bool calledFromNumZap = false, int epgpos = 0); // Channel must be UTF-8 encoded
|
||||
void lookAheadEPG(const int ChanNum, const std::string & Channel, const t_channel_id new_channel_id = 0, const bool calledFromNumZap = false); //alpha: fix for nvod subchannel update
|
||||
void killTitle();
|
||||
|
Reference in New Issue
Block a user