|
Krita Source Code Documentation
|
#include <KoDialog.h>#include "KisProofingConfiguration.h"#include <kis_types.h>#include "KisViewManager.h"#include "KoStrokeConfigWidget.h"#include "ui_wdgstrokeselectionproperties.h"#include <kis_canvas2.h>#include <KisToolShapeUtils.h>Go to the source code of this file.
Classes | |
| class | KisDlgStrokeSelection |
| struct | StrokeSelectionOptions |
| class | WdgStrokeSelection |
Enumerations | |
| enum class | ColorFillSource { None , PaintColor , BGColor , CustomColor , FGColor } |
| enum class | ColorLineSource { FGColor , BGColor , CustomColor } |
| enum class | DrawType { CurrentBrush , Line } |
| enum | LinePosition { Outside , Inside , Center } |
|
strong |
| Enumerator | |
|---|---|
| None | |
| PaintColor | |
| BGColor | |
| CustomColor | |
| FGColor | |
Definition at line 36 of file kis_dlg_stroke_selection_properties.h.
|
strong |
| Enumerator | |
|---|---|
| FGColor | |
| BGColor | |
| CustomColor | |
Definition at line 31 of file kis_dlg_stroke_selection_properties.h.
|
strong |
| Enumerator | |
|---|---|
| CurrentBrush | |
| Line | |
Definition at line 26 of file kis_dlg_stroke_selection_properties.h.
| enum LinePosition |
| Enumerator | |
|---|---|
| Outside | |
| Inside | |
| Center | |
Definition at line 21 of file kis_dlg_stroke_selection_properties.h.