56 QList<int> >& neededLabels);
74 QList<int> >& selectedLabels);
83 SAlbum* search(
const QString& xml)
const;
91 void generateAlbumNameForExporting(
const QList<int>& ratings,
92 const QList<int>& colorsList,
93 const QList<int>& picksList);
99 void imagesUrlsForCurrentAlbum();
105 QString getDefaultTitle()
const;
109 void slotSelectionChanged();
110 void slotCheckStateChanged();
111 void slotSetCurrentAlbum();
113 void slotData(
const QList<ItemListerRecord>& data);
122 Private*
const d =
nullptr;
Definition albumlabelssearchhandler.h:24
QList< QUrl > imagesUrls() const
Gets the list of images generated, for exporting.
Definition albumlabelssearchhandler.cpp:101
QString generatedName() const
Definition albumlabelssearchhandler.cpp:106
bool isRestoringSelectionFromHistory() const
Definition albumlabelssearchhandler.cpp:120
void restoreSelectionFromHistory(const QHash< LabelsTreeView::Labels, QList< int > > &neededLabels)
Restores the selection of the tree-view from history.
Definition albumlabelssearchhandler.cpp:111
~AlbumLabelsSearchHandler() override
Definition albumlabelssearchhandler.cpp:91
void checkStateChanged(Album *album, Qt::CheckState checkState)
Album * albumForSelectedItems() const
Definition albumlabelssearchhandler.cpp:96
Abstract base class for all album types.
Definition album.h:57
Definition labelstreeview.h:33
Labels
Definition labelstreeview.h:39
Definition datefolderview.cpp:34