18 #ifndef QGSPROXYPROGRESSTASK_H 19 #define QGSPROXYPROGRESSTASK_H 52 void finalize(
bool result );
61 void setProxyProgress(
double progress );
65 QWaitCondition mNotFinishedWaitCondition;
66 QMutex mNotFinishedMutex;
94 void setProgress(
double progress );
102 #endif // QGSPROXYPROGRESSTASK_H Scoped QgsScopedProxyProgressTask, which automatically adds the proxy task to the application task ma...
Abstract base class for long running background tasks.
virtual bool run()=0
Performs the task's operation.
A QgsTask shell which proxies progress reports.