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

Base class for undo/redo command for mesh editing. More...

#include <qgsmesheditor.h>

Inheritance diagram for QgsMeshLayerUndoCommandMeshEdit:
Inheritance graph
[legend]

Public Member Functions

void redo () override
 
void undo () override
 

Protected Member Functions

 QgsMeshLayerUndoCommandMeshEdit (QgsMeshEditor *meshEditor)
 Constructor for the base class. More...
 

Protected Attributes

QList< QgsMeshEditor::Edit > mEdits
 
QPointer< QgsMeshEditormMeshEditor
 

Detailed Description

Base class for undo/redo command for mesh editing.

Since
QGIS 3.22

Definition at line 379 of file qgsmesheditor.h.

Constructor & Destructor Documentation

◆ QgsMeshLayerUndoCommandMeshEdit()

QgsMeshLayerUndoCommandMeshEdit::QgsMeshLayerUndoCommandMeshEdit ( QgsMeshEditor meshEditor)
protected

Constructor for the base class.

Definition at line 1036 of file qgsmesheditor.cpp.

Member Function Documentation

◆ redo()

void QgsMeshLayerUndoCommandMeshEdit::redo ( )
override

Definition at line 1050 of file qgsmesheditor.cpp.

◆ undo()

void QgsMeshLayerUndoCommandMeshEdit::undo ( )
override

Definition at line 1041 of file qgsmesheditor.cpp.

Member Data Documentation

◆ mEdits

QList<QgsMeshEditor::Edit> QgsMeshLayerUndoCommandMeshEdit::mEdits
protected

Definition at line 391 of file qgsmesheditor.h.

◆ mMeshEditor

QPointer<QgsMeshEditor> QgsMeshLayerUndoCommandMeshEdit::mMeshEditor
protected

Definition at line 390 of file qgsmesheditor.h.


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