| 
    QGIS API Documentation 3.32.0-Lima (311a8cb8a6)
    
   | 
 
Class for undo/redo command for flipping edge. More...
#include <qgsmesheditor.h>

Public Member Functions | |
| QgsMeshLayerUndoCommandFlipEdge (QgsMeshEditor *meshEditor, int vertexIndex1, int vertexIndex2) | |
| Constructor with the associated meshEditor and the vertex indexes of the edge (vertexIndex1, vertexIndex2)  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 flipping edge.
Definition at line 576 of file qgsmesheditor.h.
| 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 1382 of file qgsmesheditor.cpp.
      
  | 
  override | 
Definition at line 1390 of file qgsmesheditor.cpp.