vdr 2.7.2
|
#include <recording.h>
Public Member Functions | |
bool | Load (const char *FileName) |
bool | Save (void) const |
void | Append (const char *Title) |
bool | Contains (const char *Title) const |
Private Member Functions | |
void | Add (const char *Title) |
Private Attributes | |
cString | fileName |
cStringList | doneRecordings |
Definition at line 549 of file recording.h.
|
private |
Definition at line 3332 of file recording.c.
References cVector< T >::Append(), and doneRecordings.
void cDoneRecordings::Append | ( | const char * | Title | ) |
Definition at line 3337 of file recording.c.
References Add(), Contains(), esyslog, and fileName.
Referenced by cRecordControl::Stop().
bool cDoneRecordings::Contains | ( | const char * | Title | ) | const |
Definition at line 3360 of file recording.c.
References doneRecordings, cVector< T >::Size(), and SkipFuzzyChars().
Referenced by Append(), and cTimer::Matches().
bool cDoneRecordings::Load | ( | const char * | FileName | ) |
Definition at line 3292 of file recording.c.
References Add(), fileName, isyslog, LOG_ERROR_STR, and cReadLine::Read().
Referenced by main().
bool cDoneRecordings::Save | ( | void | ) | const |
Definition at line 3313 of file recording.c.
References cSafeFile::Close(), doneRecordings, fileName, cSafeFile::Open(), and cVector< T >::Size().
|
private |
Definition at line 552 of file recording.h.
Referenced by Add(), Contains(), and Save().
|
private |
Definition at line 551 of file recording.h.