vdr
1.7.31
Main Page
Namespaces
Classes
Files
File List
File Members
PLUGINS
src
dvbhddevice
hdffosd.h
Go to the documentation of this file.
1
/*
2
* hdffosd.h: Implementation of the DVB HD Full Featured On Screen Display
3
*
4
* See the README file for copyright information and how to reach the author.
5
*
6
* $Id: hdffosd.h 1.2 2011/01/30 15:27:48 kls Exp $
7
*/
8
9
#ifndef _HDFF_OSD_H_
10
#define _HDFF_OSD_H_
11
12
#include <
vdr/osd.h
>
13
14
#include "
hdffcmd.h
"
15
16
class
cHdffOsdProvider
:
public
cOsdProvider
17
{
18
private
:
19
HDFF::cHdffCmdIf
*
mHdffCmdIf
;
20
public
:
21
cHdffOsdProvider
(
HDFF::cHdffCmdIf
* pHdffCmdIf);
22
virtual
cOsd
*
CreateOsd
(
int
Left,
int
Top, uint Level);
23
virtual
bool
ProvidesTrueColor
(
void
);
24
};
25
26
#endif
Generated by
1.8.1.2