![]() |
Kodi Documentation 18.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, CBaseTexture **texture=NULL, CTextureDetails *details=NULL) | CTextureCache | |
CacheImage(const std::string &image, CTextureDetails &details) | CTextureCache | |
CanCacheImageURL(const CURL &url) | CTextureCache | static |
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 | |
ClearCachedImage(const std::string &image, bool deleteSource=false) | CTextureCache | |
ClearCachedImage(int textureID) | 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 |
GetInstance() | CTextureCache | static |
HasCachedImage(const std::string &image) | CTextureCache | |
Initialize() | CTextureCache | |
IsProcessing() const | CJobQueue | |
QueueEmpty() const | CJobQueue | protected |
Submit(F &&f) | CJobQueue | inline |
~CJobQueue() override | CJobQueue | |
~IJobCallback()=default | IJobCallback | virtual |