LibrePCB Developers Documentation
KiCadSymbol Struct Referencefinal

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< KiCadPropertyproperties
 
QList< KiCadSymbolGategates
 

Detailed Description

Represents a KiCad symbol.

Member Function Documentation

◆ parse()

KiCadSymbol parse ( const SExpression node,
MessageLogger log 
)
static
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ name

QString name

◆ extends

QString extends

◆ pinNamesOffset

qreal pinNamesOffset = 0.508

◆ hidePinNumbers

bool hidePinNumbers = false

◆ hidePinNames

bool hidePinNames = false

◆ excludeFromSim

bool excludeFromSim = false

◆ inBom

bool inBom = true

◆ onBoard

bool onBoard = true

◆ properties

QList<KiCadProperty> properties

◆ gates

QList<KiCadSymbolGate> gates

The documentation for this struct was generated from the following files: