QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
Undo command for modifying an attribute of a feature from a vector layer. More...
#include <qgsvectorlayerundocommand.h>
Public Member Functions | |
QgsVectorLayerUndoCommandChangeAttribute (QgsVectorLayerEditBuffer *buffer, QgsFeatureId fid, int fieldIndex, const QVariant &newValue, const QVariant &oldValue) | |
Constructor for QgsVectorLayerUndoCommandChangeAttribute. More... | |
virtual void | redo () override |
virtual void | undo () override |
Public Member Functions inherited from QgsVectorLayerUndoCommand | |
QgsVectorLayerUndoCommand (QgsVectorLayerEditBuffer *buffer) | |
Constructor for QgsVectorLayerUndoCommand. More... | |
QgsGeometryCache * | cache () |
virtual int | id () const override |
QgsVectorLayer * | layer () |
Returns the layer associated with the undo command. More... | |
virtual bool | mergeWith (const QUndoCommand *) override |
Public Member Functions inherited from QUndoCommand | |
QUndoCommand (QUndoCommand *parent) | |
QUndoCommand (const QString &text, QUndoCommand *parent) | |
virtual | ~QUndoCommand () |
QString | actionText () const |
const QUndoCommand * | child (int index) const |
int | childCount () const |
void | setText (const QString &text) |
QString | text () const |
Additional Inherited Members | |
Protected Attributes inherited from QgsVectorLayerUndoCommand | |
QgsVectorLayerEditBuffer * | mBuffer |
Associated edit buffer. More... | |
Undo command for modifying an attribute of a feature from a vector layer.
Definition at line 144 of file qgsvectorlayerundocommand.h.
QgsVectorLayerUndoCommandChangeAttribute::QgsVectorLayerUndoCommandChangeAttribute | ( | QgsVectorLayerEditBuffer * | buffer, |
QgsFeatureId | fid, | ||
int | fieldIndex, | ||
const QVariant & | newValue, | ||
const QVariant & | oldValue | ||
) |
Constructor for QgsVectorLayerUndoCommandChangeAttribute.
buffer | associated edit buffer |
fid | feature ID of feature to modify |
fieldIndex | index of field to modify |
newValue | new value of attribute |
oldValue | previous value of attribute |
Definition at line 220 of file qgsvectorlayerundocommand.cpp.
|
overridevirtual |
Reimplemented from QUndoCommand.
Definition at line 286 of file qgsvectorlayerundocommand.cpp.
|
overridevirtual |
Reimplemented from QUndoCommand.
Definition at line 247 of file qgsvectorlayerundocommand.cpp.