QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
Interruption checker used by QgsVectorLayerRenderer::render() More...
#include <qgsvectorlayerrenderer.h>
Public Member Functions | |
QgsVectorLayerRendererInterruptionChecker (const QgsRenderContext &context) | |
Constructor. More... | |
bool | mustStop () const override |
return true if the iterator must stop as soon as possible More... | |
Interruption checker used by QgsVectorLayerRenderer::render()
Definition at line 51 of file qgsvectorlayerrenderer.h.
|
explicit |
Constructor.
Definition at line 627 of file qgsvectorlayerrenderer.cpp.
|
overridevirtual |
return true if the iterator must stop as soon as possible
Implements QgsInterruptionChecker.
Definition at line 632 of file qgsvectorlayerrenderer.cpp.