vdr 2.7.5
cSkinSTTNGDisplayMessage Class Reference

Public Member Functions

 cSkinSTTNGDisplayMessage (void)
virtual ~cSkinSTTNGDisplayMessage () override
virtual void SetMessage (eMessageType Type, const char *Text) override
virtual void Flush (void) override
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 1208 of file skinsttng.c.

Constructor & Destructor Documentation

◆ cSkinSTTNGDisplayMessage()

cSkinSTTNGDisplayMessage::cSkinSTTNGDisplayMessage ( void )

◆ ~cSkinSTTNGDisplayMessage()

cSkinSTTNGDisplayMessage::~cSkinSTTNGDisplayMessage ( )
overridevirtual

Definition at line 1255 of file skinsttng.c.

References osd.

Member Function Documentation

◆ Flush()

void cSkinSTTNGDisplayMessage::Flush ( void )
overridevirtual

Actually draws the OSD display to the output device.

Reimplemented from cSkinDisplay.

Definition at line 1266 of file skinsttng.c.

References osd.

◆ SetMessage()

void cSkinSTTNGDisplayMessage::SetMessage ( eMessageType Type,
const char * Text )
overridevirtual

< 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 1260 of file skinsttng.c.

References fontOsd, cFont::GetFont(), osd, taCenter, Theme, x3, x4, and y0.

Member Data Documentation

◆ osd

cOsd* cSkinSTTNGDisplayMessage::osd
private

◆ x0

int cSkinSTTNGDisplayMessage::x0
private

Definition at line 1211 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayMessage().

◆ x1

int cSkinSTTNGDisplayMessage::x1
private

Definition at line 1211 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayMessage().

◆ x2

int cSkinSTTNGDisplayMessage::x2
private

Definition at line 1211 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayMessage().

◆ x3

int cSkinSTTNGDisplayMessage::x3
private

Definition at line 1211 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayMessage(), and SetMessage().

◆ x4

int cSkinSTTNGDisplayMessage::x4
private

Definition at line 1211 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayMessage(), and SetMessage().

◆ x5

int cSkinSTTNGDisplayMessage::x5
private

Definition at line 1211 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayMessage().

◆ x6

int cSkinSTTNGDisplayMessage::x6
private

Definition at line 1211 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayMessage().

◆ x7

int cSkinSTTNGDisplayMessage::x7
private

Definition at line 1211 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayMessage().

◆ y0

int cSkinSTTNGDisplayMessage::y0
private

Definition at line 1212 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayMessage(), and SetMessage().

◆ y1

int cSkinSTTNGDisplayMessage::y1
private

Definition at line 1212 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayMessage().


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