| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
#include "qgis_core.h"#include "qgis_sip.h"#include <QUndoCommand>#include <QVariant>#include <QSet>#include <QList>#include "qgsfields.h"#include "qgsfeature.h"#include "qgsvectorlayereditbuffer.h"

Go to the source code of this file.
| Classes | |
| class | QgsVectorLayerUndoCommand | 
| Base class for undo commands within a QgsVectorLayerEditBuffer.  More... | |
| class | QgsVectorLayerUndoCommandAddAttribute | 
| Undo command for adding a new attribute to a vector layer.  More... | |
| class | QgsVectorLayerUndoCommandAddFeature | 
| Undo command for adding a feature to a vector layer.  More... | |
| class | QgsVectorLayerUndoCommandChangeAttribute | 
| Undo command for modifying an attribute of a feature from a vector layer.  More... | |
| class | QgsVectorLayerUndoCommandChangeGeometry | 
| Undo command for modifying the geometry of a feature from a vector layer.  More... | |
| class | QgsVectorLayerUndoCommandDeleteAttribute | 
| Undo command for removing an existing attribute from a vector layer.  More... | |
| class | QgsVectorLayerUndoCommandDeleteFeature | 
| Undo command for deleting a feature from a vector layer.  More... | |
| class | QgsVectorLayerUndoCommandRenameAttribute | 
| Undo command for renaming an existing attribute of a vector layer.  More... | |