vdr
1.7.27
|
#include <dvbsdffosd.h>
Public Member Functions | |
cDvbOsdProvider (int OsdDev) | |
virtual cOsd * | CreateOsd (int Left, int Top, uint Level) |
Private Attributes | |
int | osdDev |
Definition at line 14 of file dvbsdffosd.h.
cDvbOsdProvider::cDvbOsdProvider | ( | int | OsdDev | ) |
Definition at line 203 of file dvbsdffosd.c.
References osdDev.
cOsd * cDvbOsdProvider::CreateOsd | ( | int | Left, |
int | Top, | ||
uint | Level | ||
) | [virtual] |
Returns a pointer to a newly created cOsd object, which will be located at the given coordinates.
Implements cOsdProvider.
Definition at line 208 of file dvbsdffosd.c.
References osdDev.
int cDvbOsdProvider::osdDev [private] |
Definition at line 16 of file dvbsdffosd.h.
Referenced by cDvbOsdProvider(), and CreateOsd().