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
 
std::optional< EURNurn
 
std::optional< bool > locally_modified
 
std::optional< int > library_version
 
std::optional< 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 1871 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EPACKAGE()

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 567 of file eagle_parser.cpp.

References io.

Member Data Documentation

◆ circles

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

Definition at line 1897 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ description

std::optional<EDESCRIPTION> EPACKAGE::description

Definition at line 1892 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ dimensions

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

Definition at line 1896 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ frames

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

Definition at line 1899 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ holes

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

Definition at line 1900 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 225 of file eagle_parser.h.

Referenced by AdvanceProgressPhase(), EAGLE_BASE(), and Report().

◆ library_locally_modified

std::optional<bool> EPACKAGE::library_locally_modified

Definition at line 1890 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ library_version

std::optional<int> EPACKAGE::library_version

Definition at line 1889 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ locally_modified

std::optional<bool> EPACKAGE::locally_modified

Definition at line 1888 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ name

wxString EPACKAGE::name

Definition at line 1886 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ polygons

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

Definition at line 1893 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ rectangles

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

Definition at line 1898 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ smdpads

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

Definition at line 1902 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ texts

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

Definition at line 1895 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ thtpads

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

Definition at line 1901 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ urn

std::optional<EURN> EPACKAGE::urn

Definition at line 1887 of file eagle_parser.h.

Referenced by EPACKAGE().

◆ wires

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

Definition at line 1894 of file eagle_parser.h.

Referenced by EPACKAGE().


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