QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Class for undo/redo command for changing Z value of vertices. More...
#include <qgsmesheditor.h>
Public Member Functions | |
QgsMeshLayerUndoCommandChangeZValue (QgsMeshEditor *meshEditor, const QList< int > &verticesIndexes, const QList< double > &newValues) | |
Constructor with the associated meshEditor and indexes verticesIndexes of the vertices that will have the Z value changed with newValues. | |
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 changing Z value of vertices.
Definition at line 507 of file qgsmesheditor.h.
QgsMeshLayerUndoCommandChangeZValue::QgsMeshLayerUndoCommandChangeZValue | ( | QgsMeshEditor * | meshEditor, |
const QList< int > & | verticesIndexes, | ||
const QList< double > & | newValues | ||
) |
Constructor with the associated meshEditor and indexes verticesIndexes of the vertices that will have the Z value changed with newValues.
Definition at line 1290 of file qgsmesheditor.cpp.
|
override |
Definition at line 1298 of file qgsmesheditor.cpp.