|
Krita Source Code Documentation
|
Go to the source code of this file.
Enumerations | |
| enum | SelectionAction { SELECTION_REPLACE = 0 , SELECTION_ADD , SELECTION_SUBTRACT , SELECTION_INTERSECT , SELECTION_SYMMETRICDIFFERENCE , SELECTION_DEFAULT } |
| enum | SelectionMode { PIXEL_SELECTION = 0 , SHAPE_PROTECTION } |
| enum SelectionAction |
| Enumerator | |
|---|---|
| SELECTION_REPLACE | |
| SELECTION_ADD | |
| SELECTION_SUBTRACT | |
| SELECTION_INTERSECT | |
| SELECTION_SYMMETRICDIFFERENCE | |
| SELECTION_DEFAULT | |
Definition at line 16 of file KisSelectionTags.h.
| enum SelectionMode |
| Enumerator | |
|---|---|
| PIXEL_SELECTION | |
| SHAPE_PROTECTION | |
Definition at line 11 of file KisSelectionTags.h.