Class: QgsVectorLayerUndoCommandChangeGeometry

Undo command for modifying the geometry of a feature from a vector layer.

List of all members, including inherited members

Class Hierarchy

Inheritance diagram of qgis.core.QgsVectorLayerUndoCommandChangeGeometry

Base classes

QgsVectorLayerUndoCommand

Base class for undo commands within a QgsVectorLayerEditBuffer.

QUndoCommand

class qgis.core.QgsVectorLayerUndoCommandChangeGeometry[source]

Bases: QgsVectorLayerUndoCommand

__init__(buffer: QgsVectorLayerEditBuffer | None, fid: int, newGeom: QgsGeometry)

Constructor for QgsVectorLayerUndoCommandChangeGeometry

Parameters: