Class: QgsVectorLayerUndoCommandDeleteAttribute

Undo command for removing an existing attribute from a vector layer.

Class Hierarchy

Inheritance diagram of qgis.core.QgsVectorLayerUndoCommandDeleteAttribute

Base classes

QgsVectorLayerUndoCommand

Base class for undo commands within a QgsVectorLayerEditBuffer.

QUndoCommand

class qgis.core.QgsVectorLayerUndoCommandDeleteAttribute[source]

Bases: QgsVectorLayerUndoCommand

__init__(buffer: QgsVectorLayerEditBuffer | None, fieldIndex: int)

Constructor for QgsVectorLayerUndoCommandDeleteAttribute

Parameters: