|
Krita Source Code Documentation
|
#include <kis_dlg_stroke_selection_properties.h>
Public Member Functions | |
| KisToolShapeUtils::FillStyle | fillStyle () const |
| void | lock () |
| StrokeSelectionOptions () | |
Public Attributes | |
| bool | brushSelected {false} |
| KoColor | color |
| ColorFillSource | colorFillSource {ColorFillSource::None} |
| ColorLineSource | colorLineSource {ColorLineSource::FGColor} |
| KoColor | customColor |
| KoColor | fillColor |
| int | lineDimension {1} |
| int | lineSize {1} |
Definition at line 40 of file kis_dlg_stroke_selection_properties.h.
| StrokeSelectionOptions::StrokeSelectionOptions | ( | ) |
Definition at line 338 of file kis_dlg_stroke_selection_properties.cpp.
| KisToolShapeUtils::FillStyle StrokeSelectionOptions::fillStyle | ( | ) | const |
Definition at line 345 of file kis_dlg_stroke_selection_properties.cpp.
References BGColor, colorFillSource, CustomColor, FGColor, None, and PaintColor.
| void StrokeSelectionOptions::lock | ( | ) |
| bool StrokeSelectionOptions::brushSelected {false} |
Definition at line 45 of file kis_dlg_stroke_selection_properties.h.
| KoColor StrokeSelectionOptions::color |
Definition at line 49 of file kis_dlg_stroke_selection_properties.h.
| ColorFillSource StrokeSelectionOptions::colorFillSource {ColorFillSource::None} |
Definition at line 46 of file kis_dlg_stroke_selection_properties.h.
| ColorLineSource StrokeSelectionOptions::colorLineSource {ColorLineSource::FGColor} |
Definition at line 47 of file kis_dlg_stroke_selection_properties.h.
| KoColor StrokeSelectionOptions::customColor |
Definition at line 51 of file kis_dlg_stroke_selection_properties.h.
| KoColor StrokeSelectionOptions::fillColor |
Definition at line 50 of file kis_dlg_stroke_selection_properties.h.
| int StrokeSelectionOptions::lineDimension {1} |
Definition at line 48 of file kis_dlg_stroke_selection_properties.h.
| int StrokeSelectionOptions::lineSize {1} |
Definition at line 44 of file kis_dlg_stroke_selection_properties.h.