|
| | ChangeVertsColorMapAction (const std::string &name, const std::shared_ptr< T > &obj) |
| | use this constructor to remember object's vertex colors before making any changes in them
|
| |
| | ChangeVertsColorMapAction (const std::string &name, const std::shared_ptr< T > &obj, VertColors &&newVertsColorMap) |
| | use this constructor to remember object's vertex 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
|
| |
| virtual | ~HistoryAction ()=default |
| |
template<typename T>
class MR::ChangeVertsColorMapAction< T >
History action for vertsColorMap change