QGIS API Documentation 3.34.0-Prizren (ffbdd678812)
|
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 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.