QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
An iterator over all features in a QgsGeometryCheckerUtils::LayerFeatures. More...
#include <qgsgeometrycheckerutils.h>
Public Member Functions | |
iterator (const QStringList::const_iterator &layerIt, const LayerFeatures *parent) | |
Creates a new iterator. More... | |
iterator (const iterator &rh) | |
Copies the iterator rh. More... | |
~iterator () | |
bool | operator!= (const iterator &other) |
const QgsGeometryCheckerUtils::LayerFeature & | operator* () const |
Dereferences the item at the current iterator location. More... | |
const iterator & | operator++ () |
Increments the item the iterator currently points to by one and returns the new iterator. More... | |
iterator | operator++ (int n) |
Increments the item the iterator currently points to by n and returns the new iterator. More... | |
An iterator over all features in a QgsGeometryCheckerUtils::LayerFeatures.
Definition at line 142 of file qgsgeometrycheckerutils.h.
QgsGeometryCheckerUtils::LayerFeatures::iterator::iterator | ( | const QStringList::const_iterator & | layerIt, |
const LayerFeatures * | parent | ||
) |
Creates a new iterator.
Definition at line 92 of file qgsgeometrycheckerutils.cpp.
QgsGeometryCheckerUtils::LayerFeatures::iterator::iterator | ( | const iterator & | rh | ) |
Copies the iterator rh.
Definition at line 100 of file qgsgeometrycheckerutils.cpp.
QgsGeometryCheckerUtils::LayerFeatures::iterator::~iterator | ( | ) |
Definition at line 112 of file qgsgeometrycheckerutils.cpp.
bool QgsGeometryCheckerUtils::LayerFeatures::iterator::operator!= | ( | const iterator & | other | ) |
Definition at line 129 of file qgsgeometrycheckerutils.cpp.
const QgsGeometryCheckerUtils::LayerFeature & QgsGeometryCheckerUtils::LayerFeatures::iterator::operator* | ( | ) | const |
Dereferences the item at the current iterator location.
Definition at line 123 of file qgsgeometrycheckerutils.cpp.
const QgsGeometryCheckerUtils::LayerFeatures::iterator & QgsGeometryCheckerUtils::LayerFeatures::iterator::operator++ | ( | ) |
Increments the item the iterator currently points to by one and returns the new iterator.
Definition at line 134 of file qgsgeometrycheckerutils.cpp.
QgsGeometryCheckerUtils::LayerFeatures::iterator QgsGeometryCheckerUtils::LayerFeatures::iterator::operator++ | ( | int | n | ) |
Increments the item the iterator currently points to by n and returns the new iterator.
Definition at line 116 of file qgsgeometrycheckerutils.cpp.