| QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
    | 
Class for undo/redo command for removing vertices in mesh without filling holes created by removed faces. More...
#include <qgsmesheditor.h>

| Public Member Functions | |
| QgsMeshLayerUndoCommandRemoveVerticesWithoutFillHoles (QgsMeshEditor *meshEditor, const QList< int > &verticesToRemoveIndexes) | |
| Constructor with the associated meshEditor and vertices that will be removed.  More... | |
| 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.  More... | |
|  Protected Attributes inherited from QgsMeshLayerUndoCommandMeshEdit | |
| QList< QgsMeshEditor::Edit > | mEdits | 
| QPointer< QgsMeshEditor > | mMeshEditor | 
Class for undo/redo command for removing vertices in mesh without filling holes created by removed faces.
Definition at line 421 of file qgsmesheditor.h.
| QgsMeshLayerUndoCommandRemoveVerticesWithoutFillHoles::QgsMeshLayerUndoCommandRemoveVerticesWithoutFillHoles | ( | QgsMeshEditor * | meshEditor, | 
| const QList< int > & | verticesToRemoveIndexes | ||
| ) | 
Constructor with the associated meshEditor and vertices that will be removed.
Definition at line 1135 of file qgsmesheditor.cpp.
| 
 | override | 
Definition at line 1144 of file qgsmesheditor.cpp.