vdr 2.7.6
|
Public Member Functions | |
cSkinCursesDisplayMessage (void) | |
virtual | ~cSkinCursesDisplayMessage () override |
virtual void | SetMessage (eMessageType Type, const char *Text) override |
virtual void | Flush (void) override |
Public Member Functions inherited from cSkinDisplay | |
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 Public Member Functions inherited from cSkinDisplay | |
static int | AvgCharWidth (void) |
static cSkinDisplay * | Current (void) |
Definition at line 703 of file skincurses.c.
cSkinCursesDisplayMessage::cSkinCursesDisplayMessage | ( | void | ) |
Definition at line 713 of file skincurses.c.
References osd, and ScOsdHeight.
|
overridevirtual |
Definition at line 718 of file skincurses.c.
References osd.
|
overridevirtual |
Actually draws the OSD display to the output device.
Reimplemented from cSkinDisplay.
Definition at line 728 of file skincurses.c.
References osd.
|
overridevirtual |
< 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 723 of file skincurses.c.
References clrMessage, Font, osd, ScOsdWidth, and taCenter.
|
private |
Definition at line 705 of file skincurses.c.
Referenced by cSkinCursesDisplayMessage(), Flush(), SetMessage(), and ~cSkinCursesDisplayMessage().