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

#include <eagle_parser.h>

Inheritance diagram for EMODULE:
EAGLE_BASE

Public Member Functions

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

Public Attributes

wxString name
 
opt_wxString prefix
 
ECOORD dx
 
ECOORD dy
 
std::optional< EDESCRIPTIONdescription
 
std::map< wxString, std::unique_ptr< EPORT > > ports
 
std::map< wxString, std::unique_ptr< EVARIANTDEF > > variantdefs
 
std::map< wxString, std::unique_ptr< ESCHEMATIC_GROUP > > groups
 
std::map< wxString, std::unique_ptr< EPART > > parts
 
std::vector< std::unique_ptr< ESHEET > > sheets
 
IO_BASEio
 

Detailed Description

Definition at line 1871 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EMODULE()

EMODULE::EMODULE ( wxXmlNode *  aModule,
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

◆ description

std::optional<EDESCRIPTION> EMODULE::description

Definition at line 1887 of file eagle_parser.h.

Referenced by EMODULE().

◆ dx

ECOORD EMODULE::dx

Definition at line 1884 of file eagle_parser.h.

Referenced by EMODULE().

◆ dy

ECOORD EMODULE::dy

Definition at line 1885 of file eagle_parser.h.

Referenced by EMODULE().

◆ groups

std::map<wxString, std::unique_ptr<ESCHEMATIC_GROUP> > EMODULE::groups

Definition at line 1891 of file eagle_parser.h.

Referenced by EMODULE().

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

Definition at line 1882 of file eagle_parser.h.

Referenced by EMODULE().

◆ parts

std::map<wxString, std::unique_ptr<EPART> > EMODULE::parts

Definition at line 1892 of file eagle_parser.h.

Referenced by EMODULE(), and SCH_IO_EAGLE::loadSheet().

◆ ports

std::map<wxString, std::unique_ptr<EPORT> > EMODULE::ports

Definition at line 1889 of file eagle_parser.h.

Referenced by EMODULE(), and SCH_IO_EAGLE::loadLabel().

◆ prefix

opt_wxString EMODULE::prefix

Definition at line 1883 of file eagle_parser.h.

Referenced by EMODULE().

◆ sheets

std::vector<std::unique_ptr<ESHEET> > EMODULE::sheets

Definition at line 1893 of file eagle_parser.h.

Referenced by EMODULE().

◆ variantdefs

std::map<wxString, std::unique_ptr<EVARIANTDEF> > EMODULE::variantdefs

Definition at line 1890 of file eagle_parser.h.

Referenced by EMODULE().


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