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

Mesh layer undo/redo command for flipping edges. More...

#include <qgsmesheditor.h>

Inheritance diagram for QgsMeshLayerUndoCommandFlipEdge:

Public Member Functions

 QgsMeshLayerUndoCommandFlipEdge (QgsMeshEditor *meshEditor, int vertexIndex1, int vertexIndex2)
 Constructor with the associated meshEditor and the vertex indexes of the edge (vertexIndex1, vertexIndex2).
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 flipping edges.

Since
QGIS 3.22

Definition at line 590 of file qgsmesheditor.h.

Constructor & Destructor Documentation

◆ QgsMeshLayerUndoCommandFlipEdge()

QgsMeshLayerUndoCommandFlipEdge::QgsMeshLayerUndoCommandFlipEdge ( QgsMeshEditor * meshEditor,
int vertexIndex1,
int vertexIndex2 )

Constructor with the associated meshEditor and the vertex indexes of the edge (vertexIndex1, vertexIndex2).

Definition at line 1393 of file qgsmesheditor.cpp.

Member Function Documentation

◆ redo()

void QgsMeshLayerUndoCommandFlipEdge::redo ( )
override

Definition at line 1401 of file qgsmesheditor.cpp.


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