QGIS API Documentation  3.37.0-Master (a5b4d9743e8)
Public Member Functions | Protected Attributes | List of all members
QgsVectorLayerUndoCommand Class Reference

Base class for undo commands within a QgsVectorLayerEditBuffer. More...

#include <qgsvectorlayerundocommand.h>

Inheritance diagram for QgsVectorLayerUndoCommand:
Inheritance graph
[legend]

Public Member Functions

 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
 

Protected Attributes

QgsVectorLayerEditBuffermBuffer = nullptr
 Associated edit buffer. More...
 

Detailed Description

Base class for undo commands within a QgsVectorLayerEditBuffer.

Definition at line 40 of file qgsvectorlayerundocommand.h.

Constructor & Destructor Documentation

◆ QgsVectorLayerUndoCommand()

QgsVectorLayerUndoCommand::QgsVectorLayerUndoCommand ( QgsVectorLayerEditBuffer buffer)
inline

Constructor for QgsVectorLayerUndoCommand.

Parameters
bufferassociated edit buffer

Definition at line 48 of file qgsvectorlayerundocommand.h.

Member Function Documentation

◆ id()

int QgsVectorLayerUndoCommand::id ( ) const
inlineoverride

Definition at line 55 of file qgsvectorlayerundocommand.h.

◆ layer()

QgsVectorLayer* QgsVectorLayerUndoCommand::layer ( )
inline

Returns the layer associated with the undo command.

Definition at line 53 of file qgsvectorlayerundocommand.h.

◆ mergeWith()

bool QgsVectorLayerUndoCommand::mergeWith ( const QUndoCommand *  )
inlineoverride

Definition at line 56 of file qgsvectorlayerundocommand.h.

Member Data Documentation

◆ mBuffer

QgsVectorLayerEditBuffer* QgsVectorLayerUndoCommand::mBuffer = nullptr
protected

Associated edit buffer.

Definition at line 60 of file qgsvectorlayerundocommand.h.


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