MythTV
master
|
#include <QDateTime>
#include <QMutex>
#include <QObject>
#include "programtypes.h"
#include "mythdate.h"
#include <deque>
Go to the source code of this file.
Functions | |
QString | toString (MarkTypes type) |
QString | toString (AvailableStatusType status) |
QString | SkipTypeToString (int flags) |
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") } |
QString toString | ( | MarkTypes | type | ) |
Definition at line 26 of file programtypes.cpp.
Referenced by AdjustFill(), AspectOverride(), ImageManagerFe::CreateImport(), ViewScheduled::deleteRule(), GuideGrid::deleteRule(), DetectLetterbox::Detect(), LCDProcClient::dostdclock(), TV::DoTogglePictureAttribute(), Dvr::DupInToString(), Dvr::DupMethodToString(), IPTVTuningData::GetDeviceName(), MythMediaCodecContext::GetProfiles(), AvFormatDecoder::GetTrackDesc(), ProgLister::HandleSelected(), DVBChannel::HasLock(), MythVideoOutputNull::Init(), VideoOutputD3D::Init(), MythVAAPIContext::InitialiseContext(), VideoOutputD3D::InputChanged(), MythVideoOutputGPU::InputChanged(), LetterboxingColour(), ProgDetails::loadPage(), UPnpCDSMusic::LoadTracks(), UPnpCDSVideo::LoadVideos(), TV::MenuItemDisplayPlayback(), MythPlayerVideoUI::PictureAttributeChanged(), TV::PictureAttributeHandleAction(), MythVAAPIContext::PostProcessFrame(), ClassicCommDetector::PrintFullMap(), JobQueue::ProcessQueue(), Dvr::RecTypeToString(), ProgramRecPriority::remove(), AvFormatDecoder::ScanStreams(), MSqlQuery::seekDebug(), MythAirplayServer::SendResponse(), TV::SetAutoCommercialSkip(), MythVideoColourSpace::SetSupportedAttributes(), ProgLister::ShowDeleteRuleMenu(), MythVideoBounds::ToggleAdjustFill(), MythPlayerVideoUI::ToggleAdjustFill(), MythVideoBounds::ToggleAspectOverride(), RecordingRule::ToMap(), VirtualChannelMapSubtable::toStringXML(), ProgLister::UpdateButtonList(), UPnpCDS::UPnpCDS(), and DVBChannel::WaitForBackend().
QString toString | ( | AvailableStatusType | status | ) |
Definition at line 64 of file programtypes.cpp.
QString SkipTypeToString | ( | int | flags | ) |
Definition at line 79 of file programtypes.cpp.
Referenced by CommercialSkipMethod(), and CommMethod::CommMethod().
deque<int> GetPreferredSkipTypeCombinations | ( | void | ) |
Definition at line 117 of file programtypes.cpp.
Referenced by CommercialSkipMethod(), and CommMethod::CommMethod().
const QString kPlayerInUseID { QStringLiteral("player") } |
Definition at line 13 of file programtypes.cpp.
Referenced by Scheduler::FillRecordingDir(), ProgramInfo::MarkAsInUse(), ProgramInfo::QueryInUseMap(), ProgramInfo::QueryIsDeleteCandidate(), ProgramInfo::QueryIsInUse(), and TV::ShowOSDPromptDeleteRecording().
const QString kPIPPlayerInUseID { QStringLiteral("pipplayer") } |
Definition at line 14 of file programtypes.cpp.
Referenced by ProgramInfo::QueryIsInUse().
const QString kPBPPlayerInUseID { QStringLiteral("pbpplayer") } |
Definition at line 15 of file programtypes.cpp.
Referenced by ProgramInfo::QueryIsInUse().
const QString kImportRecorderInUseID { QStringLiteral("import_recorder") } |
Definition at line 16 of file programtypes.cpp.
Referenced by ProgramInfo::QueryIsInUse(), and ImportRecorder::run().
const QString kRecorderInUseID { QStringLiteral("recorder") } |
Definition at line 17 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 kFileTransferInUseID { QStringLiteral("filetransfer") } |
Definition at line 18 of file programtypes.cpp.
Referenced by FileTransfer::FileTransfer(), ProgramInfo::QueryIsInUse(), and FileTransfer::~FileTransfer().
const QString kTruncatingDeleteInUseID { QStringLiteral("truncatingdelete") } |
Definition at line 19 of file programtypes.cpp.
Referenced by ProgramInfo::QueryIsInUse(), and MainServer::TruncateAndClose().
const QString kFlaggerInUseID { QStringLiteral("flagger") } |
Definition at line 20 of file programtypes.cpp.
Referenced by Scheduler::FillRecordingDir(), FlagCommercials(), ProgramInfo::QueryIsDeleteCandidate(), ProgramInfo::QueryIsInUse(), and RebuildSeekTable().
const QString kTranscoderInUseID { QStringLiteral("transcoder") } |
Definition at line 21 of file programtypes.cpp.
Referenced by Scheduler::FillRecordingDir(), ProgramInfo::QueryIsDeleteCandidate(), ProgramInfo::QueryIsInUse(), and Transcode::TranscodeFile().
const QString kPreviewGeneratorInUseID { QStringLiteral("preview_generator") } |
Definition at line 22 of file programtypes.cpp.
Referenced by PreviewGenerator::GetScreenGrab(), PreviewGenerator::LocalPreviewRun(), and ProgramInfo::QueryIsInUse().
const QString kJobQueueInUseID { QStringLiteral("jobqueue") } |
Definition at line 23 of file programtypes.cpp.
Referenced by JobQueue::ProcessJob(), ProgramInfo::QueryIsDeleteCandidate(), ProgramInfo::QueryIsInUse(), and JobQueue::RemoveRunningJob().
const QString kCCExtractorInUseID { QStringLiteral("ccextractor") } |
Definition at line 24 of file programtypes.cpp.
Referenced by RunCCExtract().