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)
 
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< 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 2070 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

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

Definition at line 2098 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ description

std::optional<EDESCRIPTION> ESYMBOL::description

Definition at line 2092 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ dimensions

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

Definition at line 2096 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ frames

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

Definition at line 2100 of file eagle_parser.h.

Referenced by ESYMBOL().

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

Definition at line 2090 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ library_version

opt_int ESYMBOL::library_version

Definition at line 2089 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ locally_modified

opt_bool ESYMBOL::locally_modified

Definition at line 2088 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ name

wxString ESYMBOL::name

Definition at line 2086 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ pins

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

Definition at line 2097 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ polygons

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

Definition at line 2093 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ rectangles

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

Definition at line 2099 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ texts

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

Definition at line 2095 of file eagle_parser.h.

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

◆ urn

opt_wxString ESYMBOL::urn

Definition at line 2087 of file eagle_parser.h.

Referenced by ESYMBOL().

◆ wires

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

Definition at line 2094 of file eagle_parser.h.

Referenced by ESYMBOL().


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