vdr  1.7.31
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 
17 {
18 private:
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