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

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 549 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 1928 of file eagle_parser.h.

Referenced by EMODULE().

◆ dx

ECOORD EMODULE::dx

Definition at line 1925 of file eagle_parser.h.

Referenced by EMODULE().

◆ dy

ECOORD EMODULE::dy

Definition at line 1926 of file eagle_parser.h.

Referenced by EMODULE().

◆ groups

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

Definition at line 1932 of file eagle_parser.h.

Referenced by EMODULE().

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 405 of file eagle_parser.h.

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

◆ name

wxString EMODULE::name

Definition at line 1923 of file eagle_parser.h.

Referenced by EMODULE().

◆ parts

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

Definition at line 1933 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 1930 of file eagle_parser.h.

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

◆ prefix

opt_wxString EMODULE::prefix

Definition at line 1924 of file eagle_parser.h.

Referenced by EMODULE().

◆ sheets

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

Definition at line 1934 of file eagle_parser.h.

Referenced by EMODULE().

◆ variantdefs

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

Definition at line 1931 of file eagle_parser.h.

Referenced by EMODULE().


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