MythTV
master
|
Go to the source code of this file.
Enumerations | |
enum | RecordingType { kNotRecording = 0, kSingleRecord = 1, kDailyRecord = 2, kAllRecord = 4, kWeeklyRecord = 5, kOneRecord = 6, kOverrideRecord = 7, kDontRecord = 8, kTemplateRecord = 11 } |
enum | RecordingDupInType { kDupsUnset = 0x00, kDupsInRecorded = 0x01, kDupsInOldRecorded = 0x02, kDupsInAll = 0x0F, kDupsNewEpi = 0x10 } |
enum | RecordingDupMethodType { kDupCheckUnset = 0x00, kDupCheckNone = 0x01, kDupCheckSub = 0x02, kDupCheckDesc = 0x04, kDupCheckSubDesc = 0x06, kDupCheckSubThenDesc = 0x08 } |
enum | RecSearchType { kNoSearch = 0, kPowerSearch, kTitleSearch, kKeywordSearch, kPeopleSearch, kManualSearch } |
enum RecordingType |
Enumerator | |
---|---|
kNotRecording | |
kSingleRecord | |
kDailyRecord | |
kAllRecord | |
kWeeklyRecord | |
kOneRecord | |
kOverrideRecord | |
kDontRecord | |
kTemplateRecord |
Definition at line 19 of file recordingtypes.h.
enum RecordingDupInType |
Enumerator | |
---|---|
kDupsUnset | |
kDupsInRecorded | |
kDupsInOldRecorded | |
kDupsInAll | |
kDupsNewEpi |
Definition at line 42 of file recordingtypes.h.
Enumerator | |
---|---|
kDupCheckUnset | |
kDupCheckNone | |
kDupCheckSub | |
kDupCheckDesc | |
kDupCheckSubDesc | |
kDupCheckSubThenDesc |
Definition at line 57 of file recordingtypes.h.
enum RecSearchType |
Enumerator | |
---|---|
kNoSearch | |
kPowerSearch | |
kTitleSearch | |
kKeywordSearch | |
kPeopleSearch | |
kManualSearch |
Definition at line 71 of file recordingtypes.h.
MPUBLIC QString toString | ( | RecordingType | rectype | ) |
Converts "rectype" into a human readable string.
Definition at line 25 of file recordingtypes.cpp.
MPUBLIC QString toDescription | ( | RecordingType | rectype | ) |
Converts "rectype" into a human readable description.
Definition at line 50 of file recordingtypes.cpp.
Referenced by Dvr::DupInToDescription(), Dvr::DupMethodToDescription(), SchedOptMixin::Load(), ScheduleEditor::Load(), and Dvr::RecTypeToDescription().
MPUBLIC QString toRawString | ( | RecordingType | rectype | ) |
Converts "rectype" into an untranslated string.
Definition at line 76 of file recordingtypes.cpp.
Referenced by FillChannelInfo(), and FillRecRuleInfo().
MPUBLIC 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().
MPUBLIC RecordingType recTypeFromString | ( | const QString & | type | ) |
Definition at line 101 of file recordingtypes.cpp.
Referenced by Dvr::AddRecordSchedule(), Dvr::RecTypeToDescription(), Dvr::RecTypeToString(), and Dvr::UpdateRecordSchedule().
MPUBLIC 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()().
MPUBLIC QString toString | ( | RecordingDupInType | rectype | ) |
Definition at line 154 of file recordingtypes.cpp.
MPUBLIC QString toDescription | ( | RecordingDupInType | rectype | ) |
Definition at line 173 of file recordingtypes.cpp.
MPUBLIC QString toRawString | ( | RecordingDupInType | rectype | ) |
Definition at line 193 of file recordingtypes.cpp.
MPUBLIC bool newEpifromDupIn | ( | RecordingDupInType | recdupin | ) |
Definition at line 211 of file recordingtypes.cpp.
Referenced by FillRecRuleInfo().
MPUBLIC RecordingDupInType dupInFromString | ( | const QString & | type | ) |
Definition at line 216 of file recordingtypes.cpp.
Referenced by dupInFromStringAndBool(), Dvr::DupInToDescription(), and Dvr::DupInToString().
MPUBLIC RecordingDupInType dupInFromStringAndBool | ( | const QString & | type, |
bool | newEpisodesOnly | ||
) |
Definition at line 229 of file recordingtypes.cpp.
Referenced by Dvr::AddRecordSchedule(), and Dvr::UpdateRecordSchedule().
MPUBLIC QString toString | ( | RecordingDupMethodType | rectype | ) |
Definition at line 236 of file recordingtypes.cpp.
MPUBLIC QString toDescription | ( | RecordingDupMethodType | rectype | ) |
Definition at line 255 of file recordingtypes.cpp.
MPUBLIC QString toRawString | ( | RecordingDupMethodType | rectype | ) |
Definition at line 274 of file recordingtypes.cpp.
MPUBLIC RecordingDupMethodType dupMethodFromString | ( | const QString & | type | ) |
Definition at line 293 of file recordingtypes.cpp.
Referenced by Dvr::AddRecordSchedule(), Dvr::DupMethodToDescription(), Dvr::DupMethodToString(), and Dvr::UpdateRecordSchedule().
MPUBLIC QString toString | ( | RecSearchType | rectype | ) |
MPUBLIC QString toRawString | ( | RecSearchType | rectype | ) |
Definition at line 308 of file recordingtypes.cpp.
MPUBLIC RecSearchType searchTypeFromString | ( | const QString & | type | ) |
Definition at line 329 of file recordingtypes.cpp.
Referenced by Dvr::AddRecordSchedule(), Guide::GetStoredSearches(), and Dvr::UpdateRecordSchedule().