summaryrefslogtreecommitdiff
path: root/menusetup.h
diff options
context:
space:
mode:
Diffstat (limited to 'menusetup.h')
-rw-r--r--menusetup.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/menusetup.h b/menusetup.h
index 3d052b4..a669559 100644
--- a/menusetup.h
+++ b/menusetup.h
@@ -3,12 +3,13 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: menusetup.h 0.2 0.1 2004/10/08 02:03:31 hflor Exp $
+ * $Id: menusetup.h 0.5 2005/11/17 21:05:05 hflor Exp $
*/
#ifndef __MENUSETUP_H
#define __MENUSETUP_H
+#include "vdrtools.h"
#include <vdr/menu.h>
#include <vdr/menuitems.h>
@@ -16,13 +17,17 @@
class cMenuSetupUndelete : public cMenuSetupPage {
private:
+ int show_setupfunction;
int store;
protected:
virtual void Store(void);
public:
- cMenuSetupUndelete(void);
+#ifdef UND_Debug
+ int objID;
+#endif
+ cMenuSetupUndelete(int FunctionToChange = 0);
virtual ~cMenuSetupUndelete(void);
- virtual void Set(void);
+ virtual void Set(int FunctionToSelect = 0);
virtual eOSState ProcessKey(eKeys Key);
};