summaryrefslogtreecommitdiff
path: root/osdmenu.h
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.neutrinoepg@schirrmacher.eu>2013-04-11 22:24:09 +0200
committerMartin Schirrmacher <vdr.neutrinoepg@schirrmacher.eu>2013-04-11 22:24:09 +0200
commit157e6d55189f93971de81e58f24df385cbd038d0 (patch)
tree4a0171504aacccbe89e7678be4e8a60d89d615f6 /osdmenu.h
parent6189ade8f0b0bb3aadeb82acc9bd007a78703c80 (diff)
downloadvdr-plugin-neutrinoepg-157e6d55189f93971de81e58f24df385cbd038d0.tar.gz
vdr-plugin-neutrinoepg-157e6d55189f93971de81e58f24df385cbd038d0.tar.bz2
Fix Behandlung von HideRadioChannels & HideEncryptedChannels; Fix MiddleMenuEntry
Diffstat (limited to 'osdmenu.h')
-rw-r--r--osdmenu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/osdmenu.h b/osdmenu.h
index 37de714..9f480c7 100644
--- a/osdmenu.h
+++ b/osdmenu.h
@@ -45,6 +45,8 @@ class myOsdMenu : public cOsdMenu
int GetLastChannelOfGroup(int Group);
int GetNextChannel(int ChanIndex);
int GetPrevChannel(int ChanIndex);
+ int GetNextChannelOfGroup(int ChanIndex, int Group);
+ int GetPrevChannelOfGroup(int ChanIndex, int Group);
bool isChannelInGroup(int ChanIndex, int Group);
bool ChannelsHasGroup(void);
bool FirstChannelsHasGroup(void);