QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
QgsVectorLayerUndoCommandDeleteAttribute Class Reference

Undo command for removing an existing attribute from a vector layer. More...

#include <qgsvectorlayerundocommand.h>

Inheritance diagram for QgsVectorLayerUndoCommandDeleteAttribute:

Public Member Functions

 QgsVectorLayerUndoCommandDeleteAttribute (QgsVectorLayerEditBuffer *buffer, int fieldIndex)
 Constructor for QgsVectorLayerUndoCommandDeleteAttribute.
void redo () override
void undo () override
Public Member Functions inherited from QgsVectorLayerUndoCommand
 QgsVectorLayerUndoCommand (QgsVectorLayerEditBuffer *buffer)
 Constructor for QgsVectorLayerUndoCommand.
int id () const override
QgsVectorLayerlayer ()
 Returns the layer associated with the undo command.
bool mergeWith (const QUndoCommand *) override

Additional Inherited Members

Protected Attributes inherited from QgsVectorLayerUndoCommand
QgsVectorLayerEditBuffermBuffer = nullptr
 Associated edit buffer.

Detailed Description

Undo command for removing an existing attribute from a vector layer.

Definition at line 204 of file qgsvectorlayerundocommand.h.

Constructor & Destructor Documentation

◆ QgsVectorLayerUndoCommandDeleteAttribute()

QgsVectorLayerUndoCommandDeleteAttribute::QgsVectorLayerUndoCommandDeleteAttribute ( QgsVectorLayerEditBuffer * buffer,
int fieldIndex )

Constructor for QgsVectorLayerUndoCommandDeleteAttribute.

Parameters
bufferassociated edit buffer
fieldIndexindex of field to delete

Definition at line 341 of file qgsvectorlayerundocommand.cpp.

Member Function Documentation

◆ redo()

void QgsVectorLayerUndoCommandDeleteAttribute::redo ( )
override

Definition at line 421 of file qgsvectorlayerundocommand.cpp.

◆ undo()

void QgsVectorLayerUndoCommandDeleteAttribute::undo ( )
override

Definition at line 378 of file qgsvectorlayerundocommand.cpp.


The documentation for this class was generated from the following files: