Class: QgsVectorLayerUndoCommand

class qgis.core.QgsVectorLayerUndoCommand(buffer: QgsVectorLayerEditBuffer)

Bases: PyQt5.QtWidgets.QUndoCommand

Constructor for QgsVectorLayerUndoCommand

Parameters

buffer (QgsVectorLayerEditBuffer) – associated edit buffer

Base class for undo commands within a QgsVectorLayerEditBuffer.

Methods

id

rtype

int

layer

Returns the layer associated with the undo command

mergeWith

rtype

bool

id(self) → int
Return type

int

layer(self)QgsVectorLayer

Returns the layer associated with the undo command

Return type

QgsVectorLayer

mergeWith(self, QUndoCommand) → bool
Return type

bool