Base interface for undoable and redoable editor actions.
Definition Common.h:24
virtual ~Action()=default
Virtual destructor for safe polymorphic destruction.
virtual void Redo()=0
Reapplies the effects of this action.
virtual void Undo()=0
Reverts the effects of this action.
The FuncDoodle C++ namespace.
Definition Common.h:12