debugdecorator.h
Go to the documentation of this file.
Definition: debugdecorator.h:9
virtual void unExcute() const override
Reverse the execute() function.
Definition: debugdecorator.cpp:39
virtual bool isSave() const override
Is the command is in a save state.
Definition: debugdecorator.cpp:34
Definition: commanddecorator.h:8
DebugDecorator(ICommand *decoratedCommand)
Definition: debugdecorator.cpp:10
virtual QString infos() const override
Get display info for this command.
Definition: debugdecorator.cpp:51
virtual void executeSave() override
Save current state of the command for the reverse unExcute()
Definition: debugdecorator.cpp:26
Definition: api.h:13
virtual void execute() const override
Execute the command.
Definition: debugdecorator.cpp:14