18 #ifndef QGSGEOMETRYDANGLECHECK_H
19 #define QGSGEOMETRYDANGLECHECK_H
32 void fixError(
const QMap<QString, QgsFeaturePool *> &featurePools,
QgsGeometryCheckError *error,
int method,
const QMap<QString, int> &mergeAttributeIndices, Changes &changes )
const override;
35 void collectErrors(
const QMap<QString, QgsFeaturePool *> &featurePools, QList<QgsGeometryCheckError *> &errors, QStringList &messages,
QgsFeedback *feedback,
const LayerFeatureIds &ids = LayerFeatureIds() )
const override;
37 QString
description()
const override {
return factoryDescription(); }
38 QString
id()
const override {
return factoryId(); }
44 static QString
factoryId() {
return QStringLiteral(
"QgsGeometryDangleCheck" ); }
50 #endif // QGSGEOMETRYDANGLECHECK_H