diff options
author | louis <louis.braun@gmx.de> | 2014-11-01 10:23:34 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-11-01 10:23:34 +0100 |
commit | 13817c785fcf2589f857b169fd9af9e428dc64b5 (patch) | |
tree | 06abb410a4c356b13713ee9a674a320a342750d5 /views/displaymenurootview.h | |
parent | 3d702a9ad5f04179d78659f48579f3466abbe69a (diff) | |
download | vdr-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.h | 1 |
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); |