23 #ifndef COVERVIEWPIXMAPCACHE_H 24 #define COVERVIEWPIXMAPCACHE_H 26 #include "Utils/Pimpl.h" 40 bool has_pixmap(
const Hash& hash)
const;
42 QPixmap pixmap(
const Hash& hash)
const;
43 QPixmap invalid_pixmap()
const;
44 void add_pixmap(
const Hash& hash,
const QPixmap& pm);
45 int cache_size()
const;
47 bool is_outdated(
const Hash& hash)
const;
48 void set_cache_size(
int cache_size);
52 #endif // COVERVIEWPIXMAPCACHE_H Definition: CoverViewPixmapCache.h:32