summaryrefslogtreecommitdiff
path: root/menutext.h
diff options
context:
space:
mode:
Diffstat (limited to 'menutext.h')
-rw-r--r--menutext.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/menutext.h b/menutext.h
new file mode 100644
index 0000000..1f163fe
--- /dev/null
+++ b/menutext.h
@@ -0,0 +1,23 @@
+/*
+ * undelete: A plugin for the Video Disk Recorder
+ *
+ * See the README file for copyright information and how to reach the author.
+ *
+ * $Id: menutext.h 0.4 2005/11/16 18:39:18 hflor Exp $
+ */
+
+#ifndef __MENUTEXT_H
+#define __MENUTEXT_H
+
+#include <vdr/osd.h>
+#include <vdr/osdbase.h>
+
+// --- cMenuText -------------------------------------------------------------
+
+class cMenuText : public cOsdMenu {
+public:
+ cMenuText(const char *Title, const char *Text, eDvbFont Font = fontOsd);
+ virtual eOSState ProcessKey(eKeys Key);
+ };
+
+#endif // __MENUTEXT_H