vdr  2.2.0
Public Member Functions | Private Attributes | List of all members
cSkinSTTNGDisplayMessage Class Reference

Public Member Functions

 cSkinSTTNGDisplayMessage (void)
 
virtual ~cSkinSTTNGDisplayMessage ()
 
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
 
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 1189 of file skinsttng.c.

Constructor & Destructor Documentation

cSkinSTTNGDisplayMessage::cSkinSTTNGDisplayMessage ( void  )
cSkinSTTNGDisplayMessage::~cSkinSTTNGDisplayMessage ( )
virtual

Definition at line 1236 of file skinsttng.c.

References cSkinSTTNGDisplayChannel::osd.

Member Function Documentation

void cSkinSTTNGDisplayMessage::Flush ( void  )
virtual

Actually draws the OSD display to the output device.

Reimplemented from cSkinDisplay.

Definition at line 1247 of file skinsttng.c.

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

void cSkinSTTNGDisplayMessage::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 1241 of file skinsttng.c.

References cTheme::Color(), cOsd::DrawText(), fontOsd, cFont::GetFont(), cSkinSTTNGDisplayChannel::osd, taCenter, cSkinSTTNGDisplayChannel::x3, cSkinSTTNGDisplayChannel::x4, and cSkinSTTNGDisplayChannel::y0.

Member Data Documentation

cOsd* cSkinSTTNGDisplayMessage::osd
private

Definition at line 1191 of file skinsttng.c.

int cSkinSTTNGDisplayMessage::x0
private

Definition at line 1192 of file skinsttng.c.

int cSkinSTTNGDisplayMessage::x1
private

Definition at line 1192 of file skinsttng.c.

int cSkinSTTNGDisplayMessage::x2
private

Definition at line 1192 of file skinsttng.c.

int cSkinSTTNGDisplayMessage::x3
private

Definition at line 1192 of file skinsttng.c.

int cSkinSTTNGDisplayMessage::x4
private

Definition at line 1192 of file skinsttng.c.

int cSkinSTTNGDisplayMessage::x5
private

Definition at line 1192 of file skinsttng.c.

int cSkinSTTNGDisplayMessage::x6
private

Definition at line 1192 of file skinsttng.c.

int cSkinSTTNGDisplayMessage::x7
private

Definition at line 1192 of file skinsttng.c.

int cSkinSTTNGDisplayMessage::y0
private

Definition at line 1193 of file skinsttng.c.

int cSkinSTTNGDisplayMessage::y1
private

Definition at line 1193 of file skinsttng.c.


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