From aba573026ec3ca79e30d0350a645d91169421443 Mon Sep 17 00:00:00 2001 From: Arno Date: Tue, 29 Mar 2016 20:29:26 +0200 Subject: Make the SlideDialog do somethin Well, implement functionality. Seems to work as intended. --- picfilesmodel.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'picfilesmodel.h') diff --git a/picfilesmodel.h b/picfilesmodel.h index 8af7bda..6e68a74 100644 --- a/picfilesmodel.h +++ b/picfilesmodel.h @@ -33,9 +33,13 @@ class PicFilesModel : public SmTreeModel { SmTreeItem *mappingTreeFromFile(int fileId) const; SmTreeItem *findRecursive(SmTreeItem *start, const QVariant &name, const QVariant id) const; QList mappingDataFromFiles(const QList fileIds) const; + void selectFromAll(); + void selectFromRecent(int days); + void selectFromSelection(QList ids); void allPicIds(); void recentPicIds(); QList > getNextBatch(); + QList > allPics() const { return mAllPics; } public slots: void populate(); -- cgit v1.2.3-70-g09d2