|
Krita Source Code Documentation
|
#include <kis_undo_adapter.h>
Inheritance diagram for KisUndoAdapter:Signals | |
| void | selectionChanged () |
Public Member Functions | |
| virtual void | addCommand (KUndo2Command *cmd)=0 |
| virtual void | beginMacro (const KUndo2MagicString ¯oName)=0 |
| void | emitSelectionChanged () |
| virtual void | endMacro ()=0 |
| KisUndoAdapter (KisUndoStore *undoStore, QObject *parent=0) | |
| virtual const KUndo2Command * | presentCommand ()=0 |
| void | setUndoStore (KisUndoStore *undoStore) |
| virtual void | undoLastCommand ()=0 |
| ~KisUndoAdapter () override | |
Protected Member Functions | |
| KisUndoStore * | undoStore () |
Private Attributes | |
| KisUndoStore * | m_undoStore |
Definition at line 16 of file kis_undo_adapter.h.
| KisUndoAdapter::KisUndoAdapter | ( | KisUndoStore * | undoStore, |
| QObject * | parent = 0 ) |
Definition at line 10 of file kis_undo_adapter.cpp.
|
override |
Definition at line 16 of file kis_undo_adapter.cpp.
|
pure virtual |
Implemented in KisLegacyUndoAdapter, and KisSurrogateUndoAdapter.
|
pure virtual |
Implemented in KisLegacyUndoAdapter, and KisSurrogateUndoAdapter.
| void KisUndoAdapter::emitSelectionChanged | ( | ) |
Definition at line 20 of file kis_undo_adapter.cpp.
References selectionChanged().
|
pure virtual |
Implemented in KisLegacyUndoAdapter, and KisSurrogateUndoAdapter.
|
pure virtual |
Implemented in KisLegacyUndoAdapter, and KisSurrogateUndoAdapter.
|
signal |
|
inline |
Definition at line 33 of file kis_undo_adapter.h.
|
pure virtual |
Implemented in KisLegacyUndoAdapter, and KisSurrogateUndoAdapter.
|
inlineprotected |
Definition at line 41 of file kis_undo_adapter.h.
|
private |
Definition at line 47 of file kis_undo_adapter.h.