| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
Interruption checker used by QgsVectorLayerRenderer::render() More...
#include <qgsvectorlayerrenderer.h>

| Public Member Functions | |
| QgsVectorLayerRendererInterruptionChecker (const QgsRenderContext &context) | |
| Constructor.  More... | |
|  Public Member Functions inherited from QgsFeedback | |
| QgsFeedback (QObject *parent=nullptr) | |
| Construct a feedback object.  More... | |
| bool | isCanceled () const SIP_HOLDGIL | 
| Tells whether the operation has been canceled already.  More... | |
| double | progress () const SIP_HOLDGIL | 
| Returns the current progress reported by the feedback object.  More... | |
| void | setProgress (double progress) | 
| Sets the current progress for the feedback object.  More... | |
| Additional Inherited Members | |
|  Public Slots inherited from QgsFeedback | |
| void | cancel () | 
| Tells the internal routines that the current operation should be canceled. This should be run by the main thread.  More... | |
|  Signals inherited from QgsFeedback | |
| void | canceled () | 
| Internal routines can connect to this signal if they use event loop.  More... | |
| void | progressChanged (double progress) | 
| Emitted when the feedback object reports a progress change.  More... | |
Interruption checker used by QgsVectorLayerRenderer::render()
Definition at line 56 of file qgsvectorlayerrenderer.h.
| 
 | explicit | 
Constructor.
Definition at line 782 of file qgsvectorlayerrenderer.cpp.