vdr
2.0.7
|
Public Member Functions | |
cSkinCursesDisplayMessage (void) | |
virtual | ~cSkinCursesDisplayMessage () |
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 696 of file skincurses.c.
cSkinCursesDisplayMessage::cSkinCursesDisplayMessage | ( | void | ) |
Definition at line 706 of file skincurses.c.
References osd, and ScOsdHeight.
|
virtual |
Definition at line 711 of file skincurses.c.
References osd.
|
virtual |
Actually draws the OSD display to the output device.
Reimplemented from cSkinDisplay.
Definition at line 721 of file skincurses.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 716 of file skincurses.c.
References clrMessage, cOsd::DrawText(), osd, ScOsdWidth, and taCenter.
|
private |
Definition at line 698 of file skincurses.c.
Referenced by cSkinCursesDisplayMessage(), Flush(), SetMessage(), and ~cSkinCursesDisplayMessage().