LibrePCB Developers Documentation
|
Represents a KiCad symbol polyline. More...
#include <kicadtypes.h>
Static Public Member Functions | |
static KiCadSymbolPolyline | parse (const SExpression &node, MessageLogger &log) |
Public Attributes | |
QList< QPointF > | coordinates |
qreal | strokeWidth = 0 |
KiCadStrokeType | strokeType = KiCadStrokeType::Solid |
KiCadSymbolFillType | fillType = KiCadSymbolFillType::None |
Represents a KiCad symbol polyline.
|
static |
QList<QPointF> coordinates |
qreal strokeWidth = 0 |
KiCadStrokeType strokeType = KiCadStrokeType::Solid |
KiCadSymbolFillType fillType = KiCadSymbolFillType::None |