vdr
2.2.0
|
Public Member Functions | |
cSkinSTTNGDisplayReplay (bool ModeOnly) | |
virtual | ~cSkinSTTNGDisplayReplay () |
virtual void | SetTitle (const char *Title) |
virtual void | SetMode (bool Play, bool Forward, int Speed) |
virtual void | SetProgress (int Current, int Total) |
virtual void | SetCurrent (const char *Current) |
virtual void | SetTotal (const char *Total) |
virtual void | SetJump (const char *Jump) |
virtual void | SetMessage (eMessageType Type, const char *Text) |
virtual void | Flush (void) |
![]() | |
cSkinDisplayReplay (void) | |
virtual void | SetMarks (const cMarks *Marks) |
virtual void | SetRecording (const cRecording *Recording) |
![]() | |
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 | |
cOsd * | osd |
int | x0 |
int | x1 |
int | x2 |
int | x3 |
int | x4 |
int | x5 |
int | x6 |
int | x7 |
int | y0 |
int | y1 |
int | y2 |
int | y3 |
int | y4 |
int | y5 |
int | y6 |
int | y7 |
tColor | frameColor |
int | lastCurrentWidth |
Additional Inherited Members | |
![]() | |
static int | AvgCharWidth (void) |
static cSkinDisplay * | Current (void) |
![]() | |
const cMarks * | marks |
Definition at line 782 of file skinsttng.c.
cSkinSTTNGDisplayReplay::cSkinSTTNGDisplayReplay | ( | bool | ModeOnly | ) |
Definition at line 802 of file skinsttng.c.
References cSetup::AntiAlias, cOsd::CanHandleAreas(), clrBackground, clrTransparent, cTheme::Color(), cOsd::DrawEllipse(), cOsd::DrawRectangle(), cSkinSTTNGDisplayChannel::frameColor, Gap, cFont::GetFont(), cFont::Height(), cBitmap::Height(), cSkinSTTNGDisplayChannel::lineHeight, max(), cOsdProvider::NewOsd(), oeOk, cSkinSTTNGDisplayChannel::osd, cOsd::OsdHeight(), cOsd::OsdLeft(), cOsd::OsdTop(), cOsd::OsdWidth(), Roundness, cOsd::SetAreas(), Setup, cBitmap::Width(), cSkinSTTNGDisplayChannel::x0, cSkinSTTNGDisplayChannel::x1, cSkinSTTNGDisplayChannel::x2, cSkinSTTNGDisplayChannel::x3, cSkinSTTNGDisplayChannel::x4, cSkinSTTNGDisplayChannel::x5, cSkinSTTNGDisplayChannel::x6, cSkinSTTNGDisplayChannel::x7, cSkinSTTNGDisplayChannel::y0, cSkinSTTNGDisplayChannel::y1, cSkinSTTNGDisplayChannel::y2, cSkinSTTNGDisplayChannel::y3, cSkinSTTNGDisplayChannel::y4, cSkinSTTNGDisplayChannel::y5, cSkinSTTNGDisplayChannel::y6, and cSkinSTTNGDisplayChannel::y7.
|
virtual |
Definition at line 864 of file skinsttng.c.
References cSkinSTTNGDisplayChannel::osd.
|
virtual |
Actually draws the OSD display to the output device.
Reimplemented from cSkinDisplay.
Definition at line 926 of file skinsttng.c.
References cOsd::Flush(), and cSkinSTTNGDisplayChannel::osd.
|
virtual |
Sets the current position within the recording, as a user readable string if the form "h:mm:ss.ff".
The ".ff" part, indicating the frame number, is optional and the actual implementation needs to take care that it is erased from the display when a Current string with ".ff" is followed by one without it.
Implements cSkinDisplayReplay.
Definition at line 894 of file skinsttng.c.
References cTheme::Color(), cOsd::DrawText(), cSkinSTTNGDisplayChannel::frameColor, cFont::GetFont(), cSkinSTTNGDisplayChannel::osd, cFont::Width(), cSkinSTTNGDisplayChannel::x3, and cSkinSTTNGDisplayChannel::y6.
|
virtual |
Sets the prompt that allows the user to enter a jump point.
Jump is a string of the form "Jump: mm:ss". The actual implementation needs to be able to handle variations in the length of this string, which will occur when the user enters an actual value. If Jump is NULL, the jump prompt shall be removed from the display.
Implements cSkinDisplayReplay.
Definition at line 909 of file skinsttng.c.
References cTheme::Color(), cOsd::DrawText(), cSkinSTTNGDisplayChannel::frameColor, cFont::GetFont(), cSkinSTTNGDisplayChannel::osd, taCenter, cSkinSTTNGDisplayChannel::x0, cSkinSTTNGDisplayChannel::x3, cSkinSTTNGDisplayChannel::x4, and cSkinSTTNGDisplayChannel::y6.
|
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 cSkinDisplayReplay.
Definition at line 914 of file skinsttng.c.
References clrBackground, cTheme::Color(), cOsd::DrawRectangle(), cOsd::DrawText(), cFont::GetFont(), cSkinSTTNGDisplayChannel::osd, cOsd::RestoreRegion(), cOsd::SaveRegion(), taCenter, cSkinSTTNGDisplayChannel::x2, cSkinSTTNGDisplayChannel::x3, cSkinSTTNGDisplayChannel::x4, cSkinSTTNGDisplayChannel::y6, and cSkinSTTNGDisplayChannel::y7.
|
virtual |
Sets the current replay mode, which can be used to display some indicator, showing the user whether we are currently in normal play mode, fast forward etc.
Implements cSkinDisplayReplay.
Definition at line 881 of file skinsttng.c.
References cTheme::Color(), constrain(), cOsd::DrawBitmap(), cSkinSTTNGDisplayChannel::frameColor, cBitmap::Height(), cSkinSTTNGDisplayChannel::osd, ReplaySymbols, cBitmap::Width(), cSkinSTTNGDisplayChannel::x0, cSkinSTTNGDisplayChannel::x1, cSkinSTTNGDisplayChannel::y3, and cSkinSTTNGDisplayChannel::y4.
|
virtual |
This function will be called whenever the position in or the total length of the recording has changed.
A cProgressBar shall then be used to display a progress indicator.
Implements cSkinDisplayReplay.
Definition at line 888 of file skinsttng.c.
References cTheme::Color(), cOsd::DrawBitmap(), cSkinSTTNGDisplayChannel::osd, cSkinSTTNGDisplayChannel::x3, cSkinSTTNGDisplayChannel::x4, cSkinSTTNGDisplayChannel::y3, and cSkinSTTNGDisplayChannel::y4.
|
virtual |
Sets the title of the recording.
Implements cSkinDisplayReplay.
Definition at line 869 of file skinsttng.c.
References cTheme::Color(), cOsd::DrawText(), cSkinSTTNGDisplayChannel::frameColor, cFont::GetFont(), cSkinSTTNGDisplayChannel::osd, TextSpacing, cSkinSTTNGDisplayChannel::x3, cSkinSTTNGDisplayChannel::x4, and cSkinSTTNGDisplayChannel::y0.
|
virtual |
Sets the total length of the recording, as a user readable string if the form "h:mm:ss".
Implements cSkinDisplayReplay.
Definition at line 902 of file skinsttng.c.
References cTheme::Color(), cOsd::DrawText(), cSkinSTTNGDisplayChannel::frameColor, cFont::GetFont(), cSkinSTTNGDisplayChannel::osd, TextSpacing, cFont::Width(), cSkinSTTNGDisplayChannel::x4, and cSkinSTTNGDisplayChannel::y6.
|
private |
Definition at line 787 of file skinsttng.c.
|
private |
Definition at line 788 of file skinsttng.c.
|
private |
Definition at line 784 of file skinsttng.c.
|
private |
Definition at line 785 of file skinsttng.c.
|
private |
Definition at line 785 of file skinsttng.c.
|
private |
Definition at line 785 of file skinsttng.c.
|
private |
Definition at line 785 of file skinsttng.c.
|
private |
Definition at line 785 of file skinsttng.c.
|
private |
Definition at line 785 of file skinsttng.c.
|
private |
Definition at line 785 of file skinsttng.c.
|
private |
Definition at line 785 of file skinsttng.c.
|
private |
Definition at line 786 of file skinsttng.c.
|
private |
Definition at line 786 of file skinsttng.c.
|
private |
Definition at line 786 of file skinsttng.c.
|
private |
Definition at line 786 of file skinsttng.c.
|
private |
Definition at line 786 of file skinsttng.c.
|
private |
Definition at line 786 of file skinsttng.c.
|
private |
Definition at line 786 of file skinsttng.c.
|
private |
Definition at line 786 of file skinsttng.c.