Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CTextureCache, including all inherited members.
AddCachedTexture(const std::string &image, const CTextureDetails &details) | CTextureCache | |
AddJob(CJob *job) | CJobQueue | |
BackgroundCacheImage(const std::string &image) | CTextureCache | |
CacheImage(const std::string &image, std::unique_ptr< CTexture > *texture=nullptr, CTextureDetails *details=nullptr, unsigned int idealWidth=0, unsigned int idealHeight=0, CAspectRatio::AspectRatio aspectRatio=CAspectRatio::CENTER) | CTextureCache | |
CacheImage(const std::string &image, CTextureDetails &details) | CTextureCache | |
CancelJob(const CJob *job) | CJobQueue | |
CancelJobs() | CJobQueue | |
CheckCachedImage(const std::string &image, bool &needsRecaching) | CTextureCache | |
CJobQueue(bool lifo=false, unsigned int jobsAtOnce=1, CJob::PRIORITY priority=CJob::PRIORITY_LOW) | CJobQueue | |
CleanAllUnusedImages() | CTextureCache | |
ClearCachedImage(const std::string &image, bool deleteSource=false) | CTextureCache | |
ClearCachedImage(int textureID) | CTextureCache | |
CTextureCache() | CTextureCache | |
Deinitialize() | CTextureCache | |
Export(const std::string &image, const std::string &destination, bool overwrite) | CTextureCache | |
Export(const std::string &image, const std::string &destination) | CTextureCache | |
GetCachedPath(const std::string &file) | CTextureCache | static |
GetCacheFile(const std::string &url) | CTextureCache | static |
HasCachedImage(const std::string &image) | CTextureCache | |
Initialize() | CTextureCache | |
IsProcessing() const | CJobQueue | |
OnJobAbort(unsigned int jobID, CJob *job) override | CJobQueue | virtual |
OnJobProgress(unsigned int jobID, unsigned int progress, unsigned int total, const CJob *job) | IJobCallback | inlinevirtual |
QueueEmpty() const | CJobQueue | protected |
StartCacheImage(const std::string &image) | CTextureCache | |
Submit(F &&f) | CJobQueue | inline |
~CJobQueue() override | CJobQueue | |
~CTextureCache() override | CTextureCache | |
~IJobCallback()=default | IJobCallback | virtual |