QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Contains mainly the QMap with QgsVectorLayer and QgsFeatureIds do 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 |
Contains mainly the QMap with QgsVectorLayer and QgsFeatureIds do list all the duplicated features.
Definition at line 61 of file qgsvectorlayerutils.h.
|
default |
QgsFeatureIds QgsVectorLayerUtils::QgsDuplicateFeatureContext::duplicatedFeatures | ( | QgsVectorLayer * | layer | ) | const |
Returns the duplicated features in the given layer.
Definition at line 854 of file qgsvectorlayerutils.cpp.
QList< QgsVectorLayer * > QgsVectorLayerUtils::QgsDuplicateFeatureContext::layers | ( | ) | const |
Returns all the layers on which features have been duplicated.
Definition at line 845 of file qgsvectorlayerutils.cpp.
|
friend |
Definition at line 80 of file qgsvectorlayerutils.h.