![]() |
LibrePCB Developers Documentation
|
Represents a KiCad symbol polyline. More...
#include <kicadtypes.h>
Collaboration diagram for KiCadSymbolPolyline: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 |
Here is the call graph for this function:
Here is the caller graph for this function:| QList<QPointF> coordinates |
| qreal strokeWidth = 0 |
| KiCadStrokeType strokeType = KiCadStrokeType::Solid |
| KiCadSymbolFillType fillType = KiCadSymbolFillType::None |