KiCad PCB EDA Suite
Loading...
Searching...
No Matches
STROKE_PARAMS Member List

This is the complete list of members for STROKE_PARAMS, including all inherited members.

Format(OUTPUTFORMATTER *out, const EDA_IU_SCALE &aIuScale, int nestLevel) constSTROKE_PARAMS
GetColor() constSTROKE_PARAMSinline
GetLineStyle() constSTROKE_PARAMSinline
GetLineStyleToken(LINE_STYLE aStyle)STROKE_PARAMSstatic
GetMsgPanelInfo(UNITS_PROVIDER *aUnitsProvider, std::vector< MSG_PANEL_ITEM > &aList, bool aIncludeStyle=true, bool aIncludeWidth=true)STROKE_PARAMS
GetWidth() constSTROKE_PARAMSinline
m_colorSTROKE_PARAMSprivate
m_lineStyleSTROKE_PARAMSprivate
m_widthSTROKE_PARAMSprivate
operator!=(const STROKE_PARAMS &aOther)STROKE_PARAMSinline
SetColor(const KIGFX::COLOR4D &aColor)STROKE_PARAMSinline
SetLineStyle(LINE_STYLE aLineStyle)STROKE_PARAMSinline
SetWidth(int aWidth)STROKE_PARAMSinline
Stroke(const SHAPE *aShape, LINE_STYLE aLineStyle, int aWidth, const KIGFX::RENDER_SETTINGS *aRenderSettings, const std::function< void(const VECTOR2I &a, const VECTOR2I &b)> &aStroker)STROKE_PARAMSstatic
STROKE_PARAMS(int aWidth=0, LINE_STYLE aLineStyle=LINE_STYLE::DEFAULT, const KIGFX::COLOR4D &aColor=KIGFX::COLOR4D::UNSPECIFIED)STROKE_PARAMSinline