QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
QgsVectorLayerUndoPassthroughCommandAddFeatures Class Reference

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

#include <qgsvectorlayerundopassthroughcommand.h>

Inheritance diagram for QgsVectorLayerUndoPassthroughCommandAddFeatures:
Inheritance graph
[legend]

Public Member Functions

 QgsVectorLayerUndoPassthroughCommandAddFeatures (QgsVectorLayerEditBuffer *buffer, QgsFeatureList &features)
 Constructor for QgsVectorLayerUndoPassthroughCommandAddFeatures. More...
 
QgsFeatureList features () const
 List of features (added feaures can be modified by default values from database) More...
 
void redo () override
 
void undo () override
 
- Public Member Functions inherited from QgsVectorLayerUndoPassthroughCommand
 QgsVectorLayerUndoPassthroughCommand (QgsVectorLayerEditBuffer *buffer, const QString &text, bool autocreate=true)
 Constructor for QgsVectorLayerUndoPassthroughCommand. More...
 
bool hasError () const
 Returns error status. More...
 
- Public Member Functions inherited from QgsVectorLayerUndoCommand
 QgsVectorLayerUndoCommand (QgsVectorLayerEditBuffer *buffer)
 Constructor for QgsVectorLayerUndoCommand. More...
 
int id () const override
 
QgsVectorLayerlayer ()
 Returns the layer associated with the undo command. More...
 
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. More...
 
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. More...
 
void setError ()
 Set error flag and append "failed" to text. More...
 
void setErrorMessage (const QString &errorMessage)
 Sets the error message. More...
 
bool setSavePoint (const QString &savePointId=QString())
 Set the command savepoint or set error status. More...
 
- Protected Attributes inherited from QgsVectorLayerUndoCommand
QgsVectorLayerEditBuffermBuffer = nullptr
 Associated edit buffer. More...
 

Detailed Description

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

Definition at line 96 of file qgsvectorlayerundopassthroughcommand.h.

Constructor & Destructor Documentation

◆ QgsVectorLayerUndoPassthroughCommandAddFeatures()

QgsVectorLayerUndoPassthroughCommandAddFeatures::QgsVectorLayerUndoPassthroughCommandAddFeatures ( QgsVectorLayerEditBuffer buffer,
QgsFeatureList features 
)

Constructor for QgsVectorLayerUndoPassthroughCommandAddFeatures.

Parameters
bufferassociated edit buffer
featuresfeatures to add to layer

Definition at line 106 of file qgsvectorlayerundopassthroughcommand.cpp.

Member Function Documentation

◆ features()

QgsFeatureList QgsVectorLayerUndoPassthroughCommandAddFeatures::features ( ) const
inline

List of features (added feaures can be modified by default values from database)

Definition at line 113 of file qgsvectorlayerundopassthroughcommand.h.

◆ redo()

void QgsVectorLayerUndoPassthroughCommandAddFeatures::redo ( )
override

Definition at line 134 of file qgsvectorlayerundopassthroughcommand.cpp.

◆ undo()

void QgsVectorLayerUndoPassthroughCommandAddFeatures::undo ( )
override

Definition at line 121 of file qgsvectorlayerundopassthroughcommand.cpp.


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