org.kde.koala
public class KMacroCommand extends KNamedCommand
UNKNOWN: A Macro Command is a command that holds several sub-commands.
| Constructor Summary | |
|---|---|
| protected | KMacroCommand(Class dummy) |
| KMacroCommand(String name)
Creates a macro command. | |
| Method Summary | |
|---|---|
| void | addCommand(KCommand command)
Appends a command to this macro command.
|
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| void | execute()
Executes this command, i.e. execute all the sub-commands
in the order in which they were added. |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| void | unexecute()
Undoes the execution of this command, i.e. |
Parameters: name the name of this command, translated, since it will appear in the menus.
UNKNOWN: Creates a macro command.
UNKNOWN: Appends a command to this macro command.
UNKNOWN: Executes this command, i.
UNKNOWN: Undoes the execution of this command, i.