QGIS API Documentation 3.32.0-Lima (311a8cb8a6)
|
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 QgsScopedProxyProgressTask &other)=delete | |
QgsScopedProxyProgressTask cannot be copied. More... | |
QgsScopedProxyProgressTask (const QString &description) | |
Constructor for QgsScopedProxyProgressTask, with the specified description. More... | |
~QgsScopedProxyProgressTask () | |
QgsScopedProxyProgressTask & | operator= (const QgsScopedProxyProgressTask &other)=delete |
QgsScopedProxyProgressTask cannot be copied. More... | |
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 99 of file qgsproxyprogresstask.h.
QgsScopedProxyProgressTask::QgsScopedProxyProgressTask | ( | const QString & | description | ) |
Constructor for QgsScopedProxyProgressTask, with the specified description.
Definition at line 63 of file qgsproxyprogresstask.cpp.
|
delete |
QgsScopedProxyProgressTask cannot be copied.
QgsScopedProxyProgressTask::~QgsScopedProxyProgressTask | ( | ) |
Definition at line 69 of file qgsproxyprogresstask.cpp.
|
delete |
QgsScopedProxyProgressTask cannot be copied.
void QgsScopedProxyProgressTask::setProgress | ( | double | progress | ) |
Sets the progress (from 0 to 100) for the proxied operation.
Definition at line 74 of file qgsproxyprogresstask.cpp.