commanddecorator.h
Go to the documentation of this file.
CommandDecorator(interfaces::ICommand *decoratedCommand)
Allow to add new comportement feature on the decoratedCommand.
Definition: commanddecorator.cpp:7
Definition: commanddecorator.h:8
interfaces::ICommand * m_decoratedCommand
Definition: commanddecorator.h:11
Definition: api.h:13
Definition: icommand.h:15