![]() |
LibrePCB Developers Documentation
|
Represents a KiCad symbol. More...
#include <kicadtypes.h>
Collaboration diagram for KiCadSymbol: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 |
Here is the call graph for this function:
Here is the caller graph for this function:| 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 |