|
MythTV master
|
#include <deque>#include <QDateTime>#include <QMutex>#include <QObject>#include "libmythbase/mythdate.h"#include "programtypes.h"Go to the source code of this file.
Functions | |
| QString | toString (MarkTypes type) |
| MarkTypes | markTypeFromString (const QString &str) |
| QString | toString (AvailableStatusType status) |
| QString | SkipTypeToString (int flags) |
| std::deque< int > | GetPreferredSkipTypeCombinations (void) |
Variables | |
| const QString | kPlayerInUseID { QStringLiteral("player") } |
| const QString | kPIPPlayerInUseID { QStringLiteral("pipplayer") } |
| const QString | kPBPPlayerInUseID { QStringLiteral("pbpplayer") } |
| const QString | kImportRecorderInUseID { QStringLiteral("import_recorder") } |
| const QString | kRecorderInUseID { QStringLiteral("recorder") } |
| const QString | kFileTransferInUseID { QStringLiteral("filetransfer") } |
| const QString | kTruncatingDeleteInUseID { QStringLiteral("truncatingdelete") } |
| const QString | kFlaggerInUseID { QStringLiteral("flagger") } |
| const QString | kTranscoderInUseID { QStringLiteral("transcoder") } |
| const QString | kPreviewGeneratorInUseID { QStringLiteral("preview_generator") } |
| const QString | kJobQueueInUseID { QStringLiteral("jobqueue") } |
| const QString | kCCExtractorInUseID { QStringLiteral("ccextractor") } |
| std::deque< int > GetPreferredSkipTypeCombinations | ( | void | ) |
Definition at line 129 of file programtypes.cpp.
Referenced by CommercialSkipMethod(), CommMethod::CommMethod(), and V2Channel::GetCommMethodList().
| MarkTypes markTypeFromString | ( | const QString & | str | ) |
Definition at line 68 of file programtypes.cpp.
Referenced by V2Dvr::SetRecordedMarkup().
| QString SkipTypeToString | ( | int | flags | ) |
Definition at line 91 of file programtypes.cpp.
Referenced by CommercialSkipMethod(), CommMethod::CommMethod(), and V2Channel::GetCommMethodList().
| QString toString | ( | AvailableStatusType | status | ) |
Definition at line 76 of file programtypes.cpp.
| QString toString | ( | MarkTypes | type | ) |
Definition at line 29 of file programtypes.cpp.
| const QString kCCExtractorInUseID { QStringLiteral("ccextractor") } |
Definition at line 27 of file programtypes.cpp.
Referenced by RunCCExtract().
| const QString kFileTransferInUseID { QStringLiteral("filetransfer") } |
Definition at line 21 of file programtypes.cpp.
Referenced by BEFileTransfer::BEFileTransfer(), FileTransfer::FileTransfer(), ProgramInfo::QueryIsInUse(), BEFileTransfer::~BEFileTransfer(), and FileTransfer::~FileTransfer().
| const QString kFlaggerInUseID { QStringLiteral("flagger") } |
Definition at line 23 of file programtypes.cpp.
Referenced by Scheduler::FillRecordingDir(), FlagCommercials(), ProgramInfo::QueryIsDeleteCandidate(), ProgramInfo::QueryIsInUse(), and RebuildSeekTable().
| const QString kImportRecorderInUseID { QStringLiteral("import_recorder") } |
Definition at line 19 of file programtypes.cpp.
Referenced by ProgramInfo::QueryIsInUse(), and ImportRecorder::run().
| const QString kJobQueueInUseID { QStringLiteral("jobqueue") } |
Definition at line 26 of file programtypes.cpp.
Referenced by JobQueue::ProcessJob(), ProgramInfo::QueryIsDeleteCandidate(), ProgramInfo::QueryIsInUse(), and JobQueue::RemoveRunningJob().
| const QString kPBPPlayerInUseID { QStringLiteral("pbpplayer") } |
Definition at line 18 of file programtypes.cpp.
Referenced by ProgramInfo::QueryIsInUse().
| const QString kPIPPlayerInUseID { QStringLiteral("pipplayer") } |
Definition at line 17 of file programtypes.cpp.
Referenced by ProgramInfo::QueryIsInUse().
| const QString kPlayerInUseID { QStringLiteral("player") } |
Definition at line 16 of file programtypes.cpp.
Referenced by Scheduler::FillRecordingDir(), ProgramInfo::MarkAsInUse(), ProgramInfo::QueryInUseMap(), ProgramInfo::QueryIsDeleteCandidate(), ProgramInfo::QueryIsInUse(), and TV::ShowOSDPromptDeleteRecording().
| const QString kPreviewGeneratorInUseID { QStringLiteral("preview_generator") } |
Definition at line 25 of file programtypes.cpp.
Referenced by PreviewGenerator::GetScreenGrab(), PreviewGenerator::LocalPreviewRun(), and ProgramInfo::QueryIsInUse().
| const QString kRecorderInUseID { QStringLiteral("recorder") } |
Definition at line 20 of file programtypes.cpp.
Referenced by TVRec::CreateLiveTVRingBuffer(), Scheduler::FillRecordingDir(), ProgramInfo::MarkAsInUse(), ProgramInfo::QueryInUseMap(), ProgramInfo::QueryIsDeleteCandidate(), ProgramInfo::QueryIsInUse(), TVRec::RingBufferChanged(), TV::ShowOSDPromptDeleteRecording(), TVRec::StartRecording(), TVRec::SwitchLiveTVRingBuffer(), TVRec::SwitchRecordingRingBuffer(), TVRec::TeardownRecorder(), TVRec::TuningNewRecorder(), TVRec::TuningRestartRecorder(), and TVRec::TuningShutdowns().
| const QString kTranscoderInUseID { QStringLiteral("transcoder") } |
Definition at line 24 of file programtypes.cpp.
Referenced by Scheduler::FillRecordingDir(), ProgramInfo::QueryIsDeleteCandidate(), ProgramInfo::QueryIsInUse(), and Transcode::TranscodeFile().
| const QString kTruncatingDeleteInUseID { QStringLiteral("truncatingdelete") } |
Definition at line 22 of file programtypes.cpp.
Referenced by ProgramInfo::QueryIsInUse(), and MainServer::TruncateAndClose().