#include <MRObjectTransformWidget.h>
|
| | ChangeCenterAction (const std::string &name, ITransformControls &controls) |
| |
| 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
|
| |
| unsafe void | action (MR.HistoryAction.Type actionType) |
| |
| virtual | ~HistoryAction ()=default |
| |
◆ ChangeCenterAction()
| MR::ITransformControls::ChangeCenterAction::ChangeCenterAction |
( |
const std::string & | name, |
|
|
ITransformControls & | controls ) |
|
inline |
◆ action()
| virtual void MR::ITransformControls::ChangeCenterAction::action |
( |
HistoryAction::Type | actionType | ) |
|
|
inlineoverridevirtual |
This function is called on history action (undo, redo, etc.)
Implements MR::HistoryAction.
◆ heapBytes()
| virtual size_t MR::ITransformControls::ChangeCenterAction::heapBytes |
( |
| ) |
const |
|
inlinenodiscardoverridevirtual |
returns the amount of memory this object occupies on heap
Implements MR::HistoryAction.
◆ name()
| virtual std::string MR::ITransformControls::ChangeCenterAction::name |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: