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

Eagle element element. More...

#include <eagle_parser.h>

Inheritance diagram for EELEMENT:
EAGLE_BASE

Public Member Functions

 EELEMENT (wxXmlNode *aElement, IO_BASE *aIo=nullptr)
 
void Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 
void AdvanceProgressPhase ()
 

Public Attributes

std::map< wxString, std::unique_ptr< EATTR > > attributes
 
std::map< wxString, std::unique_ptr< EVARIANT > > variants
 
wxString name
 
wxString library
 
opt_wxString library_urn
 
wxString package
 
opt_wxString package3d_urn
 
opt_wxString override_package3d_urn
 
opt_bool override_locally_modified
 
wxString value
 
ECOORD x
 
ECOORD y
 
opt_bool locked
 
opt_bool smashed
 
opt_erot rot
 
IO_BASEio
 

Detailed Description

Eagle element element.

Definition at line 1255 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EELEMENT()

EELEMENT::EELEMENT ( wxXmlNode *  aElement,
IO_BASE aIo = nullptr 
)

Definition at line 1372 of file eagle_parser.cpp.

References library, locked, name, ReplaceIllegalFileNameChars(), and value.

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

◆ attributes

std::map<wxString, std::unique_ptr<EATTR> > EELEMENT::attributes

Definition at line 1280 of file eagle_parser.h.

◆ 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

wxString EELEMENT::library

Definition at line 1284 of file eagle_parser.h.

Referenced by EELEMENT(), and PCB_IO_EAGLE::loadElements().

◆ library_urn

opt_wxString EELEMENT::library_urn

Definition at line 1285 of file eagle_parser.h.

Referenced by PCB_IO_EAGLE::loadElements().

◆ locked

opt_bool EELEMENT::locked

Definition at line 1293 of file eagle_parser.h.

◆ name

wxString EELEMENT::name

Definition at line 1283 of file eagle_parser.h.

Referenced by EELEMENT(), and PCB_IO_EAGLE::loadElements().

◆ override_locally_modified

opt_bool EELEMENT::override_locally_modified

Definition at line 1289 of file eagle_parser.h.

◆ override_package3d_urn

opt_wxString EELEMENT::override_package3d_urn

Definition at line 1288 of file eagle_parser.h.

◆ package

wxString EELEMENT::package

Definition at line 1286 of file eagle_parser.h.

Referenced by PCB_IO_EAGLE::loadElements().

◆ package3d_urn

opt_wxString EELEMENT::package3d_urn

Definition at line 1287 of file eagle_parser.h.

◆ rot

opt_erot EELEMENT::rot

Definition at line 1295 of file eagle_parser.h.

Referenced by PCB_IO_EAGLE::orientFootprintAndText().

◆ smashed

opt_bool EELEMENT::smashed

Definition at line 1294 of file eagle_parser.h.

Referenced by PCB_IO_EAGLE::loadElements().

◆ value

wxString EELEMENT::value

Definition at line 1290 of file eagle_parser.h.

Referenced by EELEMENT(), and PCB_IO_EAGLE::loadElements().

◆ variants

std::map<wxString, std::unique_ptr<EVARIANT> > EELEMENT::variants

Definition at line 1281 of file eagle_parser.h.

◆ x

ECOORD EELEMENT::x

Definition at line 1291 of file eagle_parser.h.

Referenced by PCB_IO_EAGLE::loadElements().

◆ y

ECOORD EELEMENT::y

Definition at line 1292 of file eagle_parser.h.

Referenced by PCB_IO_EAGLE::loadElements().


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