#include <MRChangePointCloudAction.h>
Inheritance diagram for MR::ChangePointCloudPointsAction:Public Types | |
| using | Obj = ObjectPoints |
Public Types inherited from MR::HistoryAction | |
| enum class | Type { Type::Undo , Type::Redo } |
Public Member Functions | |
| ChangePointCloudPointsAction (std::string name, const std::shared_ptr< ObjectPoints > &obj) | |
| use this constructor to remember object's points field before making any changes in it | |
| ChangePointCloudPointsAction (std::string name, const std::shared_ptr< ObjectPoints > &obj, VertCoords &&newPoints) | |
| use this constructor to remember object's points field and immediate set new value | |
| 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 |
Static Public Member Functions | |
| static void | setObjectDirty (const std::shared_ptr< ObjectPoints > &obj) |
Undo action for points field inside ObjectPoints