LibrePCB Developers Documentation
|
Represents a KiCad symbol pin. More...
#include <kicadtypes.h>
Static Public Member Functions | |
static KiCadSymbolPin | parse (const SExpression &node, MessageLogger &log) |
Public Attributes | |
KiCadPinType | type |
KiCadPinStyle | shape |
QPointF | position |
qreal | rotation = 0 |
qreal | length |
QString | name |
QString | number |
Represents a KiCad symbol pin.
|
static |
KiCadPinType type |
KiCadPinStyle shape |
QPointF position |
qreal rotation = 0 |
qreal length |
QString name |
QString number |