|
Krita Source Code Documentation
|
#include <kis_stroke_strategy_undo_command_based.h>
Inheritance diagram for KisStrokeStrategyUndoCommandBased::Data:Public Member Functions | |
| Data (KUndo2Command *_command, bool _undo=false, Sequentiality _sequentiality=SEQUENTIAL, Exclusivity _exclusivity=NORMAL, bool _shouldGoToHistory=true) | |
| Data (KUndo2CommandSP _command, bool _undo=false, Sequentiality _sequentiality=SEQUENTIAL, Exclusivity _exclusivity=NORMAL, bool _shouldGoToHistory=true) | |
| ~Data () override | |
Public Member Functions inherited from KisStrokeJobData | |
| virtual KisStrokeJobData * | createLodClone (int levelOfDetail) |
| Exclusivity | exclusivity () |
| bool | isBarrier () const |
| bool | isCancellable () const |
| bool | isExclusive () const |
| bool | isSequential () const |
| KisStrokeJobData (Sequentiality sequentiality=SEQUENTIAL, Exclusivity exclusivity=NORMAL) | |
| int | levelOfDetailOverride () const |
| Sequentiality | sequentiality () |
| void | setCancellable (bool value) |
| void | setLevelOfDetailOverride (int value) |
| virtual | ~KisStrokeJobData () |
Public Attributes | |
| KUndo2CommandSP | command |
| bool | shouldGoToHistory = true |
| bool | undo |
Additional Inherited Members | |
Public Types inherited from KisStrokeJobData | |
| enum | Exclusivity { NORMAL , EXCLUSIVE } |
| enum | Sequentiality { CONCURRENT , SEQUENTIAL , BARRIER , UNIQUELY_CONCURRENT } |
Protected Member Functions inherited from KisStrokeJobData | |
| KisStrokeJobData (const KisStrokeJobData &rhs) | |
Definition at line 45 of file kis_stroke_strategy_undo_command_based.h.
|
inline |
Definition at line 47 of file kis_stroke_strategy_undo_command_based.h.
|
inline |
Definition at line 59 of file kis_stroke_strategy_undo_command_based.h.
|
override |
Definition at line 15 of file kis_stroke_strategy_undo_command_based.cpp.
| KUndo2CommandSP KisStrokeStrategyUndoCommandBased::Data::command |
Definition at line 73 of file kis_stroke_strategy_undo_command_based.h.
| bool KisStrokeStrategyUndoCommandBased::Data::shouldGoToHistory = true |
Definition at line 75 of file kis_stroke_strategy_undo_command_based.h.
| bool KisStrokeStrategyUndoCommandBased::Data::undo |
Definition at line 74 of file kis_stroke_strategy_undo_command_based.h.