| ADD enum value | sd::slidesorter::cache::BitmapCache | private |
| BitmapCache() | sd::slidesorter::cache::BitmapCache | explicit |
| BitmapIsUpToDate(const CacheKey &rKey) | sd::slidesorter::cache::BitmapCache | |
| CacheIndex typedef | sd::slidesorter::cache::BitmapCache | |
| CacheKey typedef | sd::slidesorter::cache::BitmapCache | |
| CacheOperation enum name | sd::slidesorter::cache::BitmapCache | private |
| Clear() | sd::slidesorter::cache::BitmapCache | |
| Compress(const CacheKey &rKey, const std::shared_ptr< BitmapCompressor > &rpCompressor) | sd::slidesorter::cache::BitmapCache | |
| GetBitmap(const CacheKey &rKey) | sd::slidesorter::cache::BitmapCache | |
| GetCacheIndex() const | sd::slidesorter::cache::BitmapCache | |
| GetMarkedBitmap(const CacheKey &rKey) | sd::slidesorter::cache::BitmapCache | |
| GetSize() const | sd::slidesorter::cache::BitmapCache | inline |
| HasBitmap(const CacheKey &rKey) | sd::slidesorter::cache::BitmapCache | |
| InvalidateBitmap(const CacheKey &rKey) | sd::slidesorter::cache::BitmapCache | |
| InvalidateCache() | sd::slidesorter::cache::BitmapCache | |
| IsFull() const | sd::slidesorter::cache::BitmapCache | inline |
| maMutex | sd::slidesorter::cache::BitmapCache | mutableprivate |
| mbIsFull | sd::slidesorter::cache::BitmapCache | private |
| mnCurrentAccessTime | sd::slidesorter::cache::BitmapCache | private |
| mnMaximalNormalCacheSize | sd::slidesorter::cache::BitmapCache | private |
| mnNormalCacheSize | sd::slidesorter::cache::BitmapCache | private |
| mnPreciousCacheSize | sd::slidesorter::cache::BitmapCache | private |
| mpBitmapContainer | sd::slidesorter::cache::BitmapCache | private |
| mpCacheCompactor | sd::slidesorter::cache::BitmapCache | private |
| ReCalculateTotalCacheSize() | sd::slidesorter::cache::BitmapCache | |
| ReCalculateTotalCacheSize(std::unique_lock< std::mutex > &rGuard) | sd::slidesorter::cache::BitmapCache | private |
| Recycle(const BitmapCache &rCache) | sd::slidesorter::cache::BitmapCache | |
| ReleaseBitmap(const CacheKey &rKey) | sd::slidesorter::cache::BitmapCache | |
| REMOVE enum value | sd::slidesorter::cache::BitmapCache | private |
| SetBitmap(const CacheKey &rKey, const BitmapEx &rPreview, bool bIsPrecious) | sd::slidesorter::cache::BitmapCache | |
| SetBitmap(std::unique_lock< std::mutex > &rGuard, const CacheKey &rKey, const BitmapEx &rPreview, bool bIsPrecious) | sd::slidesorter::cache::BitmapCache | private |
| SetMarkedBitmap(const CacheKey &rKey, const BitmapEx &rPreview) | sd::slidesorter::cache::BitmapCache | |
| SetPrecious(const CacheKey &rKey, bool bIsPrecious) | sd::slidesorter::cache::BitmapCache | |
| UpdateCacheSize(std::unique_lock< std::mutex > &rGuard, const CacheEntry &rKey, CacheOperation eOperation) | sd::slidesorter::cache::BitmapCache | private |
| ~BitmapCache() | sd::slidesorter::cache::BitmapCache | |