QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
Interface that can be optionaly attached to an iterator so its nextFeature() implementaton can check if it must stop as soon as possible. More...
#include <qgsfeatureiterator.h>
Public Member Functions | |
virtual bool | mustStop () const =0 |
return true if the iterator must stop as soon as possible More... | |
Interface that can be optionaly attached to an iterator so its nextFeature() implementaton can check if it must stop as soon as possible.
Definition at line 29 of file qgsfeatureiterator.h.
|
pure virtual |
return true if the iterator must stop as soon as possible
Implemented in QgsVectorLayerInterruptionCheckerDuringCountSymbolFeatures, and QgsVectorLayerRendererInterruptionChecker.