#include <MacroCommand.h>
Public Member Functions | |
| MacroCommand (unsigned cmd_number, const cl7::string_type &cmd_name, world::WorldDesc *world_desc) | |
| virtual | ~MacroCommand (void) |
| void | add_command (Command *cmd) |
The (base) class for macro commands subsuming several (atomic) commands.
| cyber::editor::commands::MacroCommand::MacroCommand | ( | unsigned | cmd_number, | |
| const cl7::string_type & | cmd_name, | |||
| world::WorldDesc * | world_desc | |||
| ) |
Explicit constructor.
| cyber::editor::commands::MacroCommand::~MacroCommand | ( | void | ) | [virtual] |
Destructor.
| void cyber::editor::commands::MacroCommand::add_command | ( | Command * | cmd | ) |
Adds the given command to this macro command.
1.7.1