|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
Class for undo/redo command for changing (X,Y) value of vertices. More...
#include <qgsmesheditor.h>

Public Member Functions | |
| QgsMeshLayerUndoCommandChangeXYValue (QgsMeshEditor *meshEditor, const QList< int > &verticesIndexes, const QList< QgsPointXY > &newValues) | |
| Constructor with the associated meshEditor and indexes verticesIndexes of the vertices that will have the (X,Y) values 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 (X,Y) value of vertices.
Definition at line 530 of file qgsmesheditor.h.
| QgsMeshLayerUndoCommandChangeXYValue::QgsMeshLayerUndoCommandChangeXYValue | ( | QgsMeshEditor * | meshEditor, |
| const QList< int > & | verticesIndexes, | ||
| const QList< QgsPointXY > & | newValues | ||
| ) |
Constructor with the associated meshEditor and indexes verticesIndexes of the vertices that will have the (X,Y) values changed with newValues.
Definition at line 1315 of file qgsmesheditor.cpp.
|
override |
Definition at line 1323 of file qgsmesheditor.cpp.