vdr
1.7.31
|
Public Member Functions | |
cSkinClassicDisplayMessage (void) | |
virtual | ~cSkinClassicDisplayMessage () |
virtual void | SetMessage (eMessageType Type, const char *Text) |
virtual void | Flush (void) |
Private Attributes | |
cOsd * | osd |
Additional Inherited Members | |
![]() | |
static int | AvgCharWidth (void) |
static cSkinDisplay * | Current (void) |
static int | AvgCharWidth (void) |
static cSkinDisplay * | Current (void) |
Definition at line 704 of file skinclassic.c.
cSkinClassicDisplayMessage::cSkinClassicDisplayMessage | ( | void | ) |
Definition at line 714 of file skinclassic.c.
References cSetup::AntiAlias, cOsd::CanHandleAreas(), fontOsd, cFont::GetFont(), cFont::Height(), cOsdProvider::NewOsd(), oeOk, osd, cOsd::OsdHeight(), cOsd::OsdLeft(), cOsd::OsdTop(), cOsd::OsdWidth(), cOsd::SetAreas(), and Setup.
|
virtual |
Definition at line 728 of file skinclassic.c.
References osd.
|
virtual |
Actually draws the OSD display to the output device.
Reimplemented from cSkinDisplay.
Definition at line 739 of file skinclassic.c.
References cOsd::Flush(), and osd.
|
virtual |
< This class implements a simple message display.
Sets the message to Text. Type can be used to decide how to display the message, for instance in which colors.
Implements cSkinDisplayMessage.
Definition at line 733 of file skinclassic.c.
References cTheme::Color(), cOsd::DrawText(), fontOsd, cFont::GetFont(), osd, cOsd::OsdWidth(), and taCenter.
|
private |
Definition at line 706 of file skinclassic.c.
Referenced by cSkinClassicDisplayMessage(), Flush(), SetMessage(), and ~cSkinClassicDisplayMessage().