24 #ifndef DIGIKAM_ITEM_VERSIONS_MODEL_H
25 #define DIGIKAM_ITEM_VERSIONS_MODEL_H
29 #include <QModelIndex>
48 Qt::ItemFlags flags(
const QModelIndex& index)
const override;
49 QVariant data(
const QModelIndex& index,
int role = Qt::DisplayRole)
const override;
50 int rowCount(
const QModelIndex& parent = QModelIndex())
const override;
52 void setupModelData(
QList<QPair<QString, int> >& data);
53 void clearModelData();
55 QString currentSelectedImage()
const;
56 void setCurrentSelectedImage(
const QString& path);
57 QModelIndex currentSelectedImageIndex()
const;
59 bool paintTree()
const;
60 int listIndexOf(
const QString& item)
const;
64 void slotAnimationStep();
65 void setPaintTree(
bool paint);
Definition: itemversionsmodel.h:40
Definition: piwigotalker.h:48
Definition: datefolderview.cpp:43