|
MythTV
0.26-pre
|
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 | |
| kTemplateRecord |
Definition at line 8 of file recordingtypes.h.
| enum RecordingDupInTypes |
Definition at line 30 of file recordingtypes.h.
Definition at line 40 of file recordingtypes.h.
| enum RecSearchTypes |
Definition at line 51 of file recordingtypes.h.
| MPUBLIC QString toString | ( | RecordingType | ) |
Converts "rectype" into a human readable description.
Definition at line 28 of file recordingtypes.cpp.
| MPUBLIC QString toRawString | ( | RecordingType | ) |
Converts "rectype" into an untranslated description.
Definition at line 59 of file recordingtypes.cpp.
Referenced by FillRecRuleInfo().
| MPUBLIC QChar toQChar | ( | RecordingType | ) |
Converts "rectype" into a human readable character.
Definition at line 116 of file recordingtypes.cpp.
Referenced by Scheduler::PrintRec(), and ProgramInfo::ToMap().
| MPUBLIC RecordingType recTypeFromString | ( | QString | ) |
Definition at line 87 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(), TitleSort::operator()(), ProgramRecPrioritySort::operator()(), and ProgramRecTypeSort::operator()().
| MPUBLIC QString toRawString | ( | RecordingDupInType | ) |
Definition at line 150 of file recordingtypes.cpp.
| MPUBLIC RecordingDupInType dupInFromString | ( | QString | ) |
Definition at line 167 of file recordingtypes.cpp.
Referenced by Dvr::AddRecordSchedule().
| MPUBLIC QString toRawString | ( | RecordingDupMethodType | ) |
Definition at line 181 of file recordingtypes.cpp.
| MPUBLIC RecordingDupMethodType dupMethodFromString | ( | QString | ) |
Definition at line 200 of file recordingtypes.cpp.
Referenced by Dvr::AddRecordSchedule().
| MPUBLIC QString toRawString | ( | RecSearchType | ) |
Definition at line 216 of file recordingtypes.cpp.
| MPUBLIC RecSearchType searchTypeFromString | ( | QString | ) |
Definition at line 237 of file recordingtypes.cpp.
Referenced by Dvr::AddRecordSchedule().
1.7.6.1