vdr
2.4.1
|
#include <recording.h>
Public Member Functions | |
cMark (int Position=0, const char *Comment=NULL, double FramesPerSecond=DEFAULTFRAMESPERSECOND) | |
virtual | ~cMark () |
int | Position (void) const |
const char * | Comment (void) const |
void | SetPosition (int Position) |
void | SetComment (const char *Comment) |
cString | ToText (void) |
bool | Parse (const char *s) |
bool | Save (FILE *f) |
![]() | |
cListObject (void) | |
virtual | ~cListObject () |
void | Append (cListObject *Object) |
void | Insert (cListObject *Object) |
void | Unlink (void) |
int | Index (void) const |
cListObject * | Prev (void) const |
cListObject * | Next (void) const |
Private Attributes | |
double | framesPerSecond |
int | position |
cString | comment |
Friends | |
class | cMarks |
Definition at line 353 of file recording.h.
cMark::cMark | ( | int | Position = 0 , |
const char * | Comment = NULL , |
||
double | FramesPerSecond = DEFAULTFRAMESPERSECOND |
||
) |
Definition at line 2089 of file recording.c.
References comment, Comment(), framesPerSecond, position, and Position().
|
virtual |
Definition at line 2096 of file recording.c.
|
inline |
Definition at line 363 of file recording.h.
References comment.
Referenced by cMark(), SetComment(), and ToText().
bool cMark::Parse | ( | const char * | s | ) |
Definition at line 2105 of file recording.c.
References comment, framesPerSecond, HMSFToIndex(), MarkFramesPerSecond, position, and skipspace().
|
inline |
Definition at line 362 of file recording.h.
References position.
Referenced by cCuttingThread::Action(), cDvbPlayer::Action(), cMark(), cSkinDisplayReplay::cProgressBar::cProgressBar(), cReplayControl::EditTest(), cMarks::GetNextBegin(), cMarks::GetNextEnd(), cReplayControl::MarkMove(), and SetPosition().
bool cMark::Save | ( | FILE * | f | ) |
Definition at line 2119 of file recording.c.
References ToText().
|
inline |
Definition at line 365 of file recording.h.
|
inline |
Definition at line 364 of file recording.h.
References position, and Position().
Referenced by cReplayControl::MarkMove().
cString cMark::ToText | ( | void | ) |
Definition at line 2100 of file recording.c.
References Comment(), framesPerSecond, IndexToHMSF(), position, and cString::sprintf().
Referenced by Save().
|
friend |
Definition at line 354 of file recording.h.
|
private |
Definition at line 358 of file recording.h.
Referenced by cMark(), Comment(), Parse(), and SetComment().
|
private |
Definition at line 356 of file recording.h.
|
private |
Definition at line 357 of file recording.h.
Referenced by cMark(), Parse(), Position(), SetPosition(), and ToText().