| 
    QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
    
   | 
 
Class for undo/redo command for splitting faces. More...
#include <qgsmesheditor.h>

Public Member Functions | |
| QgsMeshLayerUndoCommandSplitFaces (QgsMeshEditor *meshEditor, const QList< int > &faceIndexes) | |
| Constructor with the associated meshEditor and indexes faceIndexes of the faces to split.  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 splitting faces.
Definition at line 595 of file qgsmesheditor.h.
| QgsMeshLayerUndoCommandSplitFaces::QgsMeshLayerUndoCommandSplitFaces | ( | QgsMeshEditor * | meshEditor, | 
| const QList< int > & | faceIndexes | ||
| ) | 
Constructor with the associated meshEditor and indexes faceIndexes of the faces to split.
Definition at line 1247 of file qgsmesheditor.cpp.
      
  | 
  override | 
Definition at line 1254 of file qgsmesheditor.cpp.