QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
QgsMeshLayerUndoCommandChangeXYValue Class Reference

Class for undo/redo command for changing (X,Y) value of vertices. More...

#include <qgsmesheditor.h>

Inheritance diagram for QgsMeshLayerUndoCommandChangeXYValue:
Inheritance graph
[legend]

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. 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< QgsMeshEditormMeshEditor
 

Detailed Description

Class for undo/redo command for changing (X,Y) value of vertices.

Since
QGIS 3.22

Definition at line 530 of file qgsmesheditor.h.

Constructor & Destructor Documentation

◆ QgsMeshLayerUndoCommandChangeXYValue()

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.

Member Function Documentation

◆ redo()

void QgsMeshLayerUndoCommandChangeXYValue::redo ( )
override

Definition at line 1323 of file qgsmesheditor.cpp.


The documentation for this class was generated from the following files: