#include <MRChangeScaleAction.h>
Public Member Functions | |
ChangeScaleAction (const std::string &name, const std::shared_ptr< Object > &obj, float scale) | |
Constructor that performs object scaling, and remembers inverted scale value for undoing. | |
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 | |
![]() | |
virtual | ~HistoryAction ()=default |
Additional Inherited Members | |
![]() | |
enum class | Type { Undo , Redo } |
History action for scale object change
|
inline |
Constructor that performs object scaling, and remembers inverted scale value for undoing.
|
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.