history action for changing the length. It should be added to the history stack by user code More...
#include <MRDirectionWidget.h>
Public Member Functions | |
ChangeLengthAction (DirectionWidget &widget) | |
virtual void | action (Type) override |
This function is called on history action (undo, redo, etc.) | |
Public Member Functions inherited from MR::ChangeXfAction | |
ChangeXfAction (const std::string &name, const std::shared_ptr< Object > &obj) | |
Constructed from original obj. | |
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 { Undo , Redo } |
history action for changing the length. It should be added to the history stack by user code
|
inline |
|
inlineoverridevirtual |
This function is called on history action (undo, redo, etc.)
Reimplemented from MR::ChangeXfAction.