QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
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 > &idsIn)
 
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 104 of file qgsgeometrycheck.h.

Constructor & Destructor Documentation

◆ LayerFeatureIds() [1/2]

QgsGeometryCheck::LayerFeatureIds::LayerFeatureIds ( )
default

◆ LayerFeatureIds() [2/2]

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

Definition at line 218 of file qgsgeometrycheckerror.cpp.

Member Function Documentation

◆ isEmpty()

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

Definition at line 117 of file qgsgeometrycheck.h.

◆ toMap()

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

Definition at line 112 of file qgsgeometrycheck.h.

Member Data Documentation

◆ ids

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

Definition at line 109 of file qgsgeometrycheck.h.


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