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

#include <eagle_parser.h>

Inheritance diagram for EPART:
EAGLE_BASE

Public Member Functions

 EPART (wxXmlNode *aPart, 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

std::map< wxString, std::unique_ptr< EATTR > > attributes
 
std::map< wxString, std::unique_ptr< EVARIANT > > variants
 
std::unique_ptr< ESPICEspice
 
wxString name
 
wxString library
 
opt_eurn libraryUrn
 
wxString deviceset
 
wxString device
 
opt_wxString package3d_urn
 
opt_wxString override_package3d_urn
 
opt_wxString override_package_urn
 
opt_bool override_locally_modified
 
opt_wxString technology
 
opt_wxString value
 
IO_BASEio
 

Detailed Description

Definition at line 1474 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EPART()

Member Function Documentation

◆ AdvanceProgressPhase()

◆ 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

◆ attributes

std::map<wxString, std::unique_ptr<EATTR> > EPART::attributes

Definition at line 1493 of file eagle_parser.h.

Referenced by EPART().

◆ device

wxString EPART::device

Definition at line 1501 of file eagle_parser.h.

Referenced by EPART().

◆ deviceset

wxString EPART::deviceset

Definition at line 1500 of file eagle_parser.h.

Referenced by EPART().

◆ 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().

◆ library

wxString EPART::library

Definition at line 1498 of file eagle_parser.h.

Referenced by EPART().

◆ libraryUrn

opt_eurn EPART::libraryUrn

Definition at line 1499 of file eagle_parser.h.

Referenced by EPART().

◆ name

wxString EPART::name

Definition at line 1497 of file eagle_parser.h.

Referenced by EPART().

◆ override_locally_modified

opt_bool EPART::override_locally_modified

Definition at line 1505 of file eagle_parser.h.

Referenced by EPART().

◆ override_package3d_urn

opt_wxString EPART::override_package3d_urn

Definition at line 1503 of file eagle_parser.h.

Referenced by EPART().

◆ override_package_urn

opt_wxString EPART::override_package_urn

Definition at line 1504 of file eagle_parser.h.

Referenced by EPART().

◆ package3d_urn

opt_wxString EPART::package3d_urn

Definition at line 1502 of file eagle_parser.h.

Referenced by EPART().

◆ spice

std::unique_ptr<ESPICE> EPART::spice

Definition at line 1495 of file eagle_parser.h.

Referenced by EPART().

◆ technology

opt_wxString EPART::technology

Definition at line 1506 of file eagle_parser.h.

Referenced by EPART().

◆ value

opt_wxString EPART::value

Definition at line 1507 of file eagle_parser.h.

Referenced by EPART().

◆ variants

std::map<wxString, std::unique_ptr<EVARIANT> > EPART::variants

Definition at line 1494 of file eagle_parser.h.

Referenced by EPART().


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