Go to the source code of this file.
| typedef enum RecordingTypes RecordingType |
| typedef enum RecordingDupInTypes RecordingDupInType |
| typedef enum RecordingDupMethodType RecordingDupMethodType |
| typedef enum RecSearchTypes RecSearchType |
| enum RecordingTypes |
| kNotRecording | |
| kSingleRecord | |
| kTimeslotRecord | |
| kChannelRecord | |
| kAllRecord | |
| kWeekslotRecord | |
| kFindOneRecord | |
| kOverrideRecord | |
| kDontRecord | |
| kFindDailyRecord | |
| kFindWeeklyRecord |
Definition at line 8 of file recordingtypes.h.
| enum RecordingDupInTypes |
Definition at line 29 of file recordingtypes.h.
Definition at line 39 of file recordingtypes.h.
| enum RecSearchTypes |
Definition at line 50 of file recordingtypes.h.
| MPUBLIC QString toString | ( | RecordingType | ) |
Converts "rectype" into a human readable description.
Definition at line 27 of file recordingtypes.cpp.
| MPUBLIC QString toRawString | ( | RecordingType | ) |
Converts "rectype" into an untranslated description.
Definition at line 56 of file recordingtypes.cpp.
Referenced by FillRecRuleInfo().
| MPUBLIC QChar toQChar | ( | RecordingType | ) |
Converts "rectype" into a human readable character.
Definition at line 109 of file recordingtypes.cpp.
Referenced by Scheduler::PrintRec(), and ProgramInfo::ToMap().
| MPUBLIC RecordingType recTypeFromString | ( | QString | ) |
Definition at line 84 of file recordingtypes.cpp.
Referenced by Dvr::AddRecordSchedule().
| MPUBLIC int RecTypePriority | ( | RecordingType | rectype | ) |
Converts a RecordingType to a simple integer so it's specificity can be compared to another.
Lower number means more specific.
Definition at line 7 of file recordingtypes.cpp.
Referenced by comp_overlap(), comp_priority(), ProgramRecTypeSort::operator()(), ProgramRecPrioritySort::operator()(), and TitleSort::operator()().
| MPUBLIC QString toRawString | ( | RecordingDupInType | ) |
Definition at line 141 of file recordingtypes.cpp.
| MPUBLIC RecordingDupInType dupInFromString | ( | QString | ) |
Definition at line 158 of file recordingtypes.cpp.
Referenced by Dvr::AddRecordSchedule().
| MPUBLIC QString toRawString | ( | RecordingDupMethodType | ) |
Definition at line 172 of file recordingtypes.cpp.
| MPUBLIC RecordingDupMethodType dupMethodFromString | ( | QString | ) |
Definition at line 191 of file recordingtypes.cpp.
Referenced by Dvr::AddRecordSchedule().
| MPUBLIC QString toRawString | ( | RecSearchType | ) |
Definition at line 207 of file recordingtypes.cpp.
| MPUBLIC RecSearchType searchTypeFromString | ( | QString | ) |
Definition at line 228 of file recordingtypes.cpp.
Referenced by Dvr::AddRecordSchedule().
1.6.3