summaryrefslogtreecommitdiff
path: root/displaychannel.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-05-03 12:34:23 +0200
committerlouis <louis.braun@gmx.de>2013-05-03 12:34:23 +0200
commitdaa47b6183a78bc01513a387849b8fb5364cd04a (patch)
tree4033f0faa9144209eaf724a0c086917b39199713 /displaychannel.h
parentd0cd4a3d202f3bc5987dfdf5d5ff39d863a11a32 (diff)
downloadskin-nopacity-daa47b6183a78bc01513a387849b8fb5364cd04a.tar.gz
skin-nopacity-daa47b6183a78bc01513a387849b8fb5364cd04a.tar.bz2
Added previous and next Channel Group in Channel Display
Diffstat (limited to 'displaychannel.h')
-rw-r--r--displaychannel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/displaychannel.h b/displaychannel.h
index c9b6b04..3fab23b 100644
--- a/displaychannel.h
+++ b/displaychannel.h
@@ -70,10 +70,13 @@ private:
void DrawDate(void);
void DrawProgressBar(int Current, int Total);
tColor DrawProgressbarBackground(int left, int top, int width, int height);
+ void DrawIconMask(void);
void DrawIcons(const cChannel *channel);
void DrawScreenResolution(void);
void DrawSignalMeter(void);
void DrawSignal(void);
+ void DrawChannelGroups(const cChannel *Channel, cString ChannelName);
+ cString GetChannelSep(const cChannel *channel, bool prev);
public:
cNopacityDisplayChannel(bool WithInfo);
virtual ~cNopacityDisplayChannel();