summaryrefslogtreecommitdiff
path: root/setup_menu.h
diff options
context:
space:
mode:
authorMatti Lehtimäki <matti.lehtimaki@gmail.com>2013-01-07 21:29:45 +0200
committerMatti Lehtimäki <matti.lehtimaki@gmail.com>2013-01-07 21:29:45 +0200
commitc6ffcc01aa82582b119de294ff40aac915c88e19 (patch)
treeac6881e6c72f9f2511bcbff7d5d29607a9ff9711 /setup_menu.h
downloadvdr-plugin-history-c6ffcc01aa82582b119de294ff40aac915c88e19.tar.gz
vdr-plugin-history-c6ffcc01aa82582b119de294ff40aac915c88e19.tar.bz2
Initial commit. Version 0.0.3.v0.0.3
Diffstat (limited to 'setup_menu.h')
-rwxr-xr-xsetup_menu.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/setup_menu.h b/setup_menu.h
new file mode 100755
index 0000000..2b08dd2
--- /dev/null
+++ b/setup_menu.h
@@ -0,0 +1,29 @@
+/*
+ * setup_menu.h: Setup Menu
+ *
+ * See the README file for copyright information and how to reach the author.
+ *
+ */
+
+#ifndef __HISTORY_SETUP_MENU_H
+#define __HISTORY_SETUP_MENU_H
+
+#include <vdr/menu.h>
+#include <vdr/menuitems.h>
+#include "config.h"
+
+class cHistorySetupMenu : public cMenuSetupPage
+{
+private:
+ cHistorySetup newconfig;
+
+protected:
+ virtual void Store(void);
+ void Set(void);
+
+public:
+ cHistorySetupMenu(void);
+ virtual eOSState ProcessKey(eKeys Key);
+};
+
+#endif //__HISTORY_SETUP_MENU_H