vdr 2.7.3
|
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 719 of file skinclassic.c.
cSkinClassicDisplayMessage::cSkinClassicDisplayMessage | ( | void | ) |
Definition at line 729 of file skinclassic.c.
References fontOsd, cFont::GetFont(), cFont::Height(), cOsdProvider::NewOsd(), oeOk, osd, cOsd::OsdHeight(), cOsd::OsdLeft(), cOsd::OsdTop(), cOsd::OsdWidth(), and Setup.
|
virtual |
Definition at line 743 of file skinclassic.c.
References osd.
|
virtual |
Actually draws the OSD display to the output device.
Reimplemented from cSkinDisplay.
Definition at line 754 of file skinclassic.c.
References 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 748 of file skinclassic.c.
References fontOsd, cFont::GetFont(), osd, cOsd::OsdWidth(), taCenter, and Theme.
|
private |
Definition at line 721 of file skinclassic.c.
Referenced by cSkinClassicDisplayMessage(), Flush(), SetMessage(), and ~cSkinClassicDisplayMessage().