summaryrefslogtreecommitdiff
path: root/menuitemtext.h
blob: 8217f9572075c5882784ed07add0f04681e19cb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * undelete: A plugin for the Video Disk Recorder
 *
 * See the README file for copyright information and how to reach the author.
 *
 * $Id: menuitemtext.h 0.1 2004/10/08 02:03:31 hflor Exp $
 */

#ifndef __MENUITEMTEXT_H
#define __MENUITEMTEXT_H

#include <vdr/osd.h>

// --- cMenuText -------------------------------------------------------------

class cMenuItemText : public cOsdMenu {
public:
  cMenuItemText(const char *Title, const char *Text, eDvbFont Font = fontOsd);
  virtual eOSState ProcessKey(eKeys Key);
  };

#endif // __MENUITEMTEXT_H