25 #ifndef SHOW_FOTO_DELEGATE_P_H
26 #define SHOW_FOTO_DELEGATE_P_H
33 #include <QApplication>
39 #include <ksharedconfig.h>
40 #include <kconfiggroup.h>
61 drawImageFormat (true),
62 drawFocusFrame (true),
63 drawMouseOverFrame (true),
64 currentView (nullptr),
65 currentModel (nullptr)
67 actualPixmapRectCache.setMaxCost(250);
92 void clearRects()
override;
102 : flow (QListView::LeftToRight)
106 drawMouseOverFrame =
false;
107 drawFocusFrame =
false;
Definition: showfotodelegate_p.h:56
bool drawMouseOverFrame
Definition: showfotodelegate_p.h:83
QRect dateRect
Definition: showfotodelegate_p.h:72
QRect sizeRect
Definition: showfotodelegate_p.h:76
QCache< int, QRect > actualPixmapRectCache
Definition: showfotodelegate_p.h:85
QRect pixmapRect
Definition: showfotodelegate_p.h:73
QAbstractItemModel * currentModel
Definition: showfotodelegate_p.h:88
QRect resolutionRect
Definition: showfotodelegate_p.h:75
int contentWidth
Definition: showfotodelegate_p.h:70
ShowfotoDelegatePrivate()
Definition: showfotodelegate_p.h:59
ShowfotoThumbnailBar * currentView
Definition: showfotodelegate_p.h:87
bool drawFocusFrame
Definition: showfotodelegate_p.h:82
QRect groupRect
Definition: showfotodelegate_p.h:78
QRect imageInformationRect
Definition: showfotodelegate_p.h:77
QRect coordinatesRect
Definition: showfotodelegate_p.h:79
QRect nameRect
Definition: showfotodelegate_p.h:74
bool drawImageFormat
Definition: showfotodelegate_p.h:81
Definition: showfotodelegate.h:46
Definition: showfotoitemviewdelegate_p.h:58
Definition: showfotodelegate_p.h:121
ShowfotoNormalDelegatePrivate()
Definition: showfotodelegate_p.h:124
Definition: showfotodelegate.h:176
Definition: showfotothumbnailbar.h:38
Definition: showfotodelegate_p.h:98
QRect viewSize
Definition: showfotodelegate_p.h:115
ShowfotoThumbnailDelegatePrivate()
Definition: showfotodelegate_p.h:101
QListView::Flow flow
Definition: showfotodelegate_p.h:114
Definition: showfotodelegate.h:134
Definition: showfotofolderviewbar.cpp:52