org.kde.koala
public interface KCommandHistorySignals
| Method Summary | |
|---|---|
| void | commandExecuted()
Emitted every time a command is executed
(whether by addCommand, undo or redo).
|
| 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. |
UNKNOWN: Emitted every time a command is executed (whether by addCommand, undo or redo).
Parameters: command was executed
UNKNOWN: Emitted every time a command is executed (whether by addCommand, undo or redo).
UNKNOWN: Emitted every time we reach the index where you saved the document for the last time.