QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Public Member Functions | Public Attributes | List of all members
QgsGeometryCheck::LayerFeatureIds Struct Reference

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, QgsFeatureIdstoMap () const
 

Public Attributes

QMap< QString, QgsFeatureIdsids
 

Detailed Description

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.

Since
QGIS 3.4

Definition at line 139 of file qgsgeometrycheck.h.

Constructor & Destructor Documentation

◆ LayerFeatureIds() [1/2]

QgsGeometryCheck::LayerFeatureIds::LayerFeatureIds ( )
default

◆ LayerFeatureIds() [2/2]

QgsGeometryCheck::LayerFeatureIds::LayerFeatureIds ( const QMap< QString, QgsFeatureIds > &  ids)

Definition at line 214 of file qgsgeometrycheckerror.cpp.

Member Function Documentation

◆ isEmpty()

bool QgsGeometryCheck::LayerFeatureIds::isEmpty ( ) const
inline

Definition at line 152 of file qgsgeometrycheck.h.

◆ toMap()

QMap<QString, QgsFeatureIds> QgsGeometryCheck::LayerFeatureIds::toMap ( ) const
inline

Definition at line 147 of file qgsgeometrycheck.h.

Member Data Documentation

◆ ids

QMap<QString, QgsFeatureIds> QgsGeometryCheck::LayerFeatureIds::ids

Definition at line 144 of file qgsgeometrycheck.h.


The documentation for this struct was generated from the following files: