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

Mesh layer undo/redo command for removing vertices in mesh without filling holes created by removed faces. More...

#include <qgsmesheditor.h>

Inheritance diagram for QgsMeshLayerUndoCommandRemoveVerticesWithoutFillHoles:

Public Member Functions

 QgsMeshLayerUndoCommandRemoveVerticesWithoutFillHoles (QgsMeshEditor *meshEditor, const QList< int > &verticesToRemoveIndexes)
 Constructor with the associated meshEditor and vertices that will be removed.
void redo () override
Public Member Functions inherited from QgsMeshLayerUndoCommandMeshEdit
void redo () override
void undo () override

Additional Inherited Members

Protected Member Functions inherited from QgsMeshLayerUndoCommandMeshEdit
 QgsMeshLayerUndoCommandMeshEdit (QgsMeshEditor *meshEditor)
 Constructor for the base class.
Protected Attributes inherited from QgsMeshLayerUndoCommandMeshEdit
QList< QgsMeshEditor::Edit > mEdits
QPointer< QgsMeshEditormMeshEditor

Detailed Description

Mesh layer undo/redo command for removing vertices in mesh without filling holes created by removed faces.

Since
QGIS 3.22

Definition at line 435 of file qgsmesheditor.h.

Constructor & Destructor Documentation

◆ QgsMeshLayerUndoCommandRemoveVerticesWithoutFillHoles()

QgsMeshLayerUndoCommandRemoveVerticesWithoutFillHoles::QgsMeshLayerUndoCommandRemoveVerticesWithoutFillHoles ( QgsMeshEditor * meshEditor,
const QList< int > & verticesToRemoveIndexes )

Constructor with the associated meshEditor and vertices that will be removed.

Definition at line 1153 of file qgsmesheditor.cpp.

Member Function Documentation

◆ redo()

void QgsMeshLayerUndoCommandRemoveVerticesWithoutFillHoles::redo ( )
override

Definition at line 1162 of file qgsmesheditor.cpp.


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