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
 
std::optional< EURNlibraryUrn
 
wxString deviceset
 
wxString device
 
std::optional< wxString > package3d_urn
 
std::optional< wxString > override_package3d_urn
 
std::optional< wxString > override_package_urn
 
std::optional< bool > override_locally_modified
 
std::optional< wxString > technology
 
std::optional< wxString > value
 
IO_BASEio
 

Detailed Description

Definition at line 1313 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 567 of file eagle_parser.cpp.

References io.

Member Data Documentation

◆ attributes

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

Definition at line 1332 of file eagle_parser.h.

Referenced by EPART().

◆ device

wxString EPART::device

Definition at line 1340 of file eagle_parser.h.

Referenced by EPART().

◆ deviceset

wxString EPART::deviceset

Definition at line 1339 of file eagle_parser.h.

Referenced by EPART().

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 225 of file eagle_parser.h.

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

◆ library

wxString EPART::library

Definition at line 1337 of file eagle_parser.h.

Referenced by EPART().

◆ libraryUrn

std::optional<EURN> EPART::libraryUrn

Definition at line 1338 of file eagle_parser.h.

Referenced by EPART().

◆ name

wxString EPART::name

Definition at line 1336 of file eagle_parser.h.

Referenced by EPART().

◆ override_locally_modified

std::optional<bool> EPART::override_locally_modified

Definition at line 1344 of file eagle_parser.h.

Referenced by EPART().

◆ override_package3d_urn

std::optional<wxString> EPART::override_package3d_urn

Definition at line 1342 of file eagle_parser.h.

Referenced by EPART().

◆ override_package_urn

std::optional<wxString> EPART::override_package_urn

Definition at line 1343 of file eagle_parser.h.

Referenced by EPART().

◆ package3d_urn

std::optional<wxString> EPART::package3d_urn

Definition at line 1341 of file eagle_parser.h.

Referenced by EPART().

◆ spice

std::unique_ptr<ESPICE> EPART::spice

Definition at line 1334 of file eagle_parser.h.

Referenced by EPART().

◆ technology

std::optional<wxString> EPART::technology

Definition at line 1345 of file eagle_parser.h.

Referenced by EPART().

◆ value

std::optional<wxString> EPART::value

Definition at line 1346 of file eagle_parser.h.

Referenced by EPART().

◆ variants

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

Definition at line 1333 of file eagle_parser.h.

Referenced by EPART().


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