vdr  2.4.1
Public Member Functions | List of all members
cSkinDisplayMessage Class Referenceabstract

#include <skins.h>

Public Member Functions

virtual void SetMessage (eMessageType Type, const char *Text)=0
 
- Public Member Functions inherited from cSkinDisplay
 cSkinDisplay (void)
 
virtual ~cSkinDisplay ()
 
int EditableWidth (void)
 

Detailed Description

Definition at line 394 of file skins.h.

Member Function Documentation

◆ SetMessage()

virtual void cSkinDisplayMessage::SetMessage ( eMessageType  Type,
const char *  Text 
)
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.

Implemented in cSkinLCARSDisplayMessage, cSkinSTTNGDisplayMessage, cSkinCursesDisplayMessage, and cSkinClassicDisplayMessage.

Referenced by cSkins::Message().


The documentation for this class was generated from the following file: