QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
QgsMeshLayerUndoCommandChangeZValue Class Reference

Mesh layer undo/redo command for changing Z value of vertices. More...

#include <qgsmesheditor.h>

Inheritance diagram for QgsMeshLayerUndoCommandChangeZValue:

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

Detailed Description

Mesh layer undo/redo command for changing Z value of vertices.

Since
QGIS 3.22

Definition at line 521 of file qgsmesheditor.h.

Constructor & Destructor Documentation

◆ QgsMeshLayerUndoCommandChangeZValue()

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 1301 of file qgsmesheditor.cpp.

Member Function Documentation

◆ redo()

void QgsMeshLayerUndoCommandChangeZValue::redo ( )
override

Definition at line 1309 of file qgsmesheditor.cpp.


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