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