MeshLib
 
Loading...
Searching...
No Matches
MR::ChangeMeshFaceSelectionAction Class Reference

Undo action for ObjectMesh face selection. More...

#include <MRChangeSelectionAction.h>

+ Inheritance diagram for MR::ChangeMeshFaceSelectionAction:

Public Types

using Obj = ObjectMesh
 
- Public Types inherited from MR::HistoryAction
enum class  Type { Undo , Redo }
 

Public Member Functions

 ChangeMeshFaceSelectionAction (const std::string &name, const std::shared_ptr< ObjectMesh > &objMesh)
 use this constructor to remember object's face selection before making any changes in it
 
 ChangeMeshFaceSelectionAction (const std::string &name, const std::shared_ptr< ObjectMesh > &objMesh, FaceBitSet &&newSelection)
 use this constructor to remember object's face selection and immediate set new value
 
virtual std::string name () const override
 
virtual void action (Type) override
 This function is called on history action (undo, redo, etc.)
 
const FaceBitSetselection () const
 
virtual size_t heapBytes () const override
 returns the amount of memory this object occupies on heap
 
- Public Member Functions inherited from MR::HistoryAction
virtual ~HistoryAction ()=default
 

Static Public Member Functions

static void setObjectDirty (const std::shared_ptr< ObjectMesh > &)
 empty because set dirty is inside selectFaces
 

Detailed Description

Undo action for ObjectMesh face selection.

Member Typedef Documentation

◆ Obj

Constructor & Destructor Documentation

◆ ChangeMeshFaceSelectionAction() [1/2]

MR::ChangeMeshFaceSelectionAction::ChangeMeshFaceSelectionAction ( const std::string & name,
const std::shared_ptr< ObjectMesh > & objMesh )
inline

use this constructor to remember object's face selection before making any changes in it

◆ ChangeMeshFaceSelectionAction() [2/2]

MR::ChangeMeshFaceSelectionAction::ChangeMeshFaceSelectionAction ( const std::string & name,
const std::shared_ptr< ObjectMesh > & objMesh,
FaceBitSet && newSelection )
inline

use this constructor to remember object's face selection and immediate set new value

Member Function Documentation

◆ action()

virtual void MR::ChangeMeshFaceSelectionAction::action ( Type actionType)
inlineoverridevirtual

This function is called on history action (undo, redo, etc.)

Implements MR::HistoryAction.

◆ heapBytes()

virtual size_t MR::ChangeMeshFaceSelectionAction::heapBytes ( ) const
inlinenodiscardoverridevirtual

returns the amount of memory this object occupies on heap

Implements MR::HistoryAction.

◆ name()

virtual std::string MR::ChangeMeshFaceSelectionAction::name ( ) const
inlineoverridevirtual

Implements MR::HistoryAction.

◆ selection()

const FaceBitSet & MR::ChangeMeshFaceSelectionAction::selection ( ) const
inline

◆ setObjectDirty()

static void MR::ChangeMeshFaceSelectionAction::setObjectDirty ( const std::shared_ptr< ObjectMesh > & )
inlinestatic

empty because set dirty is inside selectFaces


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