Krita Source Code Documentation
Loading...
Searching...
No Matches
KisSelectionTags.h File Reference

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 }
 

Enumeration Type Documentation

◆ SelectionAction

Enumerator
SELECTION_REPLACE 
SELECTION_ADD 
SELECTION_SUBTRACT 
SELECTION_INTERSECT 
SELECTION_SYMMETRICDIFFERENCE 
SELECTION_DEFAULT 

Definition at line 16 of file KisSelectionTags.h.

16 {
23};
@ SELECTION_REPLACE
@ SELECTION_INTERSECT
@ SELECTION_SYMMETRICDIFFERENCE
@ SELECTION_DEFAULT
@ SELECTION_SUBTRACT
@ SELECTION_ADD

◆ SelectionMode

Enumerator
PIXEL_SELECTION 
SHAPE_PROTECTION 

Definition at line 11 of file KisSelectionTags.h.

11 {
14};
@ PIXEL_SELECTION
@ SHAPE_PROTECTION