26 #ifndef DIGIKAM_ACTION_THREAD_BASE_H
27 #define DIGIKAM_ACTION_THREAD_BASE_H
53 explicit ActionJob(QObject*
const parent =
nullptr);
113 void setMaximumNumberOfThreads(
int n);
118 int maximumNumberOfThreads()
const;
124 void setDefaultMaximumNumberOfThreads();
147 bool isEmpty()
const;
152 int pendingCount()
const;
156 void slotJobFinished();
Definition: actionthreadbase.h:45
bool m_cancel
Definition: actionthreadbase.h:89
Definition: actionthreadbase.h:102
Definition: datefolderview.cpp:43
QHash< ActionJob *, int > ActionJobCollection
Definition: actionthreadbase.h:97