| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
Undo command for removing an existing attribute from a vector layer. More...
#include <qgsvectorlayerundocommand.h>

| Public Member Functions | |
| QgsVectorLayerUndoCommandDeleteAttribute (QgsVectorLayerEditBuffer *buffer, int fieldIndex) | |
| Constructor for QgsVectorLayerUndoCommandDeleteAttribute.  More... | |
| void | redo () override | 
| void | undo () override | 
|  Public Member Functions inherited from QgsVectorLayerUndoCommand | |
| QgsVectorLayerUndoCommand (QgsVectorLayerEditBuffer *buffer) | |
| Constructor for QgsVectorLayerUndoCommand.  More... | |
| int | id () const override | 
| QgsVectorLayer * | layer () | 
| Returns the layer associated with the undo command.  More... | |
| bool | mergeWith (const QUndoCommand *) override | 
| Additional Inherited Members | |
|  Protected Attributes inherited from QgsVectorLayerUndoCommand | |
| QgsVectorLayerEditBuffer * | mBuffer = nullptr | 
| Associated edit buffer.  More... | |
Undo command for removing an existing attribute from a vector layer.
Definition at line 205 of file qgsvectorlayerundocommand.h.
| QgsVectorLayerUndoCommandDeleteAttribute::QgsVectorLayerUndoCommandDeleteAttribute | ( | QgsVectorLayerEditBuffer * | buffer, | 
| int | fieldIndex | ||
| ) | 
Constructor for QgsVectorLayerUndoCommandDeleteAttribute.
| buffer | associated edit buffer | 
| fieldIndex | index of field to delete | 
Definition at line 318 of file qgsvectorlayerundocommand.cpp.
| 
 | override | 
Definition at line 398 of file qgsvectorlayerundocommand.cpp.
| 
 | override | 
Definition at line 355 of file qgsvectorlayerundocommand.cpp.