19#include <QGraphicsItem>
31class ICCSettingsContainer;
32class LoadingDescription;
35class DIGIKAM_EXPORT DImgPreviewItem :
public GraphicsDImgItem
54 void setDisplayingWidget(QWidget*
const widget);
58 void setPath(
const QString& path,
bool rePreview =
false);
61 bool isLoaded()
const;
64 void setPreloadPaths(
const QStringList& pathsToPreload);
66 QString userLoadingHint()
const override;
78 void slotFileChanged(
const QString& path);
86 class DImgPreviewItemPrivate;
91 explicit DImgPreviewItem(DImgPreviewItemPrivate& dd, QGraphicsItem*
const parent =
nullptr);
Definition dimgitems_p.h:93
State
Definition dimgpreviewitem.h:42
@ Loading
Definition dimgpreviewitem.h:44
@ ImageLoaded
Definition dimgpreviewitem.h:45
@ NoImage
Definition dimgpreviewitem.h:43
void stateChanged(int state)
Definition iccsettingscontainer.h:35
Definition loadingdescription.h:35
Definition previewsettings.h:25
Definition datefolderview.cpp:34