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

#include <eagle_parser.h>

Inheritance diagram for ESHEET:
EAGLE_BASE

Public Member Functions

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

Public Attributes

opt_wxString description
 
std::unique_ptr< EPLAINplain
 
std::map< wxString, std::unique_ptr< EMODULEINST > > moduleinsts
 
std::vector< std::unique_ptr< EINSTANCE > > instances
 
std::vector< std::unique_ptr< EBUS > > busses
 
std::vector< std::unique_ptr< ENET > > nets
 
IO_BASEio
 

Detailed Description

Definition at line 1854 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ESHEET()

ESHEET::ESHEET ( wxXmlNode *  aSheet,
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

◆ busses

std::vector<std::unique_ptr<EBUS> > ESHEET::busses

Definition at line 1864 of file eagle_parser.h.

Referenced by ESHEET().

◆ description

opt_wxString ESHEET::description

Definition at line 1860 of file eagle_parser.h.

Referenced by ESHEET().

◆ instances

std::vector<std::unique_ptr<EINSTANCE> > ESHEET::instances

Definition at line 1863 of file eagle_parser.h.

Referenced by ESHEET().

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

◆ moduleinsts

std::map<wxString, std::unique_ptr<EMODULEINST> > ESHEET::moduleinsts

Definition at line 1862 of file eagle_parser.h.

Referenced by ESHEET().

◆ nets

std::vector<std::unique_ptr<ENET> > ESHEET::nets

Definition at line 1865 of file eagle_parser.h.

Referenced by ESHEET().

◆ plain

std::unique_ptr<EPLAIN> ESHEET::plain

Definition at line 1861 of file eagle_parser.h.

Referenced by ESHEET().


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