vdr
2.2.0
|
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 697 of file skincurses.c.
cSkinCursesDisplayMessage::cSkinCursesDisplayMessage | ( | void | ) |
Definition at line 707 of file skincurses.c.
References cCursesOsd::cCursesOsd(), and ScOsdHeight.
|
virtual |
Definition at line 712 of file skincurses.c.
|
virtual |
Actually draws the OSD display to the output device.
Reimplemented from cSkinDisplay.
Definition at line 722 of file skincurses.c.
|
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 717 of file skincurses.c.
References clrMessage, ScOsdWidth, and taCenter.
|
private |
Definition at line 699 of file skincurses.c.