vdr 2.6.9
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 cSkinDisplayMessage
- 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 717 of file skinclassic.c.

Constructor & Destructor Documentation

◆ cSkinClassicDisplayMessage()

cSkinClassicDisplayMessage::cSkinClassicDisplayMessage ( void )

◆ ~cSkinClassicDisplayMessage()

cSkinClassicDisplayMessage::~cSkinClassicDisplayMessage ( )
virtual

Definition at line 741 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 752 of file skinclassic.c.

References cOsd::Flush(), and 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 746 of file skinclassic.c.

References cTheme::Color(), cOsd::DrawText(), 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: