QgsGeometryCheck::Change struct

Descripts a change to fix a geometry.

Constructors, destructors, conversion operators

Change(QgsGeometryCheck::ChangeWhat _what, QgsGeometryCheck::ChangeType _type, QgsVertexId _vidx = QgsVertexId())
Create a new Change.

Public variables

QgsGeometryCheck::ChangeType type
What action this change performs.
QgsVertexId vidx
The index of the part / ring / vertex, depending on.
QgsGeometryCheck::ChangeWhat what
What level this change affects.

Variable documentation

QgsVertexId QgsGeometryCheck::Change::vidx

The index of the part / ring / vertex, depending on.