vdr 2.7.3
cSkinClassicDisplayMessage Class Reference

Public Member Functions

 cSkinClassicDisplayMessage (void)
 
virtual ~cSkinClassicDisplayMessage ()
 
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

cOsdosd
 

Additional Inherited Members

- Static Public Member Functions inherited from cSkinDisplay
static int AvgCharWidth (void)
 
static cSkinDisplayCurrent (void)
 

Detailed Description

Definition at line 719 of file skinclassic.c.

Constructor & Destructor Documentation

◆ cSkinClassicDisplayMessage()

cSkinClassicDisplayMessage::cSkinClassicDisplayMessage ( void )

◆ ~cSkinClassicDisplayMessage()

cSkinClassicDisplayMessage::~cSkinClassicDisplayMessage ( )
virtual

Definition at line 743 of file skinclassic.c.

References osd.

Member Function Documentation

◆ Flush()

void cSkinClassicDisplayMessage::Flush ( void )
virtual

Actually draws the OSD display to the output device.

Reimplemented from cSkinDisplay.

Definition at line 754 of file skinclassic.c.

References osd.

◆ SetMessage()

void cSkinClassicDisplayMessage::SetMessage ( eMessageType Type,
const char * Text )
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 748 of file skinclassic.c.

References fontOsd, cFont::GetFont(), osd, cOsd::OsdWidth(), taCenter, and Theme.

Member Data Documentation

◆ osd

cOsd* cSkinClassicDisplayMessage::osd
private

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