24 #ifndef DIGIKAM_DB_JOB_INFO_H
25 #define DIGIKAM_DB_JOB_INFO_H
45 bool isFoldersJob()
const;
47 void setListAvailableImagesOnly();
48 bool isListAvailableImagesOnly()
const;
51 bool isRecursive()
const;
60 bool m_listAvailableImagesOnly;
72 void setAlbumRootId(
int id);
75 void setAlbum(
const QString& album);
92 void setFaceFoldersJob();
93 bool isFaceFoldersJob()
const;
95 void setSpecialTag(
const QString& tag);
96 QString specialTag()
const;
104 QString m_specialTag;
116 void setDirectQuery();
117 bool isDirectQuery()
const;
119 void setLat1(qreal lat);
122 void setLng1(qreal lng);
125 void setLat2(qreal lat);
128 void setLng2(qreal lng);
149 bool isDuplicatesJob()
const;
150 bool isAlbumUpdate()
const;
153 const QSet<qlonglong>& imageIds()
const;
155 void setMinThreshold(
double t);
156 double minThreshold()
const;
158 void setMaxThreshold(
double t);
159 double maxThreshold()
const;
161 void setSearchResultRestriction(
int type);
162 int searchResultRestriction()
const;
183 void setStartDate(
const QDate& date);
184 QDate startDate()
const;
186 void setEndDate(
const QDate& date);
187 QDate endDate()
const;
Definition: dbjobinfo.h:67
Definition: dbjobinfo.h:41
Definition: dbjobinfo.h:178
Definition: dbjobinfo.h:111
Definition: dbjobinfo.h:143
bool m_duplicates
Definition: dbjobinfo.h:166
QList< int > m_searchIds
Definition: dbjobinfo.h:169
double m_minThreshold
Definition: dbjobinfo.h:171
int m_searchResultRestriction
Definition: dbjobinfo.h:168
double m_maxThreshold
Definition: dbjobinfo.h:172
QSet< qlonglong > m_imageIds
Definition: dbjobinfo.h:170
bool m_albumUpdate
Definition: dbjobinfo.h:167
Definition: datefolderview.cpp:43