QgsVectorLayerUndoPassthroughCommandChangeGeometry class
Undo command for changing feature geometry 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
- QgsVectorLayerUndoPassthroughCommandChangeGeometry(QgsVectorLayerEditBuffer* buffer, QgsFeatureId fid, const QgsGeometry& geom)
- Constructor for QgsVectorLayerUndoPassthroughCommandChangeGeometry.
Function documentation
QgsVectorLayerUndoPassthroughCommandChangeGeometry:: QgsVectorLayerUndoPassthroughCommandChangeGeometry(QgsVectorLayerEditBuffer* buffer,
QgsFeatureId fid,
const QgsGeometry& geom)
Constructor for QgsVectorLayerUndoPassthroughCommandChangeGeometry.
| Parameters | |
|---|---|
| buffer | associated edit buffer |
| fid | feature ID of feature to change |
| geom | new geometru |