summaryrefslogtreecommitdiff
path: root/menuitemtext.h
diff options
context:
space:
mode:
authorMartin Dummer <martin.dummer@gmx.net>2012-07-01 20:15:45 +0200
committerMartin Dummer <martin.dummer@gmx.net>2012-07-01 20:15:45 +0200
commit28498899a405329e3c8c8fc9af5d573d1d2f923e (patch)
treef7736f603c1a8281353dec79e77a269dc207eb4b /menuitemtext.h
downloadvdr-plugin-playlist-0.0.2rc3.tar.gz
vdr-plugin-playlist-0.0.2rc3.tar.bz2
Initial import of version 0.0.2rc3v0.0.2rc3
Diffstat (limited to 'menuitemtext.h')
-rw-r--r--menuitemtext.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/menuitemtext.h b/menuitemtext.h
new file mode 100644
index 0000000..b53a0bd
--- /dev/null
+++ b/menuitemtext.h
@@ -0,0 +1,22 @@
+/*
+ * playlist: 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/09/23 23:42:32 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