history action for changing the visible. It should be added to the history stack by user code More...
#include <MRDirectionWidget.h>
Inheritance diagram for MR::DirectionWidget::ChangeVisibleAction:Public Member Functions | |
| ChangeVisibleAction (DirectionWidget &widget) | |
| virtual void | action (Type) override |
| This function is called on history action (undo, redo, etc.) | |
| virtual std::string | name () const override |
| 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 changing the visible. It should be added to the history stack by user code