QgsVectorLayerUndoPassthroughCommandChangeAttribute class
Undo command for changing attr value from a vector layer in transaction group.
Contents
Base classes
- class QgsVectorLayerUndoPassthroughCommand
- Undo command for vector layer in transaction group mode.
Constructors, destructors, conversion operators
- QgsVectorLayerUndoPassthroughCommandChangeAttribute(QgsVectorLayerEditBuffer* buffer, QgsFeatureId fid, int field, const QVariant& newValue)
- Constructor for QgsVectorLayerUndoPassthroughCommandChangeAttribute.
Function documentation
QgsVectorLayerUndoPassthroughCommandChangeAttribute:: QgsVectorLayerUndoPassthroughCommandChangeAttribute(QgsVectorLayerEditBuffer* buffer,
QgsFeatureId fid,
int field,
const QVariant& newValue)
Constructor for QgsVectorLayerUndoPassthroughCommandChangeAttribute.
| Parameters | |
|---|---|
| buffer | associated edit buffer |
| fid | feature ID of feature |
| field | |
| newValue | |