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

Undo command for vector layer in a transaction group mode. More...

#include <qgsvectorlayerundopassthroughcommand.h>

Inheritance diagram for QgsVectorLayerUndoPassthroughCommand:

Public Member Functions

 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

Protected Member Functions

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.

Additional Inherited Members

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

Detailed Description

Undo command for vector layer in a transaction group mode.

Definition at line 31 of file qgsvectorlayerundopassthroughcommand.h.

Constructor & Destructor Documentation

◆ QgsVectorLayerUndoPassthroughCommand()

QgsVectorLayerUndoPassthroughCommand::QgsVectorLayerUndoPassthroughCommand ( QgsVectorLayerEditBuffer * buffer,
const QString & text,
bool autocreate = true )

Constructor for QgsVectorLayerUndoPassthroughCommand.

Parameters
bufferassociated edit buffer
texttext associated with command
autocreateflag allowing to automatically create a savepoint if necessary

Definition at line 31 of file qgsvectorlayerundopassthroughcommand.cpp.

Member Function Documentation

◆ errorMessage()

QString QgsVectorLayerUndoPassthroughCommand::errorMessage ( ) const
protected

Returns the error message or an empty string if there's none.

Definition at line 62 of file qgsvectorlayerundopassthroughcommand.cpp.

◆ hasError()

bool QgsVectorLayerUndoPassthroughCommand::hasError ( ) const
inline

Returns error status.

Definition at line 46 of file qgsvectorlayerundopassthroughcommand.h.

◆ rollBackToSavePoint()

bool QgsVectorLayerUndoPassthroughCommand::rollBackToSavePoint ( )
protected

Rollback command, release savepoint or set error status save point must be set prior to call error satus should be false prior to call.

Definition at line 91 of file qgsvectorlayerundopassthroughcommand.cpp.

◆ setError()

void QgsVectorLayerUndoPassthroughCommand::setError ( )
protected

Set error flag and append "failed" to text.

Definition at line 48 of file qgsvectorlayerundopassthroughcommand.cpp.

◆ setErrorMessage()

void QgsVectorLayerUndoPassthroughCommand::setErrorMessage ( const QString & errorMessage)
protected

Sets the error message.

Definition at line 57 of file qgsvectorlayerundopassthroughcommand.cpp.

◆ setSavePoint()

bool QgsVectorLayerUndoPassthroughCommand::setSavePoint ( const QString & savePointId = QString())
protected

Set the command savepoint or set error status.

Error satus should be false prior to call. If the savepoint given in parameter is empty, then a new one is created if none is currently available in the transaction.

Definition at line 67 of file qgsvectorlayerundopassthroughcommand.cpp.


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