diff options
Diffstat (limited to 'pictureCache.h')
-rw-r--r-- | pictureCache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pictureCache.h b/pictureCache.h index e63d44b..3d66726 100644 --- a/pictureCache.h +++ b/pictureCache.h @@ -38,7 +38,7 @@ private: }; cPictureCache(); std::deque<CacheInfo> m_qImagesToLoad; - + volatile bool m_bAllInvalidated; std::string FileName(std::string uri, int width); @@ -62,6 +62,7 @@ public: std::string GetPath(std::string uri, int width, int height, bool& cached, std::function<void(cGridElement*)> OnCached = NULL, cGridElement* calle = NULL); void Remove(cGridElement* element); void Remove(std::string uri); + void RemoveAll(); }; #endif // CPICTURECACHE_H |