QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Class for undo/redo command for removing faces in mesh. More...
#include <qgsmesheditor.h>
Public Member Functions | |
QgsMeshLayerUndoCommandRemoveFaces (QgsMeshEditor *meshEditor, const QList< int > &facesToRemoveIndexes) | |
Constructor with the associated meshEditor and indexes facesToRemoveIndexes of the faces 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< QgsMeshEditor > | mMeshEditor |
Class for undo/redo command for removing faces in mesh.
Definition at line 488 of file qgsmesheditor.h.
QgsMeshLayerUndoCommandRemoveFaces::QgsMeshLayerUndoCommandRemoveFaces | ( | QgsMeshEditor * | meshEditor, |
const QList< int > & | facesToRemoveIndexes | ||
) |
Constructor with the associated meshEditor and indexes facesToRemoveIndexes of the faces that will be removed.
Definition at line 1193 of file qgsmesheditor.cpp.
|
override |
Definition at line 1200 of file qgsmesheditor.cpp.