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

#include <eagle_parser.h>

Inheritance diagram for EPLAIN:
EAGLE_BASE

Public Member Functions

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

Public Attributes

std::vector< std::unique_ptr< EPOLYGON > > polygons
 
std::vector< std::unique_ptr< EWIRE > > wires
 
std::vector< std::unique_ptr< ETEXT > > texts
 
std::vector< std::unique_ptr< EDIMENSION > > dimensions
 
std::vector< std::unique_ptr< ECIRCLE > > circles
 
std::vector< std::unique_ptr< ESPLINE > > splines
 
std::vector< std::unique_ptr< ERECT > > rectangles
 
std::vector< std::unique_ptr< EFRAME > > frames
 
std::vector< std::unique_ptr< EHOLE > > holes
 
IO_BASEio
 

Detailed Description

Definition at line 1703 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EPLAIN()

EPLAIN::EPLAIN ( wxXmlNode *  aPlain,
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

◆ circles

std::vector<std::unique_ptr<ECIRCLE> > EPLAIN::circles

Definition at line 1714 of file eagle_parser.h.

Referenced by EPLAIN().

◆ dimensions

std::vector<std::unique_ptr<EDIMENSION> > EPLAIN::dimensions

Definition at line 1713 of file eagle_parser.h.

Referenced by EPLAIN().

◆ frames

std::vector<std::unique_ptr<EFRAME> > EPLAIN::frames

Definition at line 1717 of file eagle_parser.h.

Referenced by EPLAIN().

◆ holes

std::vector<std::unique_ptr<EHOLE> > EPLAIN::holes

Definition at line 1718 of file eagle_parser.h.

Referenced by EPLAIN().

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

◆ polygons

std::vector<std::unique_ptr<EPOLYGON> > EPLAIN::polygons

Definition at line 1710 of file eagle_parser.h.

Referenced by EPLAIN().

◆ rectangles

std::vector<std::unique_ptr<ERECT> > EPLAIN::rectangles

Definition at line 1716 of file eagle_parser.h.

Referenced by EPLAIN().

◆ splines

std::vector<std::unique_ptr<ESPLINE> > EPLAIN::splines

Definition at line 1715 of file eagle_parser.h.

Referenced by EPLAIN().

◆ texts

std::vector<std::unique_ptr<ETEXT> > EPLAIN::texts

Definition at line 1712 of file eagle_parser.h.

Referenced by EPLAIN().

◆ wires

std::vector<std::unique_ptr<EWIRE> > EPLAIN::wires

Definition at line 1711 of file eagle_parser.h.

Referenced by EPLAIN().


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