summaryrefslogtreecommitdiff
path: root/displaychannel.h
diff options
context:
space:
mode:
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();