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

#include <eagle_parser.h>

Inheritance diagram for EPACKAGE:
EAGLE_BASE

Public Member Functions

 EPACKAGE (wxXmlNode *aPackage, 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_eurn urn
 
opt_bool locally_modified
 
opt_int library_version
 
opt_bool library_locally_modified
 
std::optional< EDESCRIPTIONdescription
 
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< ERECT > > rectangles
 
std::vector< std::unique_ptr< EFRAME > > frames
 
std::vector< std::unique_ptr< EHOLE > > holes
 
std::vector< std::unique_ptr< EPAD > > thtpads
 
std::vector< std::unique_ptr< ESMD > > smdpads
 
IO_BASEio
 

Detailed Description

Definition at line 2033 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EPACKAGE()

EPACKAGE::EPACKAGE ( wxXmlNode *  aPackage,
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

◆ circles

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

Definition at line 2059 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ description

std::optional<EDESCRIPTION> EPACKAGE::description

Definition at line 2054 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ dimensions

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

Definition at line 2058 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ frames

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

Definition at line 2061 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ holes

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

Definition at line 2062 of file eagle_parser.h.

Referenced by EPACKAGE().

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

◆ library_locally_modified

opt_bool EPACKAGE::library_locally_modified

Definition at line 2052 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ library_version

opt_int EPACKAGE::library_version

Definition at line 2051 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ locally_modified

opt_bool EPACKAGE::locally_modified

Definition at line 2050 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ name

wxString EPACKAGE::name

Definition at line 2048 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ polygons

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

Definition at line 2055 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ rectangles

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

Definition at line 2060 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ smdpads

std::vector<std::unique_ptr<ESMD> > EPACKAGE::smdpads

Definition at line 2064 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ texts

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

Definition at line 2057 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ thtpads

std::vector<std::unique_ptr<EPAD> > EPACKAGE::thtpads

Definition at line 2063 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ urn

opt_eurn EPACKAGE::urn

Definition at line 2049 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ wires

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

Definition at line 2056 of file eagle_parser.h.

Referenced by EPACKAGE().


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