QGIS API Documentation
3.4.15-Madeira (e83d02e274)
|
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 81 of file qgsproxyprogresstask.h.
QgsScopedProxyProgressTask::QgsScopedProxyProgressTask | ( | const QString & | description | ) |
Constructor for QgsScopedProxyProgressTask, with the specified description.
Definition at line 55 of file qgsproxyprogresstask.cpp.
QgsScopedProxyProgressTask::~QgsScopedProxyProgressTask | ( | ) |
Definition at line 61 of file qgsproxyprogresstask.cpp.
void QgsScopedProxyProgressTask::setProgress | ( | double | progress | ) |
Sets the progress (from 0 to 100) for the proxied operation.
Definition at line 66 of file qgsproxyprogresstask.cpp.