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