QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Classes
qgsvectorlayerundopassthroughcommand.h File Reference
#include "qgsvectorlayerundocommand.h"
#include "qgsvectorlayereditbuffer.h"
Include dependency graph for qgsvectorlayerundopassthroughcommand.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QgsVectorLayerUndoPassthroughCommand
 Undo command for vector layer in transaction group mode. More...
 
class  QgsVectorLayerUndoPassthroughCommandAddAttribute
 Undo command for adding attri to a vector layer in transaction group. More...
 
class  QgsVectorLayerUndoPassthroughCommandAddFeatures
 Undo command for adding a feature to a vector layer in transaction group mode. More...
 
class  QgsVectorLayerUndoPassthroughCommandChangeAttribute
 Undo command for changing attr value from a vector layer in transaction group. More...
 
class  QgsVectorLayerUndoPassthroughCommandChangeAttributes
 Undo command for changing attributes' values from a vector layer in transaction group. More...
 
class  QgsVectorLayerUndoPassthroughCommandChangeGeometry
 Undo command for changing feature geometry from a vector layer in transaction group. More...
 
class  QgsVectorLayerUndoPassthroughCommandDeleteAttribute
 Undo command for deleting attri of a vector layer in transaction group. More...
 
class  QgsVectorLayerUndoPassthroughCommandDeleteFeatures
 Undo command for deleting features from a vector layer in transaction group. More...
 
class  QgsVectorLayerUndoPassthroughCommandRenameAttribute
 Undo command for deleting attri of a vector layer in transaction group. More...
 
class  QgsVectorLayerUndoPassthroughCommandUpdate
 Undo command for running a specific sql query in transaction group. More...