summaryrefslogtreecommitdiff
path: root/timer.h
blob: 3e1cc672ef8f9973ebe4aaff855ae8390f72e225 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
 * timer.h
 *
 * See the README file for copyright information and how to reach the author.
 *
 * $Id: timer.h,v 1.4 2006/06/18 13:59:36 schmitzj Exp $
 *
 */

#ifndef TIMER_H
#define TIMER_H

#include <vdr/plugin.h>
#include <vdr/menu.h>
#include <time.h>
#include "gfxtools.h"
#include "config.h"

class tvOcMenuEvent : public cMenuEvent
{
public:
    tvOcMenuEvent(const class cEvent *EventInfo);
    void printMsg(const char *);
    void helpLine(bool full=true);
};


#endif