Class: QgsVectorLayerUndoCommandRenameAttribute

Undo command for renaming an existing attribute of a vector layer.

List of all members, including inherited members

Class Hierarchy

Inheritance diagram of qgis.core.QgsVectorLayerUndoCommandRenameAttribute

Base classes

QgsVectorLayerUndoCommand

Base class for undo commands within a QgsVectorLayerEditBuffer.

QUndoCommand

class qgis.core.QgsVectorLayerUndoCommandRenameAttribute[source]

Bases: QgsVectorLayerUndoCommand

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

Constructor for QgsVectorLayerUndoCommandRenameAttribute

Parameters: