org.kde.koala

Interface KCommandHistorySignals

public interface KCommandHistorySignals

Method Summary
voidcommandExecuted()
Emitted every time a command is executed (whether by addCommand, undo or redo).
voidcommandExecuted(KCommand command)
Emitted every time a command is executed (whether by addCommand, undo or redo).
voiddocumentRestored()
Emitted every time we reach the index where you saved the document for the last time.

Method Detail

commandExecuted

public void commandExecuted()
Emitted every time a command is executed (whether by addCommand, undo or redo). You can use this to update the GUI, for instance. KDE4 TODO: remove

UNKNOWN: Emitted every time a command is executed (whether by addCommand, undo or redo).

commandExecuted

public void commandExecuted(KCommand command)
Emitted every time a command is executed (whether by addCommand, undo or redo). You can use this to update the GUI, for instance.

Parameters: command was executed

UNKNOWN: Emitted every time a command is executed (whether by addCommand, undo or redo).

documentRestored

public void documentRestored()
Emitted every time we reach the index where you saved the document for the last time. See documentSaved

UNKNOWN: Emitted every time we reach the index where you saved the document for the last time.