~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/console-output-undo-observer.h

  • Committer: gustav_b
  • Date: 2007-03-29 23:02:20 UTC
  • Revision ID: gustav_b@users.sourceforge.net-20070329230220-wwyngijd7ha00x8h
Notify UndoStackObservers on commited incomplete transactions and sp_document_{undo,redo}_clear, 
see #1684042.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    void notifyUndoEvent(Event* log);
26
26
    void notifyRedoEvent(Event* log);
27
27
    void notifyUndoCommitEvent(Event* log);
 
28
    void notifyClearUndoEvent();
 
29
    void notifyClearRedoEvent();
28
30
 
29
31
};
30
32
}