|
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CVideoLibraryQueue, including all inherited members.
| AddJob(CVideoLibraryJob *job) | CVideoLibraryQueue | |
| CJobQueue::AddJob(CJob *job) | CJobQueue | protected |
| CancelAllJobs() | CVideoLibraryQueue | |
| CancelJob(CVideoLibraryJob *job) | CVideoLibraryQueue | |
| CJobQueue::CancelJob(const CJob *job) | CJobQueue | protected |
| CancelJobs() | CJobQueue | protected |
| CJobQueue(bool lifo=false, unsigned int jobsAtOnce=1, CJob::PRIORITY priority=CJob::PRIORITY_LOW) | CJobQueue | protected |
| CleanLibrary(const std::set< int > &paths=std::set< int >(), bool asynchronous=true, CGUIDialogProgressBarHandle *progressBar=NULL) | CVideoLibraryQueue | |
| CleanLibraryModal(const std::set< int > &paths=std::set< int >()) | CVideoLibraryQueue | |
| GetInstance() | CVideoLibraryQueue | static |
| IsProcessing() const | CJobQueue | protected |
| IsRunning() const | CVideoLibraryQueue | |
| IsScanningLibrary() const | CVideoLibraryQueue | |
| MarkAsWatched(const CFileItemPtr &item, bool watched) | CVideoLibraryQueue | |
| OnJobAbort(unsigned int jobID, CJob *job) override | CJobQueue | protectedvirtual |
| OnJobComplete(unsigned int jobID, bool success, CJob *job) override | CVideoLibraryQueue | protectedvirtual |
| OnJobProgress(unsigned int jobID, unsigned int progress, unsigned int total, const CJob *job) | IJobCallback | inlineprotectedvirtual |
| QueueEmpty() const | CJobQueue | protected |
| Refresh() | CVideoLibraryQueue | protected |
| RefreshItem(CFileItemPtr item, bool ignoreNfo=false, bool forceRefresh=true, bool refreshAll=false, const std::string &searchTitle="") | CVideoLibraryQueue | |
| RefreshItemModal(CFileItemPtr item, bool forceRefresh=true, bool refreshAll=false) | CVideoLibraryQueue | |
| ResetResumePoint(const CFileItemPtr &item) | CVideoLibraryQueue | |
| ScanLibrary(const std::string &directory, bool scanAll=false, bool showProgress=true) | CVideoLibraryQueue | |
| StopLibraryScanning() | CVideoLibraryQueue | |
| Submit(F &&f) | CJobQueue | inlineprotected |
| ~CJobQueue() override | CJobQueue | protected |
| ~CVideoLibraryQueue() override | CVideoLibraryQueue | |
| ~IJobCallback()=default | IJobCallback | protectedvirtual |