QGIS/python/core/auto_additions/qgsvectorlayerundocommand.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

42 lines
1.7 KiB
Python

# The following has been generated automatically from src/core/vector/qgsvectorlayerundocommand.h
try:
QgsVectorLayerUndoCommand.__overridden_methods__ = ['id', 'mergeWith']
QgsVectorLayerUndoCommand.__group__ = ['vector']
except (NameError, AttributeError):
pass
try:
QgsVectorLayerUndoCommandAddFeature.__overridden_methods__ = ['undo', 'redo']
QgsVectorLayerUndoCommandAddFeature.__group__ = ['vector']
except (NameError, AttributeError):
pass
try:
QgsVectorLayerUndoCommandDeleteFeature.__overridden_methods__ = ['undo', 'redo']
QgsVectorLayerUndoCommandDeleteFeature.__group__ = ['vector']
except (NameError, AttributeError):
pass
try:
QgsVectorLayerUndoCommandChangeGeometry.__overridden_methods__ = ['undo', 'redo', 'id', 'mergeWith']
QgsVectorLayerUndoCommandChangeGeometry.__group__ = ['vector']
except (NameError, AttributeError):
pass
try:
QgsVectorLayerUndoCommandChangeAttribute.__overridden_methods__ = ['undo', 'redo']
QgsVectorLayerUndoCommandChangeAttribute.__group__ = ['vector']
except (NameError, AttributeError):
pass
try:
QgsVectorLayerUndoCommandAddAttribute.__overridden_methods__ = ['undo', 'redo']
QgsVectorLayerUndoCommandAddAttribute.__group__ = ['vector']
except (NameError, AttributeError):
pass
try:
QgsVectorLayerUndoCommandDeleteAttribute.__overridden_methods__ = ['undo', 'redo']
QgsVectorLayerUndoCommandDeleteAttribute.__group__ = ['vector']
except (NameError, AttributeError):
pass
try:
QgsVectorLayerUndoCommandRenameAttribute.__overridden_methods__ = ['undo', 'redo']
QgsVectorLayerUndoCommandRenameAttribute.__group__ = ['vector']
except (NameError, AttributeError):
pass