diff options
author | louis <louis.braun@gmx.de> | 2014-11-15 09:47:22 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-11-15 09:47:22 +0100 |
commit | be3b49f695ca8cffef906d893fb2f6f205f75898 (patch) | |
tree | 5d10d1e1e481e22eaf84ef1d78e6625dca35377f /views/displaymenulistview.h | |
parent | 7e7d7c994caa612f8520a772c8dcc964a5207414 (diff) | |
download | vdr-plugin-skindesigner-be3b49f695ca8cffef906d893fb2f6f205f75898.tar.gz vdr-plugin-skindesigner-be3b49f695ca8cffef906d893fb2f6f205f75898.tar.bz2 |
added Plugin Interface
Diffstat (limited to 'views/displaymenulistview.h')
-rw-r--r-- | views/displaymenulistview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/displaymenulistview.h b/views/displaymenulistview.h index 1c2c85f..2d9d30f 100644 --- a/views/displaymenulistview.h +++ b/views/displaymenulistview.h @@ -27,6 +27,7 @@ public: void AddChannelsMenuItem(int index, const cChannel *channel, bool withProvider, bool current, bool selectable); void AddTimersMenuItem(int index, const cTimer *timer, bool current, bool selectable); void AddRecordingMenuItem(int index, const cRecording *recording, int level, int total, int isNew, bool current, bool selectable); + void AddPluginMenuItem(map<string,string> *stringTokens, map<string,int> *intTokens, map<string, vector<map<string,string> > > *loopTokens, int index, bool current, bool selectable); void AddTracksMenuItem(int index, const char *title, bool current, bool selectable); void Render(void); void Debug(void); |