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

#include <eagle_parser.h>

Inheritance diagram for ETECHNOLOGY:
EAGLE_BASE

Public Member Functions

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

Public Attributes

wxString name
 
std::vector< std::unique_ptr< EATTR > > attributes
 
IO_BASEio
 

Detailed Description

Definition at line 1523 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ETECHNOLOGY()

ETECHNOLOGY::ETECHNOLOGY ( wxXmlNode *  aTechnology,
IO_BASE aIo = nullptr 
)

Definition at line 1607 of file eagle_parser.cpp.

References EAGLE_BASE::AdvanceProgressPhase(), attributes, and name.

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::vector<std::unique_ptr<EATTR> > ETECHNOLOGY::attributes

Definition at line 1533 of file eagle_parser.h.

Referenced by ETECHNOLOGY().

◆ 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 ETECHNOLOGY::name

Definition at line 1531 of file eagle_parser.h.

Referenced by ETECHNOLOGY().


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