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

#include <eagle_parser.h>

Inheritance diagram for ELIBRARY:
EAGLE_BASE

Public Member Functions

wxString GetName () const
 Fetch the fully unique library name.
 
 ELIBRARY (wxXmlNode *aLibrary, IO_BASE *aIo=nullptr)
 
void Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 Send a message to the IO_BASE REPORTER object if one exists.
 
void AdvanceProgressPhase ()
 

Public Attributes

wxString name
 
opt_eurn 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 2147 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ELIBRARY()

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

Member Function Documentation

◆ AdvanceProgressPhase()

◆ GetName()

wxString ELIBRARY::GetName ( ) const

Fetch the fully unique library name.

Returns
the unique library name.

Definition at line 2549 of file eagle_parser.cpp.

References EURN::assetId, EURN::IsValid(), name, and urn.

Referenced by SCH_IO_EAGLE::loadLibrary().

◆ Report()

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

Send a message to the IO_BASE REPORTER object if one exists.

Parameters
aMsgis the message to send to the REPORTER object.

Definition at line 549 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 2161 of file eagle_parser.h.

Referenced by ELIBRARY().

◆ devicesets

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

Definition at line 2165 of file eagle_parser.h.

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

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 405 of file eagle_parser.h.

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

◆ name

wxString ELIBRARY::name

Definition at line 2158 of file eagle_parser.h.

Referenced by ELIBRARY(), and GetName().

◆ packages

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

Definition at line 2162 of file eagle_parser.h.

Referenced by ELIBRARY().

◆ packages3d

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

Definition at line 2163 of file eagle_parser.h.

Referenced by ELIBRARY().

◆ symbols

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

Definition at line 2164 of file eagle_parser.h.

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

◆ urn

opt_eurn ELIBRARY::urn

Definition at line 2159 of file eagle_parser.h.

Referenced by ELIBRARY(), and GetName().


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