KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ELIBRARY Struct Reference

#include <eagle_parser.h>

Inheritance diagram for ELIBRARY:
EAGLE_BASE

Public Member Functions

 ELIBRARY (wxXmlNode *aLibrary, IO_BASE *aIo=nullptr)
 
void Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 
void AdvanceProgressPhase ()
 

Public Attributes

wxString name
 
opt_wxString urn
 
std::optional< EDESCRIPTIONdescription
 
std::map< wxString, std::unique_ptr< EPACKAGE > > packages
 
std::map< wxString, std::unique_ptr< EPACKAGE3D > > packages3d
 
std::map< wxString, std::unique_ptr< ESYMBOL > > symbols
 
std::map< wxString, std::unique_ptr< EDEVICE_SET > > devicesets
 
IO_BASEio
 

Detailed Description

Definition at line 2106 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ELIBRARY()

ELIBRARY::ELIBRARY ( wxXmlNode *  aLibrary,
IO_BASE aIo = nullptr 
)

Member Function Documentation

◆ AdvanceProgressPhase()

◆ Report()

void EAGLE_BASE::Report ( const wxString &  aMsg,
SEVERITY  aSeverity = RPT_SEVERITY_UNDEFINED 
)
inherited

Definition at line 494 of file eagle_parser.cpp.

References EAGLE_BASE::io, and IO_BASE::Report().

Member Data Documentation

◆ description

std::optional<EDESCRIPTION> ELIBRARY::description

Definition at line 2120 of file eagle_parser.h.

Referenced by ELIBRARY().

◆ devicesets

std::map<wxString, std::unique_ptr<EDEVICE_SET> > ELIBRARY::devicesets

Definition at line 2124 of file eagle_parser.h.

Referenced by ELIBRARY(), and SCH_IO_EAGLE::loadLibrary().

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 403 of file eagle_parser.h.

Referenced by EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::Report().

◆ name

wxString ELIBRARY::name

Definition at line 2117 of file eagle_parser.h.

Referenced by ELIBRARY(), and SCH_IO_EAGLE::loadLibrary().

◆ packages

std::map<wxString, std::unique_ptr<EPACKAGE> > ELIBRARY::packages

Definition at line 2121 of file eagle_parser.h.

Referenced by ELIBRARY().

◆ packages3d

std::map<wxString, std::unique_ptr<EPACKAGE3D> > ELIBRARY::packages3d

Definition at line 2122 of file eagle_parser.h.

Referenced by ELIBRARY().

◆ symbols

std::map<wxString, std::unique_ptr<ESYMBOL> > ELIBRARY::symbols

Definition at line 2123 of file eagle_parser.h.

Referenced by ELIBRARY(), and SCH_IO_EAGLE::loadLibrary().

◆ urn

opt_wxString ELIBRARY::urn

Definition at line 2118 of file eagle_parser.h.

Referenced by ELIBRARY().


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