vdr
2.0.5
|
#include <hdffosd.h>
Public Member Functions | |
cHdffOsdProvider (HDFF::cHdffCmdIf *pHdffCmdIf) | |
virtual cOsd * | CreateOsd (int Left, int Top, uint Level) |
virtual bool | ProvidesTrueColor (void) |
![]() | |
cOsdProvider (void) | |
virtual | ~cOsdProvider () |
Private Attributes | |
HDFF::cHdffCmdIf * | mHdffCmdIf |
Additional Inherited Members | |
![]() | |
static cOsd * | NewOsd (int Left, int Top, uint Level=OSD_LEVEL_DEFAULT) |
static void | UpdateOsdSize (bool Force=false) |
static bool | SupportsTrueColor (void) |
static int | StoreImage (const cImage &Image) |
static void | DropImage (int ImageHandle) |
static void | Shutdown (void) |
![]() | |
virtual int | StoreImageData (const cImage &Image) |
virtual void | DropImageData (int ImageHandle) |
![]() | |
static const cImage * | GetImageData (int ImageHandle) |
cHdffOsdProvider::cHdffOsdProvider | ( | HDFF::cHdffCmdIf * | pHdffCmdIf | ) |
Definition at line 771 of file hdffosd.c.
References mHdffCmdIf.
|
virtual |
Returns a pointer to a newly created cOsd object, which will be located at the given coordinates.
Implements cOsdProvider.
Definition at line 776 of file hdffosd.c.
References gHdffSetup, cHdffSetup::HighLevelOsd, and mHdffCmdIf.
|
virtual |
Returns true if this OSD provider is able to handle a true color OSD.
Reimplemented from cOsdProvider.
Definition at line 785 of file hdffosd.c.
References gHdffSetup, cHdffSetup::HighLevelOsd, and cHdffSetup::TrueColorOsd.
|
private |
Definition at line 17 of file hdffosd.h.
Referenced by cHdffOsdProvider(), and CreateOsd().