|
MythTV master
|
Go to the source code of this file.
Functions | |
| int | RecTypePrecedence (RecordingType rectype) |
| Converts a RecordingType to a simple integer so it's specificity can be compared to another. More... | |
| QString | toString (RecordingType rectype) |
| Converts "rectype" into a human readable string. More... | |
| QString | toDescription (RecordingType rectype) |
| Converts "rectype" into a human readable description. More... | |
| QString | toRawString (RecordingType rectype) |
| Converts "rectype" into an untranslated string. More... | |
| RecordingType | recTypeFromString (const QString &type) |
| QChar | toQChar (RecordingType rectype) |
| Converts "rectype" into a human readable character. More... | |
| QString | toString (RecordingDupInType recdupin) |
| QString | toDescription (RecordingDupInType recdupin) |
| QString | toRawString (RecordingDupInType recdupin) |
| bool | newEpifromDupIn (RecordingDupInType recdupin) |
| RecordingDupInType | dupInFromString (const QString &type) |
| RecordingDupInType | dupInFromStringAndBool (const QString &type, bool newEpisodesOnly) |
| QString | toString (RecordingDupMethodType duptype) |
| QString | toDescription (RecordingDupMethodType duptype) |
| QString | toRawString (RecordingDupMethodType duptype) |
| RecordingDupMethodType | dupMethodFromString (const QString &type) |
| QString | toRawString (RecSearchType searchtype) |
| RecSearchType | searchTypeFromString (const QString &type) |
| QString | toString (AutoExtendType extType) |
| QString | toDescription (AutoExtendType extType) |
| AutoExtendType | autoExtendTypeFromInt (uint8_t type) |
| AutoExtendType | autoExtendTypeFromString (const QString &type) |
| AutoExtendType autoExtendTypeFromInt | ( | uint8_t | type | ) |
Definition at line 376 of file recordingtypes.cpp.
| AutoExtendType autoExtendTypeFromString | ( | const QString & | type | ) |
Definition at line 383 of file recordingtypes.cpp.
Referenced by V2Dvr::AddRecordSchedule(), and V2Dvr::UpdateRecordSchedule().
| RecordingDupInType dupInFromString | ( | const QString & | type | ) |
Definition at line 216 of file recordingtypes.cpp.
Referenced by dupInFromStringAndBool(), V2Dvr::DupInToDescription(), and V2Dvr::DupInToString().
| RecordingDupInType dupInFromStringAndBool | ( | const QString & | type, |
| bool | newEpisodesOnly | ||
| ) |
Definition at line 229 of file recordingtypes.cpp.
Referenced by V2Dvr::AddRecordSchedule(), and V2Dvr::UpdateRecordSchedule().
| RecordingDupMethodType dupMethodFromString | ( | const QString & | type | ) |
Definition at line 293 of file recordingtypes.cpp.
Referenced by V2Dvr::AddRecordSchedule(), V2Dvr::DupMethodToDescription(), V2Dvr::DupMethodToString(), and V2Dvr::UpdateRecordSchedule().
| bool newEpifromDupIn | ( | RecordingDupInType | recdupin | ) |
Definition at line 211 of file recordingtypes.cpp.
Referenced by V2FillRecRuleInfo().
| RecordingType recTypeFromString | ( | const QString & | type | ) |
Definition at line 101 of file recordingtypes.cpp.
Referenced by V2Dvr::AddRecordSchedule(), V2Dvr::RecTypeToDescription(), V2Dvr::RecTypeToString(), and V2Dvr::UpdateRecordSchedule().
| int RecTypePrecedence | ( | 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(), TitleSort::operator()(), ProgramRecPrioritySort::operator()(), and ProgramRecTypeSort::operator()().
| RecSearchType searchTypeFromString | ( | const QString & | type | ) |
Definition at line 329 of file recordingtypes.cpp.
Referenced by V2Dvr::AddRecordSchedule(), V2Guide::GetStoredSearches(), and V2Dvr::UpdateRecordSchedule().
| QString toDescription | ( | AutoExtendType | extType | ) |
Definition at line 361 of file recordingtypes.cpp.
| QString toDescription | ( | RecordingDupInType | recdupin | ) |
Definition at line 173 of file recordingtypes.cpp.
| QString toDescription | ( | RecordingDupMethodType | duptype | ) |
Definition at line 255 of file recordingtypes.cpp.
| QString toDescription | ( | RecordingType | rectype | ) |
Converts "rectype" into a human readable description.
Definition at line 50 of file recordingtypes.cpp.
Referenced by V2Dvr::DupInToDescription(), V2Dvr::DupMethodToDescription(), SchedOptMixin::Load(), ScheduleEditor::Load(), and V2Dvr::RecTypeToDescription().
| QChar toQChar | ( | RecordingType | rectype | ) |
Converts "rectype" into a human readable character.
Definition at line 126 of file recordingtypes.cpp.
Referenced by Scheduler::PrintRec(), and ProgramInfo::ToMap().
| QString toRawString | ( | RecordingDupInType | recdupin | ) |
Definition at line 193 of file recordingtypes.cpp.
| QString toRawString | ( | RecordingDupMethodType | duptype | ) |
Definition at line 274 of file recordingtypes.cpp.
| QString toRawString | ( | RecordingType | rectype | ) |
Converts "rectype" into an untranslated string.
Definition at line 76 of file recordingtypes.cpp.
Referenced by V2FillChannelInfo(), and V2FillRecRuleInfo().
| QString toRawString | ( | RecSearchType | searchtype | ) |
Definition at line 308 of file recordingtypes.cpp.
| QString toString | ( | AutoExtendType | extType | ) |
Definition at line 346 of file recordingtypes.cpp.
| QString toString | ( | RecordingDupInType | recdupin | ) |
Definition at line 154 of file recordingtypes.cpp.
| QString toString | ( | RecordingDupMethodType | duptype | ) |
Definition at line 236 of file recordingtypes.cpp.
| QString toString | ( | RecordingType | rectype | ) |
Converts "rectype" into a human readable string.
Definition at line 25 of file recordingtypes.cpp.