#include <MRMeshBoundarySelectionWidget.h>
Inheritance diagram for MR::ChangeBoundarySelectionHistoryAction:Public Member Functions | |
| ChangeBoundarySelectionHistoryAction (std::string name, BoundarySelectionWidget &widget, std::shared_ptr< ObjectMeshHolder > object, int index) | |
| std::string | name () const override |
| HistoryAction. | |
| void | action (Type type) override |
| This function is called on history action (undo, redo, etc.) | |
| 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 { Type::Undo , Type::Redo } |