| AddJob(CJob *job) | CJobQueue | |
| Cancel() | IRunnable | inlinevirtual |
| CancelJob(const CJob *job) | CJobQueue | |
| CancelJobs() | CJobQueue | |
| CBackgroundInfoLoader() | CBackgroundInfoLoader | |
| CJobQueue(bool lifo=false, unsigned int jobsAtOnce=1, CJob::PRIORITY priority=CJob::PRIORITY_LOW) | CJobQueue | |
| CThumbLoader() | CThumbLoader | |
| CVideoThumbLoader() | CVideoThumbLoader | |
| DetectAndAddMissingItemData(CFileItem &item) | CVideoThumbLoader | protected |
| FillLibraryArt(CFileItem &item) override | CVideoThumbLoader | virtual |
| FillThumb(CFileItem &item) | CVideoThumbLoader | virtual |
| GetArtFromCache(const std::string &mediaType, const int id) | CVideoThumbLoader | protected |
| GetArtTypes(const std::string &type) | CVideoThumbLoader | static |
| GetCachedImage(const CFileItem &item, const std::string &type) | CThumbLoader | virtual |
| GetEmbeddedThumb(const std::string &path, const std::string &type, EmbeddedArt &art) | CVideoThumbLoader | static |
| GetEmbeddedThumbURL(const CFileItem &item) | CVideoThumbLoader | static |
| GetLocalArt(const CFileItem &item, const std::string &type, bool checkFolder=false) | CVideoThumbLoader | static |
| IsLoading() | CBackgroundInfoLoader | |
| IsProcessing() const | CJobQueue | |
| Load(CFileItemList &items) | CBackgroundInfoLoader | |
| LoadItem(CFileItem *pItem) override | CVideoThumbLoader | virtual |
| LoadItemCached(CFileItem *pItem) override | CVideoThumbLoader | virtual |
| LoadItemLookup(CFileItem *pItem) override | CVideoThumbLoader | virtual |
| m_artCache | CVideoThumbLoader | protected |
| m_bIsLoading | CBackgroundInfoLoader | protected |
| m_bStop | CBackgroundInfoLoader | protected |
| m_lock | CBackgroundInfoLoader | protected |
| m_pObserver | CBackgroundInfoLoader | protected |
| m_pProgressCallback | CBackgroundInfoLoader | protected |
| m_pVecItems | CBackgroundInfoLoader | protected |
| m_textureDatabase | CThumbLoader | protected |
| m_thread | CBackgroundInfoLoader | protected |
| m_vecItems | CBackgroundInfoLoader | protected |
| m_videoDatabase | CVideoThumbLoader | protected |
| OnJobComplete(unsigned int jobID, bool success, CJob *job) override | CVideoThumbLoader | virtual |
| OnJobProgress(unsigned int jobID, unsigned int progress, unsigned int total, const CJob *job) | IJobCallback | inlinevirtual |
| OnLoaderFinish() override | CVideoThumbLoader | virtual |
| OnLoaderStart() override | CVideoThumbLoader | virtual |
| QueueEmpty() const | CJobQueue | protected |
| Run() override | CBackgroundInfoLoader | virtual |
| SetArt(CFileItem &item, const std::map< std::string, std::string > &artwork) | CVideoThumbLoader | static |
| SetCachedImage(const CFileItem &item, const std::string &type, const std::string &image) | CThumbLoader | virtual |
| SetObserver(IBackgroundLoaderObserver *pObserver) | CBackgroundInfoLoader | |
| SetProgressCallback(IProgressCallback *pCallback) | CBackgroundInfoLoader | |
| StopAsync() | CBackgroundInfoLoader | |
| StopThread() | CBackgroundInfoLoader | |
| Submit(F &&f) | CJobQueue | inline |
| ~CBackgroundInfoLoader() override | CBackgroundInfoLoader | |
| ~CJobQueue() override | CJobQueue | |
| ~CThumbLoader() override | CThumbLoader | |
| ~CVideoThumbLoader() override | CVideoThumbLoader | |
| ~IJobCallback()=default | IJobCallback | virtual |
| ~IRunnable()=default | IRunnable | virtual |