QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Classes
qgsvectorlayerundocommand.h File Reference
#include <QUndoCommand>
#include <QVariant>
#include <QSet>
#include <QList>
#include "qgsfield.h"
#include "qgsfeature.h"
#include "qgsvectorlayer.h"
#include "qgsvectorlayereditbuffer.h"
Include dependency graph for qgsvectorlayerundocommand.h:
This graph shows which files directly or indirectly include this file:

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...