Added cDevice::NewOsd() to allow a derived cDevice class to implement its own OSD capabilities

This commit is contained in:
Klaus Schmidinger
2002-08-25 09:36:09 +02:00
parent df5be87dc3
commit c6ed4da7a0
8 changed files with 67 additions and 21 deletions

View File

@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: dvbdevice.h 1.5 2002/08/16 08:53:30 kls Exp $
* $Id: dvbdevice.h 1.6 2002/08/25 09:19:34 kls Exp $
*/
#ifndef __DVBDEVICE_H
@@ -48,6 +48,11 @@ public:
virtual bool CanBeReUsed(int Frequency, int Vpid);
virtual bool HasDecoder(void) const;
// OSD facilities
public:
cOsdBase *NewOsd(int x, int y);
// Channel facilities
private: