Class: QgsVectorLayerUndoCommandAddFeature

Undo command for adding a feature to a vector layer.

Class Hierarchy

Inheritance diagram of qgis.core.QgsVectorLayerUndoCommandAddFeature

Base classes

QgsVectorLayerUndoCommand

Base class for undo commands within a QgsVectorLayerEditBuffer.

QUndoCommand

class qgis.core.QgsVectorLayerUndoCommandAddFeature[source]

Bases: QgsVectorLayerUndoCommand

__init__(buffer: QgsVectorLayerEditBuffer | None, f: QgsFeature)

Constructor for QgsVectorLayerUndoCommandAddFeature

Parameters: