vdr
2.2.0
|
#include <skins.h>
Public Member Functions | |
virtual void | SetMessage (eMessageType Type, const char *Text)=0 |
![]() | |
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) |
virtual void | Flush (void) |
Additional Inherited Members | |
![]() | |
static int | AvgCharWidth (void) |
static cSkinDisplay * | Current (void) |
|
pure 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.
Reimplemented from cSkinDisplay.
Implemented in cSkinLCARSDisplayMessage, cSkinSTTNGDisplayMessage, cSkinClassicDisplayMessage, and cSkinCursesDisplayMessage.