QGIS API Documentation  3.10.0-A Coruña (6c816b4204)
Public Member Functions | Friends | List of all members
QgsVectorLayerUtils::QgsDuplicateFeatureContext Class Reference

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

#include <qgsvectorlayerutils.h>

Public Member Functions

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

Friends

class QgsVectorLayerUtils
 

Detailed Description

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

Since
QGIS 3.0

Definition at line 42 of file qgsvectorlayerutils.h.

Constructor & Destructor Documentation

◆ QgsDuplicateFeatureContext()

QgsVectorLayerUtils::QgsDuplicateFeatureContext::QgsDuplicateFeatureContext ( )
default

Constructor for QgsDuplicateFeatureContext.

Member Function Documentation

◆ duplicatedFeatures()

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

Returns the duplicated features in the given layer.

Since
QGIS 3.0

Definition at line 875 of file qgsvectorlayerutils.cpp.

◆ layers()

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

Returns all the layers on which features have been duplicated.

Since
QGIS 3.0

Definition at line 866 of file qgsvectorlayerutils.cpp.

Friends And Related Function Documentation

◆ QgsVectorLayerUtils

friend class QgsVectorLayerUtils
friend

Definition at line 64 of file qgsvectorlayerutils.h.


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