diff options
author | louis <louis.braun@gmx.de> | 2014-01-03 11:56:45 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-01-03 11:56:45 +0100 |
commit | da40191cfc9a37c6d4cb4be8eab68a33c856d2da (patch) | |
tree | d3be2615606c1c9eb1d5171534b07a3e9c49c05c /recmenu.h | |
parent | 5bd0ad2603c5cfe1ac0ab9cadafa1ba6d3aee114 (diff) | |
download | vdr-plugin-tvguide-da40191cfc9a37c6d4cb4be8eab68a33c856d2da.tar.gz vdr-plugin-tvguide-da40191cfc9a37c6d4cb4be8eab68a33c856d2da.tar.bz2 |
timer edit menu with ok in timeline
Diffstat (limited to 'recmenu.h')
-rw-r--r-- | recmenu.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ public: bool GetBoolValue(int itemNumber); cString GetStringValue(int itemNumber); const cEvent *GetEventValue(int itemNumber); + cTimer *GetTimerValue(int itemNumber); virtual eRecMenuState ProcessKey(eKeys Key); }; #endif //__TVGUIDE_RECMENU_H
\ No newline at end of file |