| QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
    | 
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 | 
Contains mainly the QMap with QgsVectorLayer and QgsFeatureIds do list all the duplicated features.
Definition at line 63 of file qgsvectorlayerutils.h.
| 
 | default | 
Constructor for QgsDuplicateFeatureContext.
| QgsFeatureIds QgsVectorLayerUtils::QgsDuplicateFeatureContext::duplicatedFeatures | ( | QgsVectorLayer * | layer | ) | const | 
Returns the duplicated features in the given layer.
Definition at line 832 of file qgsvectorlayerutils.cpp.
| QList< QgsVectorLayer * > QgsVectorLayerUtils::QgsDuplicateFeatureContext::layers | ( | ) | const | 
Returns all the layers on which features have been duplicated.
Definition at line 823 of file qgsvectorlayerutils.cpp.
| 
 | friend | 
Definition at line 85 of file qgsvectorlayerutils.h.