From 83720d70112490b379cdc230bfb4e4f6a2fe6bff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Schmitz?= Date: Tue, 23 Nov 2004 20:15:00 +0100 Subject: Version 0.7.0 --- timer.c | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 timer.c (limited to 'timer.c') diff --git a/timer.c b/timer.c new file mode 100644 index 0000000..37e2179 --- /dev/null +++ b/timer.c @@ -0,0 +1,30 @@ +/* + * timer.c + * + * See the README file for copyright information and how to reach the author. + * + * $Id: timer.c,v 1.2 2004/11/23 14:21:24 schmitzj Exp $ + * + */ + +#include "magazine.h" + +tvOcMenuEvent:: +#if VDRVERSNUM >= 10300 + tvOcMenuEvent(const class cEvent *EventInfo) +#else + tvOcMenuEvent(const class cEventInfo *EventInfo) +#endif + : cMenuEvent(EventInfo,false) +{ + helpLine(); +} + +void tvOcMenuEvent::printMsg(const char *s) +{ + SetStatus(s); +} +void tvOcMenuEvent::helpLine(bool full) +{ + SetHelp(tr("Record"), tr("Search"), full?tr("AutoTimer"):NULL, NULL); +} -- cgit v1.2.3