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

Eagle via. More...

#include <eagle_parser.h>

Inheritance diagram for EVIA:
EAGLE_BASE

Public Member Functions

 EVIA (wxXmlNode *aVia, 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

ECOORD x
 
ECOORD y
 
int layer_front_most
 
int layer_back_most
 < extent
 
ECOORD drill
 < inclusive
 
opt_ecoord diam
 
opt_wxString shape
 
opt_bool alwaysStop
 
IO_BASEio
 

Detailed Description

Eagle via.

Definition at line 728 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EVIA()

EVIA::EVIA ( wxXmlNode *  aVia,
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

◆ alwaysStop

opt_bool EVIA::alwaysStop

Definition at line 750 of file eagle_parser.h.

◆ diam

opt_ecoord EVIA::diam

Definition at line 748 of file eagle_parser.h.

Referenced by EVIA(), and PCB_IO_EAGLE::loadSignals().

◆ drill

ECOORD EVIA::drill

< inclusive

Definition at line 747 of file eagle_parser.h.

Referenced by EVIA(), and PCB_IO_EAGLE::loadSignals().

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

◆ layer_back_most

int EVIA::layer_back_most

< extent

Definition at line 746 of file eagle_parser.h.

Referenced by EVIA(), and PCB_IO_EAGLE::loadSignals().

◆ layer_front_most

int EVIA::layer_front_most

Definition at line 745 of file eagle_parser.h.

Referenced by EVIA(), and PCB_IO_EAGLE::loadSignals().

◆ shape

opt_wxString EVIA::shape

Definition at line 749 of file eagle_parser.h.

Referenced by EVIA().

◆ x

ECOORD EVIA::x

Definition at line 743 of file eagle_parser.h.

Referenced by EVIA(), and PCB_IO_EAGLE::loadSignals().

◆ y

ECOORD EVIA::y

Definition at line 744 of file eagle_parser.h.

Referenced by EVIA(), and PCB_IO_EAGLE::loadSignals().


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