QgsVectorLayerUndoCommandAddFeature class
Undo command for adding a feature to a vector layer.
Contents
Base classes
- class QgsVectorLayerUndoCommand
- Base class for undo commands within a QgsVectorLayerEditBuffer.
Constructors, destructors, conversion operators
- QgsVectorLayerUndoCommandAddFeature(QgsVectorLayerEditBuffer* buffer, QgsFeature& f)
- Constructor for QgsVectorLayerUndoCommandAddFeature.
Function documentation
QgsVectorLayerUndoCommandAddFeature:: QgsVectorLayerUndoCommandAddFeature(QgsVectorLayerEditBuffer* buffer,
QgsFeature& f)
Constructor for QgsVectorLayerUndoCommandAddFeature.
| Parameters | |
|---|---|
| buffer | associated edit buffer |
| f | feature to add to layer |