summaryrefslogtreecommitdiff
path: root/footer.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-01-11 16:53:23 +0100
committerlouis <louis.braun@gmx.de>2014-01-11 16:53:23 +0100
commit3121910dc1267c593d24e39e068bfa91f798603f (patch)
tree2ae630b5655ce7aa2821e6440b4e5056d46d91e3 /footer.h
parent9b45a5d093ce62a36aef5d48848d8e8c3864e8aa (diff)
downloadvdr-plugin-tvguide-3121910dc1267c593d24e39e068bfa91f798603f.tar.gz
vdr-plugin-tvguide-3121910dc1267c593d24e39e068bfa91f798603f.tar.bz2
restructured detailöed EPG View that tv frame and status buttons are displayed
Diffstat (limited to 'footer.h')
-rw-r--r--footer.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/footer.h b/footer.h
index 51fc096..56aef7f 100644
--- a/footer.h
+++ b/footer.h
@@ -15,16 +15,19 @@ private:
int currentGroup;
void SetButtonPositions(void);
void DrawButton(const char *text, tColor color, tColor borderColor, eOsdElementType buttonType, int num);
+ void ClearButton(int num);
public:
cFooter(cChannelGroups *channelGroups);
virtual ~cFooter(void);
void drawRedButton();
void drawGreenButton();
- void drawYellowButton();
void drawGreenButton(const char *text);
+ void drawYellowButton();
void drawYellowButton(const char *text);
void drawBlueButton();
- void UpdateGroupButtons(const cChannel *channel);
+ void UpdateGroupButtons(const cChannel *channel, bool force = false);
+ void SetDetailedViewMode(void);
+ void LeaveDetailedViewMode(const cChannel *channel);
};
#endif //__TVGUIDE_FOOTER_H \ No newline at end of file