23#include <QApplication>
29#include <ksharedconfig.h>
30#include <kconfiggroup.h>
51 actualPixmapRectCache.setMaxCost(250);
65 bool drawImageFormat =
true;
66 bool drawFocusFrame =
true;
67 bool drawMouseOverFrame =
true;
72 QAbstractItemModel* currentModel =
nullptr;
76 void clearRects()
override;
89 drawMouseOverFrame =
false;
90 drawFocusFrame =
false;
97 QListView::Flow flow = QListView::LeftToRight;
Definition showfotodelegate_p.h:46
QRect dateRect
Definition showfotodelegate_p.h:56
QRect sizeRect
Definition showfotodelegate_p.h:60
QCache< int, QRect > actualPixmapRectCache
Definition showfotodelegate_p.h:69
QRect pixmapRect
Definition showfotodelegate_p.h:57
QRect resolutionRect
Definition showfotodelegate_p.h:59
ShowfotoDelegatePrivate()
Definition showfotodelegate_p.h:49
QRect groupRect
Definition showfotodelegate_p.h:62
QRect imageInformationRect
Definition showfotodelegate_p.h:61
QRect coordinatesRect
Definition showfotodelegate_p.h:63
QRect nameRect
Definition showfotodelegate_p.h:58
Definition showfotodelegate.h:36
Definition showfotoitemviewdelegate_p.h:48
Definition showfotodelegate_p.h:104
ShowfotoNormalDelegatePrivate()=default
Definition showfotodelegate.h:164
Definition showfotothumbnailbar.h:28
Definition showfotodelegate_p.h:82
QRect viewSize
Definition showfotodelegate_p.h:98
ShowfotoThumbnailDelegatePrivate()
Definition showfotodelegate_p.h:85
Definition showfotodelegate.h:122
Definition showfotofolderviewbar.cpp:43