QgsGeometryCheckErrorSingle class

Wraps a QgsSingleGeometryError into a standard QgsGeometryCheckError.

The single error can be obtained via singleError.

Base classes

class QgsGeometryCheckError
This represents an error reported by a geometry check.

Constructors, destructors, conversion operators

QgsGeometryCheckErrorSingle(QgsSingleGeometryCheckError* singleError, const QgsGeometryCheckerUtils::LayerFeature& layerFeature)
Creates a new error for a QgsSingleGeometryCheck.

Public functions

auto handleChanges(const QgsGeometryCheck::Changes& changes) -> bool override
Apply a list of changes.
auto singleError() const -> QgsSingleGeometryCheckError*
The underlying single error.