![]() |
Elevate Engine 1
|
Class to combine multiples commands to execute then or undo them in batches. More...
#include <Command.h>
Public Member Functions | |
| MacroCommand (std::vector< std::unique_ptr< Command > > &&commands) | |
| virtual void | Execute () override |
| virtual void | Undo () override |
Public Member Functions inherited from Elevate::Command | |
| virtual | ~Command ()=default |
| virtual bool | IsUndoable () const |
Class to combine multiples commands to execute then or undo them in batches.
|
inline |
|
inlineoverridevirtual |
Implements Elevate::Command.
Definition at line 25 of file Command.h.
|
inlineoverridevirtual |
Implements Elevate::Command.
Definition at line 30 of file Command.h.