![]() |
LibrePCB Developers Documentation
|
Represents a KiCad footprint circle. More...
#include <kicadtypes.h>
Collaboration diagram for KiCadFootprintCircle:Static Public Member Functions | |
| static KiCadFootprintCircle | parse (const SExpression &node, MessageLogger &log) |
Public Attributes | |
| QPointF | center |
| QPointF | end |
| KiCadLayer | layer |
| qreal | strokeWidth = 0 |
| KiCadStrokeType | strokeType = KiCadStrokeType::Solid |
| KiCadFootprintFillType | fillType |
Represents a KiCad footprint circle.
|
static |
Here is the call graph for this function:
Here is the caller graph for this function:| QPointF center |
| QPointF end |
| KiCadLayer layer |
| qreal strokeWidth = 0 |
| KiCadStrokeType strokeType = KiCadStrokeType::Solid |
| KiCadFootprintFillType fillType |