org.kde.koala
Interface KCommandHistorySignals


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.
 

Method Detail

commandExecuted

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


commandExecuted

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

documentRestored

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