summaryrefslogtreecommitdiff
path: root/setup_menu.h
blob: 2b08dd23e112f2bc2dd79c58f4fc51ee6ef3d2ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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