QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
QgsVectorLayerUndoPassthroughCommandAddAttribute Class Reference

Undo command for adding attri to a vector layer in transaction group. More...

#include <qgsvectorlayerundopassthroughcommand.h>

Inheritance diagram for QgsVectorLayerUndoPassthroughCommandAddAttribute:

Public Member Functions

 QgsVectorLayerUndoPassthroughCommandAddAttribute (QgsVectorLayerEditBuffer *buffer, const QgsField &field)
 Constructor for QgsVectorLayerUndoPassthroughCommandAddAttribute.
void redo () override
void undo () override
Public Member Functions inherited from QgsVectorLayerUndoPassthroughCommand
 QgsVectorLayerUndoPassthroughCommand (QgsVectorLayerEditBuffer *buffer, const QString &text, bool autocreate=true)
 Constructor for QgsVectorLayerUndoPassthroughCommand.
bool hasError () const
 Returns error status.
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 Member Functions inherited from QgsVectorLayerUndoPassthroughCommand
QString errorMessage () const
 Returns the error message or an empty string if there's none.
bool rollBackToSavePoint ()
 Rollback command, release savepoint or set error status save point must be set prior to call error satus should be false prior to call.
void setError ()
 Set error flag and append "failed" to text.
void setErrorMessage (const QString &errorMessage)
 Sets the error message.
bool setSavePoint (const QString &savePointId=QString())
 Set the command savepoint or set error status.
Protected Attributes inherited from QgsVectorLayerUndoCommand
QgsVectorLayerEditBuffermBuffer = nullptr
 Associated edit buffer.

Detailed Description

Undo command for adding attri to a vector layer in transaction group.

Definition at line 242 of file qgsvectorlayerundopassthroughcommand.h.

Constructor & Destructor Documentation

◆ QgsVectorLayerUndoPassthroughCommandAddAttribute()

QgsVectorLayerUndoPassthroughCommandAddAttribute::QgsVectorLayerUndoPassthroughCommandAddAttribute ( QgsVectorLayerEditBuffer * buffer,
const QgsField & field )

Constructor for QgsVectorLayerUndoPassthroughCommandAddAttribute.

Parameters
bufferassociated edit buffer
field

Definition at line 382 of file qgsvectorlayerundopassthroughcommand.cpp.

Member Function Documentation

◆ redo()

void QgsVectorLayerUndoPassthroughCommandAddAttribute::redo ( )
override

Definition at line 412 of file qgsvectorlayerundopassthroughcommand.cpp.

◆ undo()

void QgsVectorLayerUndoPassthroughCommandAddAttribute::undo ( )
override

Definition at line 388 of file qgsvectorlayerundopassthroughcommand.cpp.


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