#include <MRChangeNameAction.h>
Inheritance diagram for MR::ChangeNameAction:Public Member Functions | |
| ChangeNameAction (const std::string &actionName, std::shared_ptr< Object > obj) | |
| construct before giving new name to the object | |
| virtual std::string | name () const override |
| virtual void | action (HistoryAction::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 } |
This action to undo/redo the change of object name
|
inline |
construct before giving new name to the object
|
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.