|
|
A Macro Command is a command that holds several sub-commands. It will appear as one to the user and in the command history, but it can use the implementation of multiple commands internally.
|
Create a macro command. You will then need to call addCommand for each subcommand to be added to this macro command.
Parameters:
name | the name of this command, translated, since it will appear in the menus. |
|
[virtual]
void |
Appends a command to this macro command. The ownership is transfered to the macro command.
void |
[virtual]
Execute this command, i.e. execute all the sub-commands in the order in which they were added.
Reimplemented from KCommand.
void |
[virtual]
Undo the execution of this command, i.e. unexecute all the sub-commands in the _reverse_ order to the one in which they were added.
Reimplemented from KCommand.
QList<KCommand> |
[protected: ]
Generated by: marc@yogi on Tue Mar 27 13:07:09 2001, using kdoc 2.0a48. |