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

#include <eagle_parser.h>

Inheritance diagram for EDRAWING:
EAGLE_BASE

Public Member Functions

 EDRAWING (wxXmlNode *aDrawing, 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

std::vector< std::unique_ptr< ESETTING > > settings
 
std::optional< EGRIDgrid
 
std::vector< std::unique_ptr< EFILTER > > filters
 
std::vector< std::unique_ptr< ELAYER > > layers
 
std::optional< ESCHEMATICschematic
 
std::optional< ELIBRARYlibrary
 
IO_BASEio
 

Detailed Description

Definition at line 2219 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EDRAWING()

EDRAWING::EDRAWING ( wxXmlNode *  aDrawing,
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

◆ filters

std::vector<std::unique_ptr<EFILTER> > EDRAWING::filters

Definition at line 2226 of file eagle_parser.h.

Referenced by EDRAWING().

◆ grid

std::optional<EGRID> EDRAWING::grid

Definition at line 2225 of file eagle_parser.h.

Referenced by EDRAWING().

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

◆ layers

std::vector<std::unique_ptr<ELAYER> > EDRAWING::layers

Definition at line 2227 of file eagle_parser.h.

Referenced by EDRAWING().

◆ library

std::optional<ELIBRARY> EDRAWING::library

Definition at line 2229 of file eagle_parser.h.

Referenced by EDRAWING().

◆ schematic

std::optional<ESCHEMATIC> EDRAWING::schematic

Definition at line 2228 of file eagle_parser.h.

Referenced by EDRAWING().

◆ settings

std::vector<std::unique_ptr<ESETTING> > EDRAWING::settings

Definition at line 2224 of file eagle_parser.h.

Referenced by EDRAWING().


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