QgsVectorLayerUndoPassthroughCommandDeleteFeatures class
Undo command for deleting features 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
- QgsVectorLayerUndoPassthroughCommandDeleteFeatures(QgsVectorLayerEditBuffer* buffer, const QgsFeatureIds& fids)
- Constructor for QgsVectorLayerUndoPassthroughCommandDeleteFeatures.
Function documentation
QgsVectorLayerUndoPassthroughCommandDeleteFeatures:: QgsVectorLayerUndoPassthroughCommandDeleteFeatures(QgsVectorLayerEditBuffer* buffer,
const QgsFeatureIds& fids)
Constructor for QgsVectorLayerUndoPassthroughCommandDeleteFeatures.
| Parameters | |
|---|---|
| buffer | associated edit buffer |
| fids | feature IDs of features to delete from layer |