LibrePCB Developers Documentation
KiCadSymbolLibrary Struct Referencefinal

Represents the content of a *.kicad_sym file. More...

#include <kicadtypes.h>

+ Collaboration diagram for KiCadSymbolLibrary:

Static Public Member Functions

static KiCadSymbolLibrary parse (const SExpression &node, MessageLogger &log)
 

Public Attributes

int version
 
QString generator
 
QList< KiCadSymbolsymbols
 

Detailed Description

Represents the content of a *.kicad_sym file.

Member Function Documentation

◆ parse()

KiCadSymbolLibrary 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

◆ version

int version

◆ generator

QString generator

◆ symbols

QList<KiCadSymbol> symbols

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