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