QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Class for undo/redo command for merging face. More...
#include <qgsmesheditor.h>
Public Member Functions | |
QgsMeshLayerUndoCommandMerge (QgsMeshEditor *meshEditor, int vertexIndex1, int vertexIndex2) | |
Constructor with the associated meshEditor and the vertex indexes of the edge (vertexIndex1, vertexIndex2) that separate the face to merge. | |
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 merging face.
Definition at line 598 of file qgsmesheditor.h.
QgsMeshLayerUndoCommandMerge::QgsMeshLayerUndoCommandMerge | ( | QgsMeshEditor * | meshEditor, |
int | vertexIndex1, | ||
int | vertexIndex2 | ||
) |
Constructor with the associated meshEditor and the vertex indexes of the edge (vertexIndex1, vertexIndex2) that separate the face to merge.
Definition at line 1407 of file qgsmesheditor.cpp.
|
override |
Definition at line 1415 of file qgsmesheditor.cpp.