|
| | ChangeObjectSelectedAction (const std::string &name, const std::shared_ptr< Object > &obj) |
| | use this constructor to remember object's isSelected property before making any changes in it
|
| |
| | ChangeObjectSelectedAction (const std::string &name, const std::shared_ptr< Object > &obj, bool newValue) |
| | use this constructor to remember object's isSelected property and immediately 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 |
| |
History action for object selected state