25 #ifndef DIGIKAM_ITEM_VIEW_UTILITIES_H
26 #define DIGIKAM_ITEM_VIEW_UTILITIES_H
72 void notifyFileContentChanged(
const QList<QUrl>& urls);
75 void openInfosWithDefaultApplication(
const QList<ItemInfo>& allInfosToOpen);
77 void rename(
const QUrl& imageUrl,
const QString& newName,
bool overwrite =
false);
78 void setAsAlbumThumbnail(
Album* album,
const ItemInfo& itemInfo);
80 void createGroupByTimeFromInfoList(
const ItemInfoList& itemInfoList);
81 void createGroupByFilenameFromInfoList(
const ItemInfoList& itemInfoList);
82 void createGroupByTimelapseFromInfoList(
const ItemInfoList& itemInfoList);
Abstract base class for all album types.
Definition: album.h:67
Definition: iteminfolist.h:47
Definition: iteminfo.h:78
Definition: itemviewutilities.h:44
QWidget * m_widget
Definition: itemviewutilities.h:91
void editorCurrentUrlChanged(const QUrl &url)
DeleteMode
Definition: itemviewutilities.h:50
void signalImagesDeleted(const QList< qlonglong > &imageIds)
@ Album
Definition: coredbfields.h:58
DeleteMode
Definition: deletedialog.h:57
@ DeletePermanently
same checkbox as above, preset to permanent
Definition: deletedialog.h:62
Definition: datefolderview.cpp:43