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)
 
void AdvanceProgressPhase ()
 

Public Attributes

wxString name
 
opt_wxString 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 1992 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

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> > EPACKAGE::circles

Definition at line 2018 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ description

std::optional<EDESCRIPTION> EPACKAGE::description

Definition at line 2013 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ dimensions

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

Definition at line 2017 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ frames

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

Definition at line 2020 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ holes

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

Definition at line 2021 of file eagle_parser.h.

Referenced by EPACKAGE().

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

◆ library_locally_modified

opt_bool EPACKAGE::library_locally_modified

Definition at line 2011 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ library_version

opt_int EPACKAGE::library_version

Definition at line 2010 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ locally_modified

opt_bool EPACKAGE::locally_modified

Definition at line 2009 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ name

wxString EPACKAGE::name

Definition at line 2007 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ polygons

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

Definition at line 2014 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ rectangles

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

Definition at line 2019 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ smdpads

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

Definition at line 2023 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ texts

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

Definition at line 2016 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ thtpads

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

Definition at line 2022 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ urn

opt_wxString EPACKAGE::urn

Definition at line 2008 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ wires

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

Definition at line 2015 of file eagle_parser.h.

Referenced by EPACKAGE().


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