|
Krita Source Code Documentation
|
The KisDumbUndoStore class doesn't actually save commands, so you cannot undo or redo! More...
#include <kis_undo_stores.h>
Inheritance diagram for KisDumbUndoStore:Public Member Functions | |
| void | addCommand (KUndo2Command *cmd) override |
| void | beginMacro (const KUndo2MagicString ¯oName) override |
| void | endMacro () override |
| const KUndo2Command * | presentCommand () override |
| void | purgeRedoState () override |
| void | undoLastCommand () override |
Public Member Functions inherited from KisUndoStore | |
| KisUndoStore () | |
| virtual | ~KisUndoStore () |
Additional Inherited Members | |
Signals inherited from KisUndoStore | |
| void | historyStateChanged () |
The KisDumbUndoStore class doesn't actually save commands, so you cannot undo or redo!
Definition at line 51 of file kis_undo_stores.h.
|
overridevirtual |
Ermm.. Done with it! :P
Implements KisUndoStore.
Definition at line 109 of file kis_undo_stores.cpp.
References KisUndoStore::historyStateChanged(), and KUndo2Command::redo().
|
overridevirtual |
Yes, sir! >:)
Implements KisUndoStore.
Definition at line 120 of file kis_undo_stores.cpp.
|
overridevirtual |
Roger that! :)
Implements KisUndoStore.
Definition at line 128 of file kis_undo_stores.cpp.
References KisUndoStore::historyStateChanged().
|
overridevirtual |
WARNING: All these methods are not considered as thread-safe
Implements KisUndoStore.
Definition at line 95 of file kis_undo_stores.cpp.
|
overridevirtual |
Erm... what? %)
Implements KisUndoStore.
Definition at line 137 of file kis_undo_stores.cpp.
|
overridevirtual |
Ermm.. Do we actually have one? We are dumb! ;)
Implements KisUndoStore.
Definition at line 100 of file kis_undo_stores.cpp.
References KisUndoStore::historyStateChanged().