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)
 
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_wxString 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 1433 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

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

Referenced by EPART().

◆ device

wxString EPART::device

Definition at line 1460 of file eagle_parser.h.

Referenced by EPART().

◆ deviceset

wxString EPART::deviceset

Definition at line 1459 of file eagle_parser.h.

Referenced by EPART().

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

◆ library

wxString EPART::library

Definition at line 1457 of file eagle_parser.h.

Referenced by EPART().

◆ libraryUrn

opt_wxString EPART::libraryUrn

Definition at line 1458 of file eagle_parser.h.

Referenced by EPART().

◆ name

wxString EPART::name

Definition at line 1456 of file eagle_parser.h.

Referenced by EPART().

◆ override_locally_modified

opt_bool EPART::override_locally_modified

Definition at line 1464 of file eagle_parser.h.

Referenced by EPART().

◆ override_package3d_urn

opt_wxString EPART::override_package3d_urn

Definition at line 1462 of file eagle_parser.h.

Referenced by EPART().

◆ override_package_urn

opt_wxString EPART::override_package_urn

Definition at line 1463 of file eagle_parser.h.

Referenced by EPART().

◆ package3d_urn

opt_wxString EPART::package3d_urn

Definition at line 1461 of file eagle_parser.h.

Referenced by EPART().

◆ spice

std::unique_ptr<ESPICE> EPART::spice

Definition at line 1454 of file eagle_parser.h.

Referenced by EPART().

◆ technology

opt_wxString EPART::technology

Definition at line 1465 of file eagle_parser.h.

Referenced by EPART().

◆ value

opt_wxString EPART::value

Definition at line 1466 of file eagle_parser.h.

Referenced by EPART().

◆ variants

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

Definition at line 1453 of file eagle_parser.h.

Referenced by EPART().


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