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

#include <eagle_parser.h>

Inheritance diagram for EINSTANCE:
EAGLE_BASE

Public Member Functions

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

Public Attributes

wxString part
 
wxString gate
 
ECOORD x
 
ECOORD y
 
opt_bool smashed
 
opt_erot rot
 
std::map< wxString, std::unique_ptr< EATTR > > attributes
 
IO_BASEio
 

Detailed Description

Definition at line 1472 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EINSTANCE()

EINSTANCE::EINSTANCE ( wxXmlNode *  aInstance,
IO_BASE aIo = nullptr 
)

Definition at line 1506 of file eagle_parser.cpp.

References EAGLE_BASE::AdvanceProgressPhase(), attributes, gate, part, rot, smashed, x, and y.

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> > EINSTANCE::attributes

Definition at line 1497 of file eagle_parser.h.

Referenced by EINSTANCE().

◆ gate

wxString EINSTANCE::gate

Definition at line 1489 of file eagle_parser.h.

Referenced by EINSTANCE().

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

◆ part

wxString EINSTANCE::part

Definition at line 1488 of file eagle_parser.h.

Referenced by EINSTANCE().

◆ rot

opt_erot EINSTANCE::rot

Definition at line 1493 of file eagle_parser.h.

Referenced by EINSTANCE().

◆ smashed

opt_bool EINSTANCE::smashed

Definition at line 1492 of file eagle_parser.h.

Referenced by EINSTANCE().

◆ x

ECOORD EINSTANCE::x

Definition at line 1490 of file eagle_parser.h.

Referenced by EINSTANCE().

◆ y

ECOORD EINSTANCE::y

Definition at line 1491 of file eagle_parser.h.

Referenced by EINSTANCE().


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