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

#include <eagle_parser.h>

Inheritance diagram for EMODULEINST:
EAGLE_BASE

Public Member Functions

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

Public Attributes

wxString name
 
wxString moduleinst
 
opt_wxString moduleVariant
 
ECOORD x
 
ECOORD y
 
opt_int offset
 
opt_bool smashed
 
opt_erot rotation
 
IO_BASEio
 

Detailed Description

Definition at line 1724 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EMODULEINST()

EMODULEINST::EMODULEINST ( wxXmlNode *  aModuleInst,
IO_BASE aIo = nullptr 
)

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

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

◆ moduleinst

wxString EMODULEINST::moduleinst

Definition at line 1742 of file eagle_parser.h.

Referenced by EMODULEINST().

◆ moduleVariant

opt_wxString EMODULEINST::moduleVariant

Definition at line 1743 of file eagle_parser.h.

Referenced by EMODULEINST().

◆ name

wxString EMODULEINST::name

Definition at line 1741 of file eagle_parser.h.

Referenced by EMODULEINST().

◆ offset

opt_int EMODULEINST::offset

Definition at line 1746 of file eagle_parser.h.

Referenced by EMODULEINST().

◆ rotation

opt_erot EMODULEINST::rotation

Definition at line 1748 of file eagle_parser.h.

Referenced by EMODULEINST().

◆ smashed

opt_bool EMODULEINST::smashed

Definition at line 1747 of file eagle_parser.h.

Referenced by EMODULEINST().

◆ x

ECOORD EMODULEINST::x

Definition at line 1744 of file eagle_parser.h.

Referenced by EMODULEINST().

◆ y

ECOORD EMODULEINST::y

Definition at line 1745 of file eagle_parser.h.

Referenced by EMODULEINST().


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