Undo action for ObjectLines polyline change.
More...
#include <MRChangePolylineAction.h>
|
| ChangePolylineAction (std::string name, const std::shared_ptr< ObjectLines > &obj) |
| use this constructor to remember object's polyline before making any changes in it
|
|
| ChangePolylineAction (std::string name, const std::shared_ptr< ObjectLines > &obj, std::shared_ptr< Polyline3 > newPolyline) |
| use this constructor to remember object's polyline and immediately set new polyline
|
|
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 |
|
Undo action for ObjectLines polyline change.
◆ Obj
◆ ChangePolylineAction() [1/2]
MR::ChangePolylineAction::ChangePolylineAction |
( |
std::string | name, |
|
|
const std::shared_ptr< ObjectLines > & | obj ) |
|
inline |
use this constructor to remember object's polyline before making any changes in it
◆ ChangePolylineAction() [2/2]
MR::ChangePolylineAction::ChangePolylineAction |
( |
std::string | name, |
|
|
const std::shared_ptr< ObjectLines > & | obj, |
|
|
std::shared_ptr< Polyline3 > | newPolyline ) |
|
inline |
use this constructor to remember object's polyline and immediately set new polyline
◆ action()
This function is called on history action (undo, redo, etc.)
Implements MR::HistoryAction.
◆ heapBytes()
virtual size_t MR::ChangePolylineAction::heapBytes |
( |
| ) |
const |
|
inlinenodiscardoverridevirtual |
returns the amount of memory this object occupies on heap
Implements MR::HistoryAction.
◆ name()
virtual std::string MR::ChangePolylineAction::name |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ setObjectDirty()
static void MR::ChangePolylineAction::setObjectDirty |
( |
const std::shared_ptr< ObjectLines > & | obj | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: