Undo action for ObjectMeshData change partially. More...
#include <MRChangeMeshDataAction.h>
Inheritance diagram for MR::PartialChangeMeshDataAction:Public Member Functions | |
| MRMESH_API | PartialChangeMeshDataAction (std::string name, const std::shared_ptr< ObjectMesh > &obj, ObjectMeshData &&newData) |
| use this constructor to remember object's data and immediately set new data | |
| virtual std::string | name () const override |
| virtual void | action (HistoryAction::Type type) override |
| This function is called on history action (undo, redo, etc.) | |
| 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 |
Additional Inherited Members | |
Public Types inherited from MR::HistoryAction | |
| enum class | Type { Undo , Redo } |
Undo action for ObjectMeshData change partially.
| MRMESH_API MR::PartialChangeMeshDataAction::PartialChangeMeshDataAction | ( | std::string | name, |
| const std::shared_ptr< ObjectMesh > & | obj, | ||
| ObjectMeshData && | newData ) |
use this constructor to remember object's data and immediately set new data
|
inlineoverridevirtual |
This function is called on history action (undo, redo, etc.)
Implements MR::HistoryAction.
|
inlinenodiscardoverridevirtual |
returns the amount of memory this object occupies on heap
Implements MR::HistoryAction.
|
inlineoverridevirtual |
Implements MR::HistoryAction.