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

#include <eagle_parser.h>

Inheritance diagram for ESYMBOL:
EAGLE_BASE

Public Member Functions

 ESYMBOL (wxXmlNode *aSymbol, 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< EPIN > > pins
 
std::vector< std::unique_ptr< ECIRCLE > > circles
 
std::vector< std::unique_ptr< ERECT > > rectangles
 
std::vector< std::unique_ptr< EFRAME > > frames
 
IO_BASEio
 

Detailed Description

Definition at line 2111 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ESYMBOL()

ESYMBOL::ESYMBOL ( wxXmlNode *  aSymbol,
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> > ESYMBOL::circles

Definition at line 2139 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ description

std::optional<EDESCRIPTION> ESYMBOL::description

Definition at line 2133 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ dimensions

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

Definition at line 2137 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ frames

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

Definition at line 2141 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ 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 ESYMBOL::library_locally_modified

Definition at line 2131 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ library_version

opt_int ESYMBOL::library_version

Definition at line 2130 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ locally_modified

opt_bool ESYMBOL::locally_modified

Definition at line 2129 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ name

wxString ESYMBOL::name

Definition at line 2127 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ pins

std::vector<std::unique_ptr<EPIN> > ESYMBOL::pins

Definition at line 2138 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ polygons

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

Definition at line 2134 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ rectangles

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

Definition at line 2140 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ texts

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

Definition at line 2136 of file eagle_parser.h.

Referenced by ESYMBOL(), and SCH_IO_EAGLE::getEagleSymbolFieldAttributes().

◆ urn

opt_eurn ESYMBOL::urn

Definition at line 2128 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ wires

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

Definition at line 2135 of file eagle_parser.h.

Referenced by ESYMBOL().


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