#include <MRChangeVoxelsAction.h>
|
| | ChangeSurfaceAction (std::string name, const std::shared_ptr< ObjectVoxels > &obj) |
| | use this constructor to remember object's surface before making any changes in it
|
| |
| 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 |
| |
◆ Obj
◆ ChangeSurfaceAction()
| MR::ChangeSurfaceAction::ChangeSurfaceAction |
( |
std::string | name, |
|
|
const std::shared_ptr< ObjectVoxels > & | obj ) |
|
inline |
use this constructor to remember object's surface before making any changes in it
◆ action()
This function is called on history action (undo, redo, etc.)
Implements MR::HistoryAction.
◆ heapBytes()
| virtual size_t MR::ChangeSurfaceAction::heapBytes |
( |
| ) |
const |
|
inlinenodiscardoverridevirtual |
returns the amount of memory this object occupies on heap
Implements MR::HistoryAction.
◆ name()
| virtual std::string MR::ChangeSurfaceAction::name |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ setObjectDirty()
| static void MR::ChangeSurfaceAction::setObjectDirty |
( |
const std::shared_ptr< Obj > & | obj | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: