#include <MRMesh/MRCombinedHistoryAction.h>
Public Member Functions | |
| CombinedHistoryAction (const std::string &name, const std::vector< std::shared_ptr< HistoryAction > > &actions) | |
| Will call action() for each actions in given order (undo in reverse, redo in forward) | |
| virtual std::string | name () const override |
| virtual void | action (HistoryAction::Type type) override |
| This function is called on history action (undo, redo, etc.) | |
| HistoryActionsVector & | getStack () |
| const HistoryActionsVector & | getStack () const |
| bool | filter (HistoryStackFilter filteringCondition) |
| bool | empty () 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 |
Additional Inherited Members | |
| Public Types inherited from MR::HistoryAction | |
| enum class | Type { Type::Undo , Type::Redo } |
History action for combine some history actions