QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Scoped QgsScopedProxyProgressTask, which automatically adds the proxy task to the application task manager on construction and finalizes the task when it goes out of scope. More...
#include <qgsproxyprogresstask.h>
Public Member Functions | |
QgsScopedProxyProgressTask (const QString &description) | |
Constructor for QgsScopedProxyProgressTask, with the specified description. More... | |
~QgsScopedProxyProgressTask () | |
void | setProgress (double progress) |
Sets the progress (from 0 to 100) for the proxied operation. More... | |
Scoped QgsScopedProxyProgressTask, which automatically adds the proxy task to the application task manager on construction and finalizes the task when it goes out of scope.
Definition at line 94 of file qgsproxyprogresstask.h.
QgsScopedProxyProgressTask::QgsScopedProxyProgressTask | ( | const QString & | description | ) |
Constructor for QgsScopedProxyProgressTask, with the specified description.
Definition at line 63 of file qgsproxyprogresstask.cpp.
QgsScopedProxyProgressTask::~QgsScopedProxyProgressTask | ( | ) |
Definition at line 69 of file qgsproxyprogresstask.cpp.
void QgsScopedProxyProgressTask::setProgress | ( | double | progress | ) |
Sets the progress (from 0 to 100) for the proxied operation.
Definition at line 74 of file qgsproxyprogresstask.cpp.