Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CJobQueue, including all inherited members.
AddJob(CJob *job) | CJobQueue | |
CancelJob(const CJob *job) | CJobQueue | |
CancelJobs() | CJobQueue | |
CJobQueue(bool lifo=false, unsigned int jobsAtOnce=1, CJob::PRIORITY priority=CJob::PRIORITY_LOW) | CJobQueue | |
IsProcessing() const | CJobQueue | |
OnJobAbort(unsigned int jobID, CJob *job) override | CJobQueue | virtual |
OnJobComplete(unsigned int jobID, bool success, CJob *job) override | CJobQueue | virtual |
OnJobProgress(unsigned int jobID, unsigned int progress, unsigned int total, const CJob *job) | IJobCallback | inlinevirtual |
QueueEmpty() const | CJobQueue | protected |
Submit(F &&f) | CJobQueue | inline |
~CJobQueue() override | CJobQueue | |
~IJobCallback()=default | IJobCallback | virtual |