#include <MRChangeColoringActions.h>
Inheritance diagram for MR::ChangeLinesColorMapAction:Public Types | |
| using | Obj = ObjectLinesHolder |
Public Types inherited from MR::HistoryAction | |
| enum class | Type { Undo , Redo } |
Public Member Functions | |
| ChangeLinesColorMapAction (const std::string &name, const std::shared_ptr< ObjectLinesHolder > &obj) | |
| use this constructor to remember object's line colors before making any changes in them | |
| ChangeLinesColorMapAction (const std::string &name, const std::shared_ptr< ObjectLinesHolder > &obj, UndirectedEdgeColors &&newColorMap) | |
| use this constructor to remember object's lines colors 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< ObjectLinesHolder > &obj) |
History action for lines color map change
|
inline |
use this constructor to remember object's line colors before making any changes in them
|
inline |
use this constructor to remember object's lines colors and immediate set new value
|
inlineoverridevirtual |
This function is called on history action (undo, redo, etc.)
Implements MR::HistoryAction.
|
inlinenodiscardoverridevirtual |
returns the amount of memory this object occupies on heap
Implements MR::HistoryAction.
|
inlineoverridevirtual |
Implements MR::HistoryAction.
|
inlinestatic |