#include <MRChangeSceneAction.h>
Inheritance diagram for MR::ChangeSceneAction:Public Types | |
| enum class | Type { Type::AddObject , Type::RemoveObject } |
Public Types inherited from MR::HistoryAction | |
| enum class | Type { Type::Undo , Type::Redo } |
Public Member Functions | |
| MRMESH_API | ChangeSceneAction (const std::string &name, const std::shared_ptr< Object > &obj, Type type) |
| Constructed before removal or addition. | |
| virtual std::string | name () const override |
| virtual MRMESH_API void | action (HistoryAction::Type actionType) override |
| This function is called on history action (undo, redo, etc.) | |
| virtual MRMESH_API 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 |
Change scene action