summaryrefslogtreecommitdiff
path: root/views/displaymenurootview.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-11-01 10:23:34 +0100
committerlouis <louis.braun@gmx.de>2014-11-01 10:23:34 +0100
commit13817c785fcf2589f857b169fd9af9e428dc64b5 (patch)
tree06abb410a4c356b13713ee9a674a320a342750d5 /views/displaymenurootview.h
parent3d702a9ad5f04179d78659f48579f3466abbe69a (diff)
downloadvdr-plugin-skindesigner-13817c785fcf2589f857b169fd9af9e428dc64b5.tar.gz
vdr-plugin-skindesigner-13817c785fcf2589f857b169fd9af9e428dc64b5.tar.bz2
added {channelname}, {channelid}, {channellogoexists} for all schedules list and current views
Diffstat (limited to 'views/displaymenurootview.h')
-rw-r--r--views/displaymenurootview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/displaymenurootview.h b/views/displaymenurootview.h
index 0852570..5b491e5 100644
--- a/views/displaymenurootview.h
+++ b/views/displaymenurootview.h
@@ -36,6 +36,7 @@ public:
void SetMenu(eMenuCategory menuCat, bool menuInit);
void SetTitle(const char *title);
void SetChannel(const cChannel *channel) { view->SetChannel(channel); };
+ const cChannel *GetChannel(void) { return view->GetChannel(); };
void SetButtonTexts(const char *Red, const char *Green, const char *Yellow, const char *Blue);
void SetTabs(int tab1, int tab2, int tab3, int tab4, int tab5);
void SetMessage(eMessageType type, const char *text);