vdr
2.4.0
|
Public Member Functions | |
cSkinClassicDisplayMessage (void) | |
virtual | ~cSkinClassicDisplayMessage () |
virtual void | SetMessage (eMessageType Type, const char *Text) |
virtual void | Flush (void) |
![]() | |
cSkinDisplay (void) | |
virtual | ~cSkinDisplay () |
int | EditableWidth (void) |
void | SetEditableWidth (int Width) |
virtual void | SetButtons (const char *Red, const char *Green=NULL, const char *Yellow=NULL, const char *Blue=NULL) |
Private Attributes | |
cOsd * | osd |
Additional Inherited Members | |
![]() | |
static int | AvgCharWidth (void) |
static cSkinDisplay * | Current (void) |
Definition at line 702 of file skinclassic.c.
cSkinClassicDisplayMessage::cSkinClassicDisplayMessage | ( | void | ) |
Definition at line 712 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 726 of file skinclassic.c.
References osd.
|
virtual |
Actually draws the OSD display to the output device.
Reimplemented from cSkinDisplay.
Definition at line 737 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 731 of file skinclassic.c.
References cTheme::Color(), cOsd::DrawText(), fontOsd, cFont::GetFont(), osd, cOsd::OsdWidth(), taCenter, and Theme.
|
private |
Definition at line 704 of file skinclassic.c.
Referenced by cSkinClassicDisplayMessage(), Flush(), SetMessage(), and ~cSkinClassicDisplayMessage().