|
Krita Source Code Documentation
|
#include <move_selection_stroke_strategy.h>
Inheritance diagram for MoveSelectionStrokeStrategy::ShowSelectionData:Public Member Functions | |
| KisStrokeJobData * | createLodClone (int levelOfDetail) override |
| ShowSelectionData (bool _showSelection) | |
Public Member Functions inherited from KisStrokeJobData | |
| 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 | |
| bool | showSelection = false |
Protected Member Functions | |
| ShowSelectionData (const ShowSelectionData &rhs, int levelOfDetail) | |
Protected Member Functions inherited from KisStrokeJobData | |
| KisStrokeJobData (const KisStrokeJobData &rhs) | |
Additional Inherited Members | |
Public Types inherited from KisStrokeJobData | |
| enum | Exclusivity { NORMAL , EXCLUSIVE } |
| enum | Sequentiality { CONCURRENT , SEQUENTIAL , BARRIER , UNIQUELY_CONCURRENT } |
Definition at line 24 of file move_selection_stroke_strategy.h.
|
inline |
Definition at line 26 of file move_selection_stroke_strategy.h.
|
protected |
Definition at line 218 of file move_selection_stroke_strategy.cpp.
|
overridevirtual |
Reimplemented from KisStrokeJobData.
Definition at line 213 of file move_selection_stroke_strategy.cpp.
References ShowSelectionData().
| bool MoveSelectionStrokeStrategy::ShowSelectionData::showSelection = false |
Definition at line 33 of file move_selection_stroke_strategy.h.