vdr
1.7.27
|
Public Member Functions | |
cSkinCursesDisplayChannel (bool WithInfo) | |
virtual | ~cSkinCursesDisplayChannel () |
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 | timeWidth |
bool | message |
Definition at line 190 of file skincurses.c.
cSkinCursesDisplayChannel::cSkinCursesDisplayChannel | ( | bool | WithInfo | ) |
Definition at line 204 of file skincurses.c.
References cSetup::ChannelInfoPos, clrBackground, cOsd::DrawRectangle(), message, osd, ScOsdHeight, ScOsdWidth, Setup, and timeWidth.
cSkinCursesDisplayChannel::~cSkinCursesDisplayChannel | ( | ) | [virtual] |
Definition at line 213 of file skincurses.c.
References osd.
void cSkinCursesDisplayChannel::Flush | ( | void | ) | [virtual] |
Actually draws the OSD display to the output device.
Reimplemented from cSkinDisplay.
Definition at line 251 of file skincurses.c.
References clrBackground, clrWhite, DayDateTime(), cOsd::DrawText(), cOsd::Flush(), message, osd, ScOsdWidth, and Utf8StrLen().
void cSkinCursesDisplayChannel::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 218 of file skincurses.c.
References ChannelString(), clrBackground, clrWhite, cOsd::DrawRectangle(), cOsd::DrawText(), osd, and ScOsdWidth.
void cSkinCursesDisplayChannel::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 224 of file skincurses.c.
References clrBackground, clrCyan, clrRed, clrWhite, clrYellow, cOsd::DrawRectangle(), cOsd::DrawText(), Font, cEvent::GetTimeString(), osd, ScOsdWidth, cEvent::ShortText(), timeWidth, and cEvent::Title().
void cSkinCursesDisplayChannel::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 238 of file skincurses.c.
References clrMessage, cOsd::DrawText(), message, osd, cOsd::RestoreRegion(), cOsd::SaveRegion(), ScOsdWidth, and taCenter.
bool cSkinCursesDisplayChannel::message [private] |
Definition at line 194 of file skincurses.c.
Referenced by cSkinCursesDisplayChannel(), Flush(), and SetMessage().
cOsd* cSkinCursesDisplayChannel::osd [private] |
Definition at line 192 of file skincurses.c.
Referenced by cSkinCursesDisplayChannel(), Flush(), SetChannel(), SetEvents(), SetMessage(), and ~cSkinCursesDisplayChannel().
int cSkinCursesDisplayChannel::timeWidth [private] |
Definition at line 193 of file skincurses.c.
Referenced by cSkinCursesDisplayChannel(), and SetEvents().