24 #ifndef DIGIKAM_DIMG_ITEMS_P_H
25 #define DIGIKAM_DIMG_ITEMS_P_H
29 #include <QPixmapCache>
49 QPixmapCache::Key
key;
63 bool find(
const QRect& region, QPixmap*
const pix, QRect*
const source);
64 void insert(
const QRect& region,
const QPixmap& pixmap);
69 QQueue<CachedPixmapKey>
keys;
Definition: dimgitems_p.h:45
QRect region
Definition: dimgitems_p.h:48
QPixmapCache::Key key
Definition: dimgitems_p.h:49
Definition: dimgitems_p.h:55
~CachedPixmaps()
Definition: graphicsdimgitem.cpp:49
QQueue< CachedPixmapKey > keys
Definition: dimgitems_p.h:69
void clear()
Definition: graphicsdimgitem.cpp:59
void setMaxCount(int)
Definition: graphicsdimgitem.cpp:54
CachedPixmaps(int maxCount=2)
Definition: graphicsdimgitem.cpp:44
void insert(const QRect ®ion, const QPixmap &pixmap)
Definition: graphicsdimgitem.cpp:103
bool find(const QRect ®ion, QPixmap *const pix, QRect *const source)
Definition: graphicsdimgitem.cpp:69
int maxCount
Definition: dimgitems_p.h:68
Definition: dimgitems_p.h:97
QString path
Definition: dimgitems_p.h:109
State
Definition: dimgpreviewitem.h:52
bool exifRotate
Definition: dimgitems_p.h:106
int previewSize
Definition: dimgitems_p.h:107
QStringList pathsToPreload
Definition: dimgitems_p.h:113
PreviewLoadThread * previewThread
Definition: dimgitems_p.h:111
PreviewLoadThread * preloadThread
Definition: dimgitems_p.h:112
PreviewSettings previewSettings
Definition: dimgitems_p.h:110
void init(DImgPreviewItem *const q)
DImgPreviewItem::State state
Definition: dimgitems_p.h:105
Definition: dimgitems_p.h:75
DImg image
Definition: dimgitems_p.h:86
GraphicsDImgItemPrivate()
Definition: dimgitems_p.h:78
CachedPixmaps cachedPixmaps
Definition: dimgitems_p.h:88
void init(GraphicsDImgItem *const q)
ImageZoomSettings zoomSettings
Definition: dimgitems_p.h:87
Definition: imagezoomsettings.h:41
Definition: previewloadthread.h:36
Definition: previewsettings.h:35
Definition: datefolderview.cpp:43