|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
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. | |
| 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 |
Constructor for QgsDuplicateFeatureContext.
| QgsFeatureIds QgsVectorLayerUtils::QgsDuplicateFeatureContext::duplicatedFeatures | ( | QgsVectorLayer * | layer | ) | const |
Returns the duplicated features in the given layer.
Definition at line 830 of file qgsvectorlayerutils.cpp.
| QList< QgsVectorLayer * > QgsVectorLayerUtils::QgsDuplicateFeatureContext::layers | ( | ) | const |
Returns all the layers on which features have been duplicated.
Definition at line 821 of file qgsvectorlayerutils.cpp.
|
friend |
Definition at line 81 of file qgsvectorlayerutils.h.