LibrePCB Developers Documentation
|
Represents a KiCad footprint line. More...
#include <kicadtypes.h>
Static Public Member Functions | |
static KiCadFootprintLine | parse (const SExpression &node, MessageLogger &log) |
Public Attributes | |
QPointF | start |
QPointF | end |
qreal | strokeWidth |
KiCadStrokeType | strokeType |
KiCadLayer | layer |
Represents a KiCad footprint line.
|
static |
QPointF start |
QPointF end |
qreal strokeWidth |
KiCadStrokeType strokeType |
KiCadLayer layer |