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)
 
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 2172 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

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

Referenced by EDRAWING().

◆ grid

std::optional<EGRID> EDRAWING::grid

Definition at line 2178 of file eagle_parser.h.

Referenced by EDRAWING().

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

◆ layers

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

Definition at line 2180 of file eagle_parser.h.

Referenced by EDRAWING().

◆ library

std::optional<ELIBRARY> EDRAWING::library

Definition at line 2182 of file eagle_parser.h.

Referenced by EDRAWING().

◆ schematic

std::optional<ESCHEMATIC> EDRAWING::schematic

Definition at line 2181 of file eagle_parser.h.

Referenced by EDRAWING().

◆ settings

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

Definition at line 2177 of file eagle_parser.h.

Referenced by EDRAWING().


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