LibrePCB Developers Documentation
|
Represents the content of a *.kicad_sym file. More...
#include <kicadtypes.h>
Static Public Member Functions | |
static KiCadSymbolLibrary | parse (const SExpression &node, MessageLogger &log) |
Public Attributes | |
int | version |
QString | generator |
QList< KiCadSymbol > | symbols |
Represents the content of a *.kicad_sym file.
|
static |
int version |
QString generator |
QList<KiCadSymbol> symbols |