Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_dlg_stroke_selection_properties.h File Reference
#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 }
 

Enumeration Type Documentation

◆ ColorFillSource

enum class ColorFillSource
strong
Enumerator
None 
PaintColor 
BGColor 
CustomColor 
FGColor 

Definition at line 36 of file kis_dlg_stroke_selection_properties.h.

◆ ColorLineSource

enum class ColorLineSource
strong
Enumerator
FGColor 
BGColor 
CustomColor 

Definition at line 31 of file kis_dlg_stroke_selection_properties.h.

32{
34};

◆ DrawType

enum class DrawType
strong
Enumerator
CurrentBrush 
Line 

Definition at line 26 of file kis_dlg_stroke_selection_properties.h.

27{
29};

◆ LinePosition

Enumerator
Outside 
Inside 
Center 

Definition at line 21 of file kis_dlg_stroke_selection_properties.h.