1 #ifndef COVERVIEWPIXMAPCACHE_H 2 #define COVERVIEWPIXMAPCACHE_H 4 #include "Utils/Pimpl.h" 16 void sig_hash_ready(
const QString& hash);
23 void set_scaling(
int scaling);
26 bool has_pixmap(
const Hash& hash)
const;
27 bool has_scaled_pixmap(
const Hash& hash)
const;
28 bool is_in_queue(
const Hash& hash)
const;
30 QPixmap pixmap(
const Hash& hash,
bool scaled)
const;
31 QPixmap scaled_pixmap(
const Hash& hash);
32 QPixmap invalid_pixmap()
const;
33 void add_pixmap(
const Hash& hash,
const QPixmap& pm);
35 bool is_outdated(
const Hash& hash)
const;
36 void set_cache_size(
int size_orig,
int size_scaled);
42 #endif // COVERVIEWPIXMAPCACHE_H Definition: CoverViewPixmapCache.h:10