QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
QgsVectorLayerUtils::QgsDuplicateFeatureContext Class Reference

Contains mainly the QMap with QgsVectorLayer and QgsFeatureIds which list all the duplicated features. More...

#include <qgsvectorlayerutils.h>

Public Member Functions

 QgsDuplicateFeatureContext ()=default
QgsFeatureIds duplicatedFeatures (QgsVectorLayer *layer) const
 Returns the duplicated features in the given layer.
QList< QgsVectorLayer * > layers () const
 Returns all the layers on which features have been duplicated.

Friends

class QgsVectorLayerUtils

Detailed Description

Contains mainly the QMap with QgsVectorLayer and QgsFeatureIds which list all the duplicated features.

Definition at line 58 of file qgsvectorlayerutils.h.

Constructor & Destructor Documentation

◆ QgsDuplicateFeatureContext()

QgsVectorLayerUtils::QgsDuplicateFeatureContext::QgsDuplicateFeatureContext ( )
default

Member Function Documentation

◆ duplicatedFeatures()

QgsFeatureIds QgsVectorLayerUtils::QgsDuplicateFeatureContext::duplicatedFeatures ( QgsVectorLayer * layer) const

Returns the duplicated features in the given layer.

Definition at line 925 of file qgsvectorlayerutils.cpp.

◆ layers()

QList< QgsVectorLayer * > QgsVectorLayerUtils::QgsDuplicateFeatureContext::layers ( ) const

Returns all the layers on which features have been duplicated.

Definition at line 916 of file qgsvectorlayerutils.cpp.

◆ QgsVectorLayerUtils

friend class QgsVectorLayerUtils
friend

Definition at line 77 of file qgsvectorlayerutils.h.


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