kcommand.h
The command history stores a (user) configurable amount of Commands.
Definition: kcommand.h:156
void commandExecuted(KCommand *command)
Emitted every time a command is executed (whether by addCommand, undo or redo).
void documentRestored()
Emitted every time we reach the index where you saved the document for the last time.
void commandExecuted()
Emitted every time a command is executed (whether by addCommand, undo or redo).
virtual TQString name() const =0
A Macro Command is a command that holds several sub-commands.
Definition: kcommand.h:111