LibrePCB Developers Documentation
|
Represents a KiCad graphical circle. More...
#include <kicadtypes.h>
Static Public Member Functions | |
static KiCadGraphicalCircle | parse (const SExpression &node, MessageLogger &log) |
Public Attributes | |
QPointF | center |
QPointF | end |
qreal | width = 0 |
bool | fill = false |
Represents a KiCad graphical circle.
|
static |
QPointF center |
QPointF end |
qreal width = 0 |
bool fill = false |