mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-09 00:08:52 -04:00
3 lines
727 B
Python
3 lines
727 B
Python
# The following has been generated automatically from src/core/vector/qgsvectorlayereditbuffer.h
|
|
QgsVectorLayerEditBuffer.__attribute_docs__ = {'layerModified': 'Emitted when modifications has been done on layer\n', 'geometryChanged': "Emitted when a feature's geometry is changed.\n\n:param fid: feature ID\n:param geom: new feature geometry\n", 'attributeRenamed': 'Emitted when an attribute has been renamed\n\n:param idx: attribute index\n:param newName: new attribute name\n', 'committedAttributesDeleted': 'Signals emitted after committing changes\n', 'committedAttributesRenamed': 'Emitted after committing an attribute rename\n\n:param layerId: ID of layer\n:param renamedAttributes: map of field index to new name\n'}
|