QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Public Member Functions | List of all members
QgsVectorLayerRendererInterruptionChecker Class Reference

Interruption checker used by QgsVectorLayerRenderer::render() More...

#include <qgsvectorlayerrenderer.h>

Inheritance diagram for QgsVectorLayerRendererInterruptionChecker:
Inheritance graph
[legend]

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...
 

Detailed Description

Interruption checker used by QgsVectorLayerRenderer::render()

Note
not available in Python bindings

Definition at line 51 of file qgsvectorlayerrenderer.h.

Constructor & Destructor Documentation

◆ QgsVectorLayerRendererInterruptionChecker()

QgsVectorLayerRendererInterruptionChecker::QgsVectorLayerRendererInterruptionChecker ( const QgsRenderContext context)
explicit

Constructor.

Definition at line 627 of file qgsvectorlayerrenderer.cpp.

Member Function Documentation

◆ mustStop()

bool QgsVectorLayerRendererInterruptionChecker::mustStop ( ) const
overridevirtual

return true if the iterator must stop as soon as possible

Implements QgsInterruptionChecker.

Definition at line 632 of file qgsvectorlayerrenderer.cpp.


The documentation for this class was generated from the following files: