LibrePCB Developers Documentation
|
Represents a KiCad symbol circle. More...
#include <kicadtypes.h>
Static Public Member Functions | |
static KiCadSymbolCircle | parse (const SExpression &node, MessageLogger &log) |
Public Attributes | |
QPointF | center |
qreal | radius = 0 |
qreal | strokeWidth = 0 |
KiCadStrokeType | strokeType = KiCadStrokeType::Solid |
KiCadSymbolFillType | fillType = KiCadSymbolFillType::None |
Represents a KiCad symbol circle.
|
static |
QPointF center |
qreal radius = 0 |
qreal strokeWidth = 0 |
KiCadStrokeType strokeType = KiCadStrokeType::Solid |
KiCadSymbolFillType fillType = KiCadSymbolFillType::None |