QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
Undo command for modifying the geometry of a feature from a vector layer. More...
#include <qgsvectorlayerundocommand.h>
Additional Inherited Members | |
Protected Attributes inherited from QgsVectorLayerUndoCommand | |
QgsVectorLayerEditBuffer * | mBuffer |
Associated edit buffer. More... | |
Undo command for modifying the geometry of a feature from a vector layer.
Definition at line 115 of file qgsvectorlayerundocommand.h.
QgsVectorLayerUndoCommandChangeGeometry::QgsVectorLayerUndoCommandChangeGeometry | ( | QgsVectorLayerEditBuffer * | buffer, |
QgsFeatureId | fid, | ||
QgsGeometry * | newGeom | ||
) |
Constructor for QgsVectorLayerUndoCommandChangeGeometry.
buffer | associated edit buffer |
fid | feature ID of feature to modify geometry of |
newGeom | new geometry for feature |
Definition at line 114 of file qgsvectorlayerundocommand.cpp.
QgsVectorLayerUndoCommandChangeGeometry::~QgsVectorLayerUndoCommandChangeGeometry | ( | ) |
Definition at line 159 of file qgsvectorlayerundocommand.cpp.
|
overridevirtual |
Reimplemented from QgsVectorLayerUndoCommand.
Definition at line 135 of file qgsvectorlayerundocommand.cpp.
|
overridevirtual |
Reimplemented from QgsVectorLayerUndoCommand.
Definition at line 140 of file qgsvectorlayerundocommand.cpp.
|
overridevirtual |
Reimplemented from QUndoCommand.
Definition at line 202 of file qgsvectorlayerundocommand.cpp.
|
overridevirtual |
Reimplemented from QUndoCommand.
Definition at line 165 of file qgsvectorlayerundocommand.cpp.