Go to the source code of this file.
Functions | |
| int | RecTypePriority (RecordingType rectype) |
| Converts a RecordingType to a simple integer so it's specificity can be compared to another. | |
| QString | toString (RecordingType rectype) |
| Converts "rectype" into a human readable description. | |
| QString | toRawString (RecordingType rectype) |
| Converts "rectype" into an untranslated description. | |
| RecordingType | recTypeFromString (QString type) |
| QChar | toQChar (RecordingType rectype) |
| Converts "rectype" into a human readable character. | |
| QString | toRawString (RecordingDupInType recdupin) |
| RecordingDupInType | dupInFromString (QString type) |
| QString | toRawString (RecordingDupMethodType duptype) |
| RecordingDupMethodType | dupMethodFromString (QString type) |
| QString | toRawString (RecSearchType searchtype) |
| RecSearchType | searchTypeFromString (QString type) |
| 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()().
| QString toString | ( | RecordingType | rectype | ) |
Converts "rectype" into a human readable description.
Definition at line 28 of file recordingtypes.cpp.
| QString toRawString | ( | RecordingType | rectype | ) |
Converts "rectype" into an untranslated description.
Definition at line 59 of file recordingtypes.cpp.
Referenced by FillRecRuleInfo().
| RecordingType recTypeFromString | ( | QString | type | ) |
Definition at line 87 of file recordingtypes.cpp.
Referenced by Dvr::AddRecordSchedule().
| QChar toQChar | ( | RecordingType | rectype | ) |
Converts "rectype" into a human readable character.
Definition at line 116 of file recordingtypes.cpp.
Referenced by Scheduler::PrintRec(), and ProgramInfo::ToMap().
| QString toRawString | ( | RecordingDupInType | recdupin | ) |
Definition at line 150 of file recordingtypes.cpp.
| RecordingDupInType dupInFromString | ( | QString | type | ) |
Definition at line 167 of file recordingtypes.cpp.
Referenced by Dvr::AddRecordSchedule().
| QString toRawString | ( | RecordingDupMethodType | duptype | ) |
Definition at line 181 of file recordingtypes.cpp.
| RecordingDupMethodType dupMethodFromString | ( | QString | type | ) |
Definition at line 200 of file recordingtypes.cpp.
Referenced by Dvr::AddRecordSchedule().
| QString toRawString | ( | RecSearchType | searchtype | ) |
Definition at line 216 of file recordingtypes.cpp.
| RecSearchType searchTypeFromString | ( | QString | type | ) |
Definition at line 237 of file recordingtypes.cpp.
Referenced by Dvr::AddRecordSchedule().
1.6.3