vdr  1.7.27
Public Member Functions | Private Attributes
cSkinSTTNGDisplayReplay Class Reference

List of all members.

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)

Private Attributes

cOsdosd
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

Detailed Description

Definition at line 766 of file skinsttng.c.


Constructor & Destructor Documentation

Definition at line 848 of file skinsttng.c.

References osd.


Member Function Documentation

void cSkinSTTNGDisplayReplay::Flush ( void  ) [virtual]

Actually draws the OSD display to the output device.

Reimplemented from cSkinDisplay.

Definition at line 910 of file skinsttng.c.

References cOsd::Flush(), and osd.

void cSkinSTTNGDisplayReplay::SetCurrent ( const char *  Current) [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 878 of file skinsttng.c.

References cTheme::Color(), cOsd::DrawText(), frameColor, cFont::GetFont(), lastCurrentWidth, osd, cFont::Width(), x3, and y6.

void cSkinSTTNGDisplayReplay::SetJump ( const char *  Jump) [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 893 of file skinsttng.c.

References cTheme::Color(), cOsd::DrawText(), frameColor, cFont::GetFont(), osd, taCenter, x0, x3, x4, and y6.

void cSkinSTTNGDisplayReplay::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 cSkinDisplayReplay.

Definition at line 898 of file skinsttng.c.

References clrBackground, cTheme::Color(), cOsd::DrawRectangle(), cOsd::DrawText(), cFont::GetFont(), osd, cOsd::RestoreRegion(), cOsd::SaveRegion(), taCenter, x2, x3, x4, y6, and y7.

void cSkinSTTNGDisplayReplay::SetMode ( bool  Play,
bool  Forward,
int  Speed 
) [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 865 of file skinsttng.c.

References cTheme::Color(), constrain(), cOsd::DrawBitmap(), frameColor, cBitmap::Height(), osd, ReplaySymbols, cBitmap::Width(), x0, x1, y3, and y4.

void cSkinSTTNGDisplayReplay::SetProgress ( int  Current,
int  Total 
) [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 872 of file skinsttng.c.

References cTheme::Color(), cOsd::DrawBitmap(), cSkinDisplayReplay::marks, osd, x3, x4, y3, and y4.

void cSkinSTTNGDisplayReplay::SetTitle ( const char *  Title) [virtual]

Sets the title of the recording.

Implements cSkinDisplayReplay.

Definition at line 853 of file skinsttng.c.

References cTheme::Color(), cOsd::DrawText(), frameColor, cFont::GetFont(), osd, TextSpacing, x3, x4, and y0.

void cSkinSTTNGDisplayReplay::SetTotal ( const char *  Total) [virtual]

Sets the total length of the recording, as a user readable string if the form "h:mm:ss".

Implements cSkinDisplayReplay.

Definition at line 886 of file skinsttng.c.

References cTheme::Color(), cOsd::DrawText(), frameColor, cFont::GetFont(), osd, TextSpacing, cFont::Width(), x4, and y6.


Member Data Documentation

Definition at line 771 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayReplay(), SetCurrent(), SetJump(), SetMode(), SetTitle(), and SetTotal().

Definition at line 772 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayReplay(), and SetCurrent().

Definition at line 769 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayReplay(), SetJump(), and SetMode().

Definition at line 769 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayReplay(), and SetMode().

Definition at line 769 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayReplay(), and SetMessage().

Definition at line 769 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayReplay().

Definition at line 769 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayReplay().

Definition at line 769 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayReplay().

Definition at line 770 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayReplay(), and SetTitle().

Definition at line 770 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayReplay().

Definition at line 770 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayReplay().

Definition at line 770 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayReplay(), SetMode(), and SetProgress().

Definition at line 770 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayReplay(), SetMode(), and SetProgress().

Definition at line 770 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayReplay().

Definition at line 770 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayReplay(), SetCurrent(), SetJump(), SetMessage(), and SetTotal().

Definition at line 770 of file skinsttng.c.

Referenced by cSkinSTTNGDisplayReplay(), and SetMessage().


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