![]() |
LibrePCB Developers Documentation
|
Represents a KiCad symbol circle. More...
#include <kicadtypes.h>
Collaboration diagram for KiCadSymbolCircle: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 |
Here is the call graph for this function:
Here is the caller graph for this function:| QPointF center |
| qreal radius = 0 |
| qreal strokeWidth = 0 |
| KiCadStrokeType strokeType = KiCadStrokeType::Solid |
| KiCadSymbolFillType fillType = KiCadSymbolFillType::None |