QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Class for undo/redo command for adding faces in mesh. More...
#include <qgsmesheditor.h>
Public Member Functions | |
QgsMeshLayerUndoCommandAddFaces (QgsMeshEditor *meshEditor, QgsTopologicalMesh::TopologicalFaces &faces) | |
Constructor with the associated meshEditor and faces that will be added. 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 adding faces in mesh.
Definition at line 428 of file qgsmesheditor.h.
QgsMeshLayerUndoCommandAddFaces::QgsMeshLayerUndoCommandAddFaces | ( | QgsMeshEditor * | meshEditor, |
QgsTopologicalMesh::TopologicalFaces & | faces | ||
) |
Constructor with the associated meshEditor and faces that will be added.
Definition at line 905 of file qgsmesheditor.cpp.
|
override |
Definition at line 912 of file qgsmesheditor.cpp.