Home

Dokumentation

Impressum

Dokumentation VDR
 

Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

cMarks Class Reference

#include <recording.h>

Inheritance diagram for cMarks:

Inheritance graph
[legend]
Collaboration diagram for cMarks:

Collaboration graph
[legend]

Detailed Description

Configuration of recording mark.

Definition at line 98 of file recording.h.

Public Methods

bool Load (const char *RecordingFileName)
void Sort (void)
cMarkAdd (int Position)
cMarkGet (int Position)
cMarkGetPrev (int Position)
cMarkGetNext (int Position)


Member Function Documentation

cMark * cMarks::Add int    Position
 

Definition at line 716 of file recording.c.

References cListBase::Add(), Get(), and Sort().

Referenced by cCuttingThread::Action(), and cReplayControl::MarkToggle().

cMark * cMarks::Get int    Position
 

Definition at line 726 of file recording.c.

References cList< cMark >::First(), cList< cMark >::Next(), and cMark::position.

Referenced by Add(), cReplayControl::EditTest(), cReplayControl::MarkMove(), and cReplayControl::MarkToggle().

cMark * cMarks::GetNext int    Position
 

Definition at line 744 of file recording.c.

References cList< cMark >::First(), cList< cMark >::Next(), and cMark::position.

Referenced by cReplayControl::EditTest(), and cReplayControl::MarkJump().

cMark * cMarks::GetPrev int    Position
 

Definition at line 735 of file recording.c.

References cList< cMark >::Last(), cMark::position, and cList< cMark >::Prev().

Referenced by cReplayControl::MarkJump().

bool cMarks::Load const char *    RecordingFileName
 

Definition at line 694 of file recording.c.

References AddDirectory(), cConfig< T >::Load(), and Sort().

Referenced by cCuttingThread::cCuttingThread(), and cReplayControl::cReplayControl().

void cMarks::Sort void   
 

Reimplemented from cListBase.

Definition at line 704 of file recording.c.

References cMark::comment, cList< cMark >::First(), cList< cMark >::Next(), cMark::position, and swap().

Referenced by Add(), and Load().


The documentation for this class was generated from the following files:
Generated on Wed Feb 5 23:31:20 2003 for VDR by doxygen1.3-rc2