QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Class for undo/redo command for changing coordinate (X,Y,Z) values of vertices. More...
#include <qgsmesheditor.h>
Public Member Functions | |
QgsMeshLayerUndoCommandChangeCoordinates (QgsMeshEditor *meshEditor, const QList< int > &verticesIndexes, const QList< QgsPoint > &newCoordinates) | |
Constructor with the associated meshEditor and indexes verticesIndexes of the vertices that will have the coordinate (X,Y,Z) values changed with newCoordinates. 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 changing coordinate (X,Y,Z) values of vertices.
Definition at line 512 of file qgsmesheditor.h.
QgsMeshLayerUndoCommandChangeCoordinates::QgsMeshLayerUndoCommandChangeCoordinates | ( | QgsMeshEditor * | meshEditor, |
const QList< int > & | verticesIndexes, | ||
const QList< QgsPoint > & | newCoordinates | ||
) |
Constructor with the associated meshEditor and indexes verticesIndexes of the vertices that will have the coordinate (X,Y,Z) values changed with newCoordinates.
Definition at line 1075 of file qgsmesheditor.cpp.
|
override |
Definition at line 1083 of file qgsmesheditor.cpp.