kcommand.h
void addCommand(KCommand *command, bool execute=true)
Adds a command to the history.
Definition kcommand.cpp:130
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
void addCommand(KCommand *command)
Appends a command to this macro command.
Definition kcommand.cpp:38
Trinity API Reference