vdr  2.0.4
Public Member Functions | Private Attributes | List of all members
cSkinLCARSDisplayMessage Class Reference

Public Member Functions

 cSkinLCARSDisplayMessage (void)
 
virtual ~cSkinLCARSDisplayMessage ()
 
virtual void SetMessage (eMessageType Type, const char *Text)
 
virtual void Flush (void)
 

Private Attributes

cOsdosd
 
int x0
 
int x1
 
int x2
 
int x3
 
int x4
 
int x5
 
int x6
 
int x7
 
int y0
 
int y1
 

Additional Inherited Members

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

Detailed Description

Definition at line 2097 of file skinlcars.c.

Constructor & Destructor Documentation

cSkinLCARSDisplayMessage::cSkinLCARSDisplayMessage ( void  )
cSkinLCARSDisplayMessage::~cSkinLCARSDisplayMessage ( )
virtual

Definition at line 2126 of file skinlcars.c.

References osd.

Member Function Documentation

void cSkinLCARSDisplayMessage::Flush ( void  )
virtual

Actually draws the OSD display to the output device.

Reimplemented from cSkinDisplay.

Definition at line 2145 of file skinlcars.c.

References cOsd::Flush(), and osd.

void cSkinLCARSDisplayMessage::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 2131 of file skinlcars.c.

References clrBackground, clrTransparent, cTheme::Color(), cOsd::DrawEllipse(), cOsd::DrawRectangle(), cOsd::DrawText(), cFont::GetFont(), osd, taCenter, x0, x1, x2, x3, x4, x5, x6, x7, y0, and y1.

Member Data Documentation

cOsd* cSkinLCARSDisplayMessage::osd
private
int cSkinLCARSDisplayMessage::x0
private

Definition at line 2100 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMessage(), and SetMessage().

int cSkinLCARSDisplayMessage::x1
private

Definition at line 2100 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMessage(), and SetMessage().

int cSkinLCARSDisplayMessage::x2
private

Definition at line 2100 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMessage(), and SetMessage().

int cSkinLCARSDisplayMessage::x3
private

Definition at line 2100 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMessage(), and SetMessage().

int cSkinLCARSDisplayMessage::x4
private

Definition at line 2100 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMessage(), and SetMessage().

int cSkinLCARSDisplayMessage::x5
private

Definition at line 2100 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMessage(), and SetMessage().

int cSkinLCARSDisplayMessage::x6
private

Definition at line 2100 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMessage(), and SetMessage().

int cSkinLCARSDisplayMessage::x7
private

Definition at line 2100 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMessage(), and SetMessage().

int cSkinLCARSDisplayMessage::y0
private

Definition at line 2101 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMessage(), and SetMessage().

int cSkinLCARSDisplayMessage::y1
private

Definition at line 2101 of file skinlcars.c.

Referenced by cSkinLCARSDisplayMessage(), and SetMessage().


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