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)
 Send a message to the IO_BASE REPORTER object if one exists.
 
void AdvanceProgressPhase ()
 

Public Attributes

wxString name
 
wxString moduleinst
 
std::optional< wxString > moduleVariant
 
ECOORD x
 
ECOORD y
 
std::optional< int > offset
 
std::optional< bool > smashed
 
std::optional< EROTrotation
 
IO_BASEio
 

Detailed Description

Definition at line 1604 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

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

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 225 of file eagle_parser.h.

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

◆ moduleinst

wxString EMODULEINST::moduleinst

Definition at line 1622 of file eagle_parser.h.

Referenced by EMODULEINST().

◆ moduleVariant

std::optional<wxString> EMODULEINST::moduleVariant

Definition at line 1623 of file eagle_parser.h.

Referenced by EMODULEINST().

◆ name

wxString EMODULEINST::name

Definition at line 1621 of file eagle_parser.h.

Referenced by EMODULEINST().

◆ offset

std::optional<int> EMODULEINST::offset

Definition at line 1626 of file eagle_parser.h.

Referenced by EMODULEINST().

◆ rotation

std::optional<EROT> EMODULEINST::rotation

Definition at line 1628 of file eagle_parser.h.

Referenced by EMODULEINST().

◆ smashed

std::optional<bool> EMODULEINST::smashed

Definition at line 1627 of file eagle_parser.h.

Referenced by EMODULEINST().

◆ x

ECOORD EMODULEINST::x

Definition at line 1624 of file eagle_parser.h.

Referenced by EMODULEINST().

◆ y

ECOORD EMODULEINST::y

Definition at line 1625 of file eagle_parser.h.

Referenced by EMODULEINST().


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