vdr
1.7.27
|
Public Member Functions | |
cSkinClassicDisplayChannel (bool WithInfo) | |
virtual | ~cSkinClassicDisplayChannel () |
virtual void | SetChannel (const cChannel *Channel, int Number) |
virtual void | SetEvents (const cEvent *Present, const cEvent *Following) |
virtual void | SetMessage (eMessageType Type, const char *Text) |
virtual void | Flush (void) |
Private Attributes | |
cOsd * | osd |
int | lineHeight |
int | timeWidth |
bool | message |
cString | lastDate |
Definition at line 76 of file skinclassic.c.
cSkinClassicDisplayChannel::cSkinClassicDisplayChannel | ( | bool | WithInfo | ) |
Definition at line 92 of file skinclassic.c.
References cSetup::AntiAlias, cOsd::CanHandleAreas(), cSetup::ChannelInfoPos, clrBackground, cTheme::Color(), cOsd::DrawRectangle(), fontOsd, cFont::GetFont(), cFont::Height(), cOsd::Height(), lineHeight, message, cOsdProvider::NewOsd(), oeOk, osd, cOsd::OsdHeight(), cOsd::OsdLeft(), cOsd::OsdTop(), cOsd::OsdWidth(), cOsd::SetAreas(), Setup, TextFrame, timeWidth, cFont::Width(), and cOsd::Width().
cSkinClassicDisplayChannel::~cSkinClassicDisplayChannel | ( | ) | [virtual] |
Definition at line 110 of file skinclassic.c.
References osd.
void cSkinClassicDisplayChannel::Flush | ( | void | ) | [virtual] |
Actually draws the OSD display to the output device.
Reimplemented from cSkinDisplay.
Definition at line 150 of file skinclassic.c.
References clrBackground, cTheme::Color(), DayDateTime(), cOsd::DrawText(), cOsd::Flush(), cFont::GetFont(), lastDate, message, osd, TextFrame, cFont::Width(), and cOsd::Width().
void cSkinClassicDisplayChannel::SetChannel | ( | const cChannel * | Channel, |
int | Number | ||
) | [virtual] |
< This class is used to display the current channel, together with the present and following EPG even.
How and to what extent this is done is totally up to the derived class. Sets the current channel to Channel. If Number is not 0, the user is in the process of entering a channel number, which must be displayed accordingly.
Implements cSkinDisplayChannel.
Definition at line 115 of file skinclassic.c.
References ChannelString(), clrBackground, cTheme::Color(), cOsd::DrawRectangle(), cOsd::DrawText(), fontOsd, cFont::GetFont(), lastDate, lineHeight, osd, TextFrame, and cOsd::Width().
void cSkinClassicDisplayChannel::SetEvents | ( | const cEvent * | Present, |
const cEvent * | Following | ||
) | [virtual] |
Sets the Present and Following EPG events.
If either of these is not available, NULL will be given.
Implements cSkinDisplayChannel.
Definition at line 122 of file skinclassic.c.
References clrBackground, cTheme::Color(), cOsd::DrawRectangle(), cOsd::DrawText(), fontOsd, cFont::GetFont(), cEvent::GetTimeString(), cOsd::Height(), lineHeight, osd, cEvent::ShortText(), TextFrame, TextSpacing, timeWidth, cEvent::Title(), and cOsd::Width().
void cSkinClassicDisplayChannel::SetMessage | ( | eMessageType | Type, |
const char * | Text | ||
) | [virtual] |
Sets a one line message Text, with the given Type.
Type can be used to determine, e.g., the colors for displaying the Text. If Text is NULL, any previously displayed message must be removed, and any previous contents overwritten by the message must be restored.
Implements cSkinDisplayChannel.
Definition at line 136 of file skinclassic.c.
References cTheme::Color(), cOsd::DrawText(), fontOsd, cFont::GetFont(), lineHeight, message, osd, cOsd::RestoreRegion(), cOsd::SaveRegion(), taCenter, and cOsd::Width().
cString cSkinClassicDisplayChannel::lastDate [private] |
Definition at line 82 of file skinclassic.c.
Referenced by Flush(), and SetChannel().
int cSkinClassicDisplayChannel::lineHeight [private] |
Definition at line 79 of file skinclassic.c.
Referenced by cSkinClassicDisplayChannel(), SetChannel(), SetEvents(), and SetMessage().
bool cSkinClassicDisplayChannel::message [private] |
Definition at line 81 of file skinclassic.c.
Referenced by cSkinClassicDisplayChannel(), Flush(), and SetMessage().
cOsd* cSkinClassicDisplayChannel::osd [private] |
Definition at line 78 of file skinclassic.c.
Referenced by cSkinClassicDisplayChannel(), Flush(), SetChannel(), SetEvents(), SetMessage(), and ~cSkinClassicDisplayChannel().
int cSkinClassicDisplayChannel::timeWidth [private] |
Definition at line 80 of file skinclassic.c.
Referenced by cSkinClassicDisplayChannel(), and SetEvents().