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