vdr
2.4.1
|
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 702 of file skincurses.c.
cSkinCursesDisplayMessage::cSkinCursesDisplayMessage | ( | void | ) |
Definition at line 712 of file skincurses.c.
References osd, and ScOsdHeight.
|
virtual |
Definition at line 717 of file skincurses.c.
References osd.
|
virtual |
Actually draws the OSD display to the output device.
Reimplemented from cSkinDisplay.
Definition at line 727 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 722 of file skincurses.c.
References clrMessage, cOsd::DrawText(), Font, osd, ScOsdWidth, and taCenter.
|
private |
Definition at line 704 of file skincurses.c.
Referenced by cSkinCursesDisplayMessage(), Flush(), SetMessage(), and ~cSkinCursesDisplayMessage().