|
QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
Used by QgsVectorLayer::countSymbolFeatures() to provide an interruption checker. More...

Public Member Functions | |
| QgsVectorLayerInterruptionCheckerDuringCountSymbolFeatures (QProgressDialog *dialog) | |
| Constructor. More... | |
| virtual bool | mustStop () const |
| return true if the iterator must stop as soon as possible More... | |
Used by QgsVectorLayer::countSymbolFeatures() to provide an interruption checker.
Definition at line 796 of file qgsvectorlayer.cpp.
|
inlineexplicit |
Constructor.
Definition at line 801 of file qgsvectorlayer.cpp.
|
inlinevirtual |
return true if the iterator must stop as soon as possible
Implements QgsInterruptionChecker.
Definition at line 806 of file qgsvectorlayer.cpp.
1.8.13