25 #ifndef DIGIKAM_ALBUM_LABELS_SEARCH_HANDLER_H
26 #define DIGIKAM_ALBUM_LABELS_SEARCH_HANDLER_H
92 SAlbum* search(
const QString& xml)
const;
100 void generateAlbumNameForExporting(
const QList<int>& ratings,
108 void imagesUrlsForCurrentAlbum();
114 QString getDefaultTitle()
const;
118 void slotSelectionChanged();
119 void slotCheckStateChanged();
120 void slotSetCurrentAlbum();
Definition: albumlabelssearchhandler.h:34
QList< QUrl > imagesUrls() const
Gets the list of images generated, for exporting.
Definition: albumlabelssearchhandler.cpp:117
QString generatedName() const
Definition: albumlabelssearchhandler.cpp:122
AlbumLabelsSearchHandler(LabelsTreeView *const treeWidget)
Definition: albumlabelssearchhandler.cpp:87
bool isRestoringSelectionFromHistory() const
Definition: albumlabelssearchhandler.cpp:135
void restoreSelectionFromHistory(const QHash< LabelsTreeView::Labels, QList< int > > &neededLabels)
Restores the selection of the tree-view from history.
Definition: albumlabelssearchhandler.cpp:127
~AlbumLabelsSearchHandler() override
Definition: albumlabelssearchhandler.cpp:107
void checkStateChanged(Album *album, Qt::CheckState checkState)
Album * albumForSelectedItems() const
Definition: albumlabelssearchhandler.cpp:112
Abstract base class for all album types.
Definition: album.h:67
Definition: labelstreeview.h:43
Labels
Definition: labelstreeview.h:49
Definition: datefolderview.cpp:43