QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
A list of layers and feature ids for each of these layers. More...
#include <qgsgeometrycheck.h>
Public Member Functions | |
LayerFeatureIds ()=default | |
LayerFeatureIds (const QMap< QString, QgsFeatureIds > &ids) | |
bool | isEmpty () const |
QMap< QString, QgsFeatureIds > | toMap () const |
Public Attributes | |
QMap< QString, QgsFeatureIds > | ids |
A list of layers and feature ids for each of these layers.
In C++, the member ids
can be accessed directly. In Python some accessor methods will need to be written.
Definition at line 139 of file qgsgeometrycheck.h.
|
default |
QgsGeometryCheck::LayerFeatureIds::LayerFeatureIds | ( | const QMap< QString, QgsFeatureIds > & | ids | ) |
Definition at line 209 of file qgsgeometrycheckerror.cpp.
|
inline |
Definition at line 152 of file qgsgeometrycheck.h.
|
inline |
Definition at line 147 of file qgsgeometrycheck.h.
QMap<QString, QgsFeatureIds> QgsGeometryCheck::LayerFeatureIds::ids |
Definition at line 144 of file qgsgeometrycheck.h.