36 bool isFoldersJob()
const;
38 void setListAvailableImagesOnly();
39 bool isListAvailableImagesOnly()
const;
42 bool isRecursive()
const;
50 bool m_folders =
false;
51 bool m_listAvailableImagesOnly =
false;
52 bool m_recursive =
false;
63 void setAlbumRootId(
int id);
66 void setAlbum(
const QString& album);
71 int m_albumRootId = -1;
83 void setFaceFoldersJob();
84 bool isFaceFoldersJob()
const;
86 void setSpecialTag(
const QString& tag);
87 QString specialTag()
const;
89 void setTagsIds(
const QList<int>& tagsIds);
90 QList<int> tagsIds()
const;
94 bool m_faceFolders =
false;
107 void setDirectQuery();
108 bool isDirectQuery()
const;
110 void setLat1(qreal lat);
113 void setLng1(qreal lng);
116 void setLat2(qreal lat);
119 void setLng2(qreal lng);
124 bool m_directQuery =
false;
141 QSet<qlonglong>&& refImageIds);
143 bool isDuplicatesJob()
const;
144 bool isAlbumUpdate()
const;
146 const QList<int>& searchIds()
const;
147 const QSet<qlonglong>& imageIds()
const;
150 const QSet<qlonglong>& refImageIds()
const;
152 void setMinThreshold(
double t);
153 double minThreshold()
const;
155 void setMaxThreshold(
double t);
156 double maxThreshold()
const;
158 void setSearchResultRestriction(
int type);
159 int searchResultRestriction()
const;
163 bool m_duplicates =
false;
164 bool m_albumUpdate =
false;
165 int m_searchResultRestriction = 0;
168 double m_minThreshold = 0.4;
169 double m_maxThreshold = 1.0;
182 void setStartDate(
const QDate& date);
183 QDate startDate()
const;
185 void setEndDate(
const QDate& date);
186 QDate endDate()
const;
Definition dbjobinfo.h:58
Definition dbjobinfo.h:32
Definition dbjobinfo.h:177
Definition dbjobinfo.h:102
RefImageSelMethod
The RefImageSelMethod enum Selection method to determine which image will be the reference in the dup...
Definition haariface.h:100
Definition dbjobinfo.h:134
QSet< qlonglong > m_refImageIds
Image ids of the reference images if duplicates are available.
Definition dbjobinfo.h:170
QList< int > m_searchIds
Definition dbjobinfo.h:166
QSet< qlonglong > m_imageIds
Definition dbjobinfo.h:167
Definition datefolderview.cpp:34