LibrePCB Developers Documentation
|
Represents a KiCad symbol. More...
#include <kicadtypes.h>
Static Public Member Functions | |
static KiCadSymbol | parse (const SExpression &node, MessageLogger &log) |
Public Attributes | |
QString | name |
QString | extends |
qreal | pinNamesOffset = 0.508 |
bool | hidePinNumbers = false |
bool | hidePinNames = false |
bool | excludeFromSim = false |
bool | inBom = true |
bool | onBoard = true |
QList< KiCadProperty > | properties |
QList< KiCadSymbolGate > | gates |
Represents a KiCad symbol.
|
static |
QString name |
QString extends |
qreal pinNamesOffset = 0.508 |
bool hidePinNumbers = false |
bool hidePinNames = false |
bool excludeFromSim = false |
bool inBom = true |
bool onBoard = true |
QList<KiCadProperty> properties |
QList<KiCadSymbolGate> gates |