Definition at line 1751 of file skinlcars.c.
cSkinLCARSDisplayReplay::cSkinLCARSDisplayReplay |
( |
bool |
ModeOnly | ) |
|
Definition at line 1779 of file skinlcars.c.
References clrBackground, clrTransparent, cTheme::Color(), CreateOsd(), cOsd::DrawEllipse(), cOsd::DrawRectangle(), fontOsd, cSkinLCARSDisplayChannel::frameColor, Gap, cFont::GetFont(), cFont::Height(), cSkinLCARSDisplayChannel::lastTrackId, cSkinLCARSDisplayChannel::lineHeight, cSkinLCARSDisplayChannel::osd, cOsd::OsdHeight(), cOsd::OsdLeft(), cOsd::OsdTop(), and cOsd::OsdWidth().
cSkinLCARSDisplayReplay::~cSkinLCARSDisplayReplay |
( |
| ) |
|
|
virtual |
void cSkinLCARSDisplayReplay::DrawDate |
( |
void |
| ) |
|
|
private |
void cSkinLCARSDisplayReplay::DrawTrack |
( |
void |
| ) |
|
|
private |
Definition at line 1857 of file skinlcars.c.
References clrBackground, cTheme::Color(), tTrackId::description, cOsd::DrawText(), fontOsd, cDevice::GetCurrentAudioTrack(), cFont::GetFont(), cDevice::GetTrack(), cSkinLCARSDisplayChannel::lastTrackId, cSkinLCARSDisplayChannel::osd, cDevice::PrimaryDevice(), and strn0cpy().
void cSkinLCARSDisplayReplay::Flush |
( |
void |
| ) |
|
|
virtual |
void cSkinLCARSDisplayReplay::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 1901 of file skinlcars.c.
References clrBackground, cTheme::Color(), cOsd::DrawText(), fontOsd, cFont::GetFont(), cSkinLCARSDisplayChannel::lineHeight, max(), cSkinLCARSDisplayChannel::osd, taLeft, and cFont::Width().
void cSkinLCARSDisplayReplay::SetJump |
( |
const char * |
Jump | ) |
|
|
virtual |
void cSkinLCARSDisplayReplay::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 1922 of file skinlcars.c.
References cTheme::Color(), cOsd::DrawText(), cFont::GetFont(), cSkinLCARSDisplayChannel::osd, cOsd::RestoreRegion(), cOsd::SaveRegion(), and taCenter.
void cSkinLCARSDisplayReplay::SetMode |
( |
bool |
Play, |
|
|
bool |
Forward, |
|
|
int |
Speed |
|
) |
| |
|
virtual |
void cSkinLCARSDisplayReplay::SetProgress |
( |
int |
Current, |
|
|
int |
Total |
|
) |
| |
|
virtual |
void cSkinLCARSDisplayReplay::SetRecording |
( |
const cRecording * |
Recording | ) |
|
|
virtual |
Sets the recording that is currently being played.
The default implementation calls SetTitle() with the title and short text of the Recording. A derived class can use any information provided by the given Recording and display it.
Reimplemented from cSkinDisplayReplay.
Definition at line 1867 of file skinlcars.c.
References clrBackground, cTheme::Color(), cOsd::DrawText(), fontOsd, cSkinLCARSDisplayChannel::frameColor, cFont::GetFont(), cRecording::Info(), cSkinLCARSDisplayChannel::lineHeight, cSkinLCARSDisplayChannel::osd, ShortDateString(), cRecordingInfo::ShortText(), cRecording::Start(), taBorder, taBottom, taRight, taTop, TimeString(), and cRecordingInfo::Title().
void cSkinLCARSDisplayReplay::SetTitle |
( |
const char * |
Title | ) |
|
|
virtual |
void cSkinLCARSDisplayReplay::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 1909 of file skinlcars.c.
References clrBackground, cTheme::Color(), cOsd::DrawText(), fontOsd, cFont::GetFont(), cSkinLCARSDisplayChannel::lineHeight, max(), cSkinLCARSDisplayChannel::osd, taRight, and cFont::Width().
tColor cSkinLCARSDisplayReplay::frameColor |
|
private |
int cSkinLCARSDisplayReplay::lastCurrentWidth |
|
private |
cString cSkinLCARSDisplayReplay::lastDate |
|
private |
int cSkinLCARSDisplayReplay::lastTotalWidth |
|
private |
tTrackId cSkinLCARSDisplayReplay::lastTrackId |
|
private |
int cSkinLCARSDisplayReplay::lineHeight |
|
private |
bool cSkinLCARSDisplayReplay::modeOnly |
|
private |
cOsd* cSkinLCARSDisplayReplay::osd |
|
private |
int cSkinLCARSDisplayReplay::xp00 |
|
private |
int cSkinLCARSDisplayReplay::xp01 |
|
private |
int cSkinLCARSDisplayReplay::xp02 |
|
private |
int cSkinLCARSDisplayReplay::xp03 |
|
private |
int cSkinLCARSDisplayReplay::xp04 |
|
private |
int cSkinLCARSDisplayReplay::xp05 |
|
private |
int cSkinLCARSDisplayReplay::xp06 |
|
private |
int cSkinLCARSDisplayReplay::xp07 |
|
private |
int cSkinLCARSDisplayReplay::xp08 |
|
private |
int cSkinLCARSDisplayReplay::xp09 |
|
private |
int cSkinLCARSDisplayReplay::xp10 |
|
private |
int cSkinLCARSDisplayReplay::xp11 |
|
private |
int cSkinLCARSDisplayReplay::xp12 |
|
private |
int cSkinLCARSDisplayReplay::xp13 |
|
private |
int cSkinLCARSDisplayReplay::xp14 |
|
private |
int cSkinLCARSDisplayReplay::xp15 |
|
private |
int cSkinLCARSDisplayReplay::yp00 |
|
private |
int cSkinLCARSDisplayReplay::yp01 |
|
private |
int cSkinLCARSDisplayReplay::yp02 |
|
private |
int cSkinLCARSDisplayReplay::yp03 |
|
private |
int cSkinLCARSDisplayReplay::yp04 |
|
private |
int cSkinLCARSDisplayReplay::yp05 |
|
private |
int cSkinLCARSDisplayReplay::yp06 |
|
private |
int cSkinLCARSDisplayReplay::yp07 |
|
private |
int cSkinLCARSDisplayReplay::yp08 |
|
private |
int cSkinLCARSDisplayReplay::yp09 |
|
private |
The documentation for this class was generated from the following file: