Go to the source code of this file.
Enumerations | |
| enum | RecordingType { kNotRecording = 0, kSingleRecord = 1, kTimeslotRecord, kChannelRecord, kAllRecord, kWeekslotRecord, kFindOneRecord, kOverrideRecord, kDontRecord, kFindDailyRecord, kFindWeeklyRecord } |
| enum | RecordingDupInType { kDupsInRecorded = 0x01, kDupsInOldRecorded = 0x02, kDupsInAll = 0x0F, kDupsNewEpi = 0x10, kDupsExRepeats = 0x20, kDupsExGeneric = 0x40, kDupsFirstNew = 0x80 } |
| enum | RecordingDupMethodType { kDupCheckNone = 0x01, kDupCheckSub = 0x02, kDupCheckDesc = 0x04, kDupCheckSubDesc = 0x06, kDupCheckSubThenDesc = 0x08 } |
| enum | RecSearchType { kNoSearch = 0, kPowerSearch, kTitleSearch, kKeywordSearch, kPeopleSearch, kManualSearch } |
Functions | |
| MPUBLIC int | RecTypePriority (RecordingType rectype) |
| enum RecordingType |
| kNotRecording | |
| kSingleRecord | |
| kTimeslotRecord | |
| kChannelRecord | |
| kAllRecord | |
| kWeekslotRecord | |
| kFindOneRecord | |
| kOverrideRecord | |
| kDontRecord | |
| kFindDailyRecord | |
| kFindWeeklyRecord |
Definition at line 6 of file recordingtypes.h.
| enum RecordingDupInType |
| kDupsInRecorded | |
| kDupsInOldRecorded | |
| kDupsInAll | |
| kDupsNewEpi | |
| kDupsExRepeats | |
| kDupsExGeneric | |
| kDupsFirstNew |
Definition at line 23 of file recordingtypes.h.
Definition at line 35 of file recordingtypes.h.
| enum RecSearchType |
Definition at line 44 of file recordingtypes.h.
| MPUBLIC int RecTypePriority | ( | RecordingType | rectype | ) |
Definition at line 5 of file recordingtypes.cpp.
Referenced by comp_overlap(), comp_priority(), ProgramInfo::FillInRecordInfo(), programRecTypeSort::operator()(), programRecPrioritySort::operator()(), and titleSort::operator()().
1.5.5