QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
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 47 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 824 of file qgsvectorlayerutils.cpp.
QList< QgsVectorLayer * > QgsVectorLayerUtils::QgsDuplicateFeatureContext::layers | ( | ) | const |
Returns all the layers on which features have been duplicated.
Definition at line 815 of file qgsvectorlayerutils.cpp.
|
friend |
Definition at line 69 of file qgsvectorlayerutils.h.