| QGIS API Documentation
    3.18.1-Zürich (202f1bf7e5)
    | 
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 > &idsIn) | |
| 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 104 of file qgsgeometrycheck.h.
| 
 | default | 
| QgsGeometryCheck::LayerFeatureIds::LayerFeatureIds | ( | const QMap< QString, QgsFeatureIds > & | idsIn | ) | 
Definition at line 218 of file qgsgeometrycheckerror.cpp.
| 
 | inline | 
Definition at line 117 of file qgsgeometrycheck.h.
| 
 | inline | 
Definition at line 112 of file qgsgeometrycheck.h.
| QMap<QString, QgsFeatureIds> QgsGeometryCheck::LayerFeatureIds::ids | 
Definition at line 109 of file qgsgeometrycheck.h.