KiCad PCB EDA Suite
|
This is the complete list of members for STROKE_PARAMS, including all inherited members.
Format(OUTPUTFORMATTER *out, const EDA_IU_SCALE &aIuScale, int nestLevel) const | STROKE_PARAMS | |
GetColor() const | STROKE_PARAMS | inline |
GetLineStyle() const | STROKE_PARAMS | inline |
GetLineStyleToken(LINE_STYLE aStyle) | STROKE_PARAMS | static |
GetMsgPanelInfo(UNITS_PROVIDER *aUnitsProvider, std::vector< MSG_PANEL_ITEM > &aList, bool aIncludeStyle=true, bool aIncludeWidth=true) | STROKE_PARAMS | |
GetWidth() const | STROKE_PARAMS | inline |
m_color | STROKE_PARAMS | private |
m_lineStyle | STROKE_PARAMS | private |
m_width | STROKE_PARAMS | private |
operator!=(const STROKE_PARAMS &aOther) const | STROKE_PARAMS | inline |
SetColor(const KIGFX::COLOR4D &aColor) | STROKE_PARAMS | inline |
SetLineStyle(LINE_STYLE aLineStyle) | STROKE_PARAMS | inline |
SetWidth(int aWidth) | STROKE_PARAMS | inline |
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_PARAMS | static |
STROKE_PARAMS(int aWidth=0, LINE_STYLE aLineStyle=LINE_STYLE::DEFAULT, const KIGFX::COLOR4D &aColor=KIGFX::COLOR4D::UNSPECIFIED) | STROKE_PARAMS | inline |