|
vdr 2.6.4
|
#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 514 of file recording.h.
|
private |
Definition at line 3141 of file recording.c.
References doneRecordings.
| void cDoneRecordings::Append | ( | const char * | Title | ) |
Definition at line 3146 of file recording.c.
References Add(), Contains(), esyslog, and fileName.
| bool cDoneRecordings::Contains | ( | const char * | Title | ) | const |
Definition at line 3169 of file recording.c.
References doneRecordings, and SkipFuzzyChars().
Referenced by Append().
| bool cDoneRecordings::Load | ( | const char * | FileName | ) |
Definition at line 3101 of file recording.c.
References Add(), fileName, isyslog, LOG_ERROR_STR, and cReadLine::Read().
| bool cDoneRecordings::Save | ( | void | ) | const |
Definition at line 3122 of file recording.c.
References cSafeFile::Close(), doneRecordings, fileName, and cSafeFile::Open().
|
private |
Definition at line 517 of file recording.h.
Referenced by Add(), Contains(), and Save().
|
private |
Definition at line 516 of file recording.h.