krita
KisCommandHistoryListener Class Reference
#include <kis_undo_adapter.h>
Detailed Description
Undo listeners want to be notified of undo and redo actions.add notification is given _before_ the command is added to the stack. execute notification is given on undo and redo
Definition at line 33 of file kis_undo_adapter.h.
Public Member Functions | |
virtual void | notifyCommandAdded (KCommand *cmd)=0 |
virtual void | notifyCommandExecuted (KCommand *cmd)=0 |
The documentation for this class was generated from the following file: