|
vdr
2.4.0
|
Public Member Functions | |
| cSkinCursesDisplayMessage (void) | |
| virtual | ~cSkinCursesDisplayMessage () |
| virtual void | SetMessage (eMessageType Type, const char *Text) |
| virtual void | Flush (void) |
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 701 of file skincurses.c.
| cSkinCursesDisplayMessage::cSkinCursesDisplayMessage | ( | void | ) |
Definition at line 711 of file skincurses.c.
References cCursesOsd::cCursesOsd(), and ScOsdHeight.
|
virtual |
Definition at line 716 of file skincurses.c.
|
virtual |
Actually draws the OSD display to the output device.
Reimplemented from cSkinDisplay.
Definition at line 726 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 721 of file skincurses.c.
References clrMessage, ScOsdWidth, and taCenter.
|
private |
Definition at line 703 of file skincurses.c.
1.8.11