#include <command.h>
Inheritance diagram for IAEX::CompositeCommand:
This is not fully implemented. It is just a template for the composite command.
One command could execute a lot of things. Notice that commands are executed in the order that they are added (or see STL vector). This command could be used to make some kind of macro of other commands. It seems to be very powerful.
Use this class with caution.