|
MythTV master
|
This is the complete list of members for JobQueue, including all inherited members.
| AddJobsToMask(int jobs, int &mask) | JobQueue | inlinestatic |
| AllowedToRun(const JobQueueEntry &job) | JobQueue | private |
| ChangeJobArgs(int jobID, const QString &args="") | JobQueue | static |
| ChangeJobCmds(int jobID, int newCmds) | JobQueue | static |
| ChangeJobCmds(int jobType, uint chanid, const QDateTime &recstartts, int newCmds) | JobQueue | static |
| ChangeJobComment(int jobID, const QString &comment="") | JobQueue | static |
| ChangeJobFlags(int jobID, int newFlags) | JobQueue | static |
| ChangeJobHost(int jobID, const QString &newHostname) | JobQueue | static |
| ChangeJobStatus(int jobID, int newStatus, const QString &comment="") | JobQueue | static |
| CleanupOldJobsInQueue() | JobQueue | static |
| ClearJobMask(int &mask) | JobQueue | inlinestatic |
| customEvent(QEvent *e) override | JobQueue | |
| DeleteAllJobs(uint chanid, const QDateTime &recstartts) | JobQueue | static |
| DeleteJob(int jobID) | JobQueue | static |
| DoFlagCommercialsThread(int jobID) | JobQueue | private |
| DoMetadataLookupThread(int jobID) | JobQueue | private |
| DoTranscodeThread(int jobID) | JobQueue | private |
| DoUserJobThread(int jobID) | JobQueue | private |
| FlagCommercialsThread(void *param) | JobQueue | privatestatic |
| GetJobArgs(int jobID) | JobQueue | static |
| GetJobCmd(int jobID) | JobQueue | static |
| GetJobCommand(int id, int jobType, ProgramInfo *tmpInfo) | JobQueue | privatestatic |
| GetJobDescription(int jobType) | JobQueue | privatestatic |
| GetJobFlags(int jobID) | JobQueue | static |
| GetJobID(int jobType, uint chanid, const QDateTime &recstartts) | JobQueue | static |
| GetJobInfoFromID(int jobID, int &jobType, uint &chanid, QDateTime &recstartts) | JobQueue | static |
| GetJobInfoFromID(int jobID, int &jobType, uint &chanid, QString &recstartts) | JobQueue | static |
| GetJobsInQueue(QMap< int, JobQueueEntry > &jobs, int findJobs=JOB_LIST_NOT_DONE) | JobQueue | static |
| GetJobStatus(int jobID) | JobQueue | static |
| GetJobStatus(int jobType, uint chanid, const QDateTime &recstartts) | JobQueue | static |
| GetJobTypeFromName(const QString &name) | JobQueue | static |
| GetRunningJobID(uint chanid, const QDateTime &recstartts) | JobQueue | |
| HasRunningOrPendingJobs(std::chrono::minutes startingWithinMins=0min) | JobQueue | static |
| InJobRunWindow(QDateTime jobstarttsRaw) | JobQueue | static |
| InJobRunWindow(std::chrono::minutes orStartsWithinMins=0min) | JobQueue | privatestatic |
| IsJobQueued(int jobType, uint chanid, const QDateTime &recstartts) | JobQueue | static |
| IsJobQueuedOrRunning(int jobType, uint chanid, const QDateTime &recstartts) | JobQueue | static |
| IsJobRunning(int jobType, uint chanid, const QDateTime &recstartts) | JobQueue | static |
| IsJobRunning(int jobType, const ProgramInfo &pginfo) | JobQueue | static |
| IsJobStatusQueued(int status) | JobQueue | static |
| IsJobStatusRunning(int status) | JobQueue | static |
| JobIsInMask(int job, int mask) | JobQueue | inlinestatic |
| JobIsNotInMask(int job, int mask) | JobQueue | inlinestatic |
| JobQueue(bool master) | JobQueue | explicit |
| JobText(int jobType) | JobQueue | static |
| m_hostname | JobQueue | private |
| m_isMaster | JobQueue | private |
| m_jobQueueCPU | JobQueue | private |
| m_jobsRunning | JobQueue | private |
| m_pginfo | JobQueue | private |
| m_processQueue | JobQueue | private |
| m_queueThread | JobQueue | private |
| m_queueThreadCond | JobQueue | private |
| m_queueThreadCondLock | JobQueue | private |
| m_runningJobs | JobQueue | private |
| m_runningJobsLock | JobQueue | private |
| MetadataLookupThread(void *param) | JobQueue | privatestatic |
| PauseJob(int jobID) | JobQueue | static |
| PrettyPrint(off_t bytes) | JobQueue | privatestatic |
| ProcessJob(const JobQueueEntry &job) | JobQueue | private |
| ProcessQueue(void) | JobQueue | private |
| QueueJob(int jobType, uint chanid, const QDateTime &recstartts, const QString &args="", const QString &comment="", QString host="", int flags=0, int status=JOB_QUEUED, QDateTime schedruntime=QDateTime()) | JobQueue | static |
| QueueJobs(int jobTypes, uint chanid, const QDateTime &recstartts, const QString &args="", const QString &comment="", const QString &host="") | JobQueue | static |
| QueueProcessorThread | JobQueue | friend |
| QueueRecordingJobs(const RecordingInfo &recinfo, int jobTypes=JOB_NONE) | JobQueue | static |
| RecoverOldJobsInQueue() | JobQueue | inlinestatic |
| RecoverQueue(bool justOld=false) | JobQueue | static |
| RemoveJobsFromMask(int jobs, int &mask) | JobQueue | inlinestatic |
| RemoveRunningJob(int id) | JobQueue | private |
| RestartJob(int jobID) | JobQueue | static |
| ResumeJob(int jobID) | JobQueue | static |
| run(void) override | JobQueue | private |
| SafeDeleteJob(int jobID, int jobType, int chanid, const QDateTime &recstartts) | JobQueue | static |
| StartChildJob(void *(*ChildThreadRoutine)(void *), int jobID) | JobQueue | private |
| StatusText(int status) | JobQueue | static |
| StopJob(int jobID) | JobQueue | static |
| TranscodeThread(void *param) | JobQueue | privatestatic |
| UserJobThread(void *param) | JobQueue | privatestatic |
| UserJobTypeToIndex(int JobType) | JobQueue | static |
| ~JobQueue(void) override | JobQueue |