vdr  2.2.0
PLUGINS/src/dvbhddevice/menu.h
Go to the documentation of this file.
1 /*
2  * menu.h: The DVB HD Full Featured device main menu
3  *
4  * See the README file for copyright information and how to reach the author.
5  */
6 
7 #ifndef _HDFF_MENU_H_
8 #define _HDFF_MENU_H_
9 
10 #include <vdr/osd.h>
11 #include <vdr/plugin.h>
12 
13 #include "hdffcmd.h"
14 
15 class cHdffMenu : public cOsdMenu
16 {
17 private:
19 
21 
22  void SetVideoConversion(void);
23 public:
24  cHdffMenu(HDFF::cHdffCmdIf * pHdffCmdIf);
25  virtual ~cHdffMenu();
26  virtual eOSState ProcessKey(eKeys Key);
27 };
28 
29 #endif
virtual eOSState ProcessKey(eKeys Key)
cHdffMenu(HDFF::cHdffCmdIf *pHdffCmdIf)
eOSState
Definition: osdbase.h:18
cOsdItem * mVideoConversionItem
HDFF::cHdffCmdIf * mHdffCmdIf
eKeys
Definition: keys.h:16