vdr 2.6.1
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
15class cHdffMenu : public cOsdMenu
16{
17private:
19
21
22 void SetVideoConversion(void);
23public:
24 cHdffMenu(HDFF::cHdffCmdIf * pHdffCmdIf);
25 virtual ~cHdffMenu();
26 virtual eOSState ProcessKey(eKeys Key);
27};
28
29#endif
virtual eOSState ProcessKey(eKeys Key)
cOsdItem * mVideoConversionItem
HDFF::cHdffCmdIf * mHdffCmdIf
cHdffMenu(HDFF::cHdffCmdIf *pHdffCmdIf)