LibrePCB Developers Documentation
KiCadSymbolPin Struct Referencefinal

Represents a KiCad symbol pin. More...

#include <kicadtypes.h>

+ Collaboration diagram for KiCadSymbolPin:

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
 

Detailed Description

Represents a KiCad symbol pin.

Member Function Documentation

◆ parse()

KiCadSymbolPin 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

◆ type

◆ shape

◆ position

QPointF position

◆ rotation

qreal rotation = 0

◆ length

qreal length

◆ name

QString name

◆ number

QString number

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