vdr  2.2.0
Public Member Functions | Private Attributes | List of all members
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 703 of file skinclassic.c.

Constructor & Destructor Documentation

cSkinClassicDisplayMessage::cSkinClassicDisplayMessage ( void  )
cSkinClassicDisplayMessage::~cSkinClassicDisplayMessage ( )
virtual

Definition at line 727 of file skinclassic.c.

References cSkinClassicDisplayChannel::osd.

Member Function Documentation

void cSkinClassicDisplayMessage::Flush ( void  )
virtual

Actually draws the OSD display to the output device.

Reimplemented from cSkinDisplay.

Definition at line 738 of file skinclassic.c.

References cOsd::Flush(), and cSkinClassicDisplayChannel::osd.

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 732 of file skinclassic.c.

References cTheme::Color(), cOsd::DrawText(), fontOsd, cFont::GetFont(), cSkinClassicDisplayChannel::osd, cOsd::OsdWidth(), and taCenter.

Member Data Documentation

cOsd* cSkinClassicDisplayMessage::osd
private

Definition at line 705 of file skinclassic.c.


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