Class: QgsVectorLayerUndoPassthroughCommandRenameAttribute

Undo command for deleting attributes of a vector layer in a transaction group.

List of all members, including inherited members

Class Hierarchy

Inheritance diagram of qgis.core.QgsVectorLayerUndoPassthroughCommandRenameAttribute

Base classes

QgsVectorLayerUndoPassthroughCommand

Undo command for vector layer in a transaction group mode.

QgsVectorLayerUndoCommand

Base class for undo commands within a QgsVectorLayerEditBuffer.

QUndoCommand

class qgis.core.QgsVectorLayerUndoPassthroughCommandRenameAttribute[source]

Bases: QgsVectorLayerUndoPassthroughCommand

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

Constructor for QgsVectorLayerUndoCommandRenameAttribute

Parameters: