KiCad PCB EDA Suite
|
A clone of IMPORTED_STROKE, but with floating-point width. More...
#include <graphics_importer.h>
Public Member Functions | |
IMPORTED_STROKE (double aWidth=0, LINE_STYLE aPlotStyle=LINE_STYLE::DEFAULT, const KIGFX::COLOR4D &aColor=KIGFX::COLOR4D::UNSPECIFIED) | |
double | GetWidth () const |
void | SetWidth (double aWidth) |
LINE_STYLE | GetPlotStyle () const |
void | SetPlotStyle (LINE_STYLE aPlotStyle) |
KIGFX::COLOR4D | GetColor () const |
void | SetColor (const KIGFX::COLOR4D &aColor) |
Private Attributes | |
double | m_width |
LINE_STYLE | m_plotstyle |
KIGFX::COLOR4D | m_color |
A clone of IMPORTED_STROKE, but with floating-point width.
Definition at line 47 of file graphics_importer.h.
|
inline |
Definition at line 50 of file graphics_importer.h.
|
inline |
Definition at line 63 of file graphics_importer.h.
References m_color.
Referenced by GRAPHICS_IMPORTER_LIB_SYMBOL::MapStrokeParams(), GRAPHICS_IMPORTER_SCH::MapStrokeParams(), and GRAPHICS_IMPORTER_PCBNEW::MapStrokeParams().
|
inline |
Definition at line 60 of file graphics_importer.h.
References m_plotstyle.
Referenced by GRAPHICS_IMPORTER_LIB_SYMBOL::MapStrokeParams(), GRAPHICS_IMPORTER_SCH::MapStrokeParams(), and GRAPHICS_IMPORTER_PCBNEW::MapStrokeParams().
|
inline |
Definition at line 57 of file graphics_importer.h.
References m_width.
Referenced by GRAPHICS_IMPORTER_LIB_SYMBOL::AddSpline(), GRAPHICS_IMPORTER_SCH::AddSpline(), IMPORTED_ARC::GetBoundingBox(), GRAPHICS_IMPORTER_LIB_SYMBOL::MapStrokeParams(), GRAPHICS_IMPORTER_SCH::MapStrokeParams(), and GRAPHICS_IMPORTER_PCBNEW::MapStrokeParams().
|
inline |
Definition at line 64 of file graphics_importer.h.
References m_color.
|
inline |
Definition at line 61 of file graphics_importer.h.
References m_plotstyle.
|
inline |
Definition at line 58 of file graphics_importer.h.
References m_width.
|
private |
Definition at line 69 of file graphics_importer.h.
Referenced by GetColor(), and SetColor().
|
private |
Definition at line 68 of file graphics_importer.h.
Referenced by GetPlotStyle(), and SetPlotStyle().
|
private |
Definition at line 67 of file graphics_importer.h.
Referenced by GetWidth(), and SetWidth().