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
 
std::optional< ECOORDdiam
 
std::optional< wxString > shape
 
std::optional< bool > alwaysStop
 
IO_BASEio
 

Detailed Description

Eagle via.

Definition at line 551 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EVIA()

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

◆ alwaysStop

std::optional<bool> EVIA::alwaysStop

Definition at line 573 of file eagle_parser.h.

◆ diam

std::optional<ECOORD> EVIA::diam

Definition at line 571 of file eagle_parser.h.

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

◆ drill

ECOORD EVIA::drill

< inclusive

Definition at line 570 of file eagle_parser.h.

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

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 225 of file eagle_parser.h.

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

◆ layer_back_most

int EVIA::layer_back_most

< extent

Definition at line 569 of file eagle_parser.h.

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

◆ layer_front_most

int EVIA::layer_front_most

Definition at line 568 of file eagle_parser.h.

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

◆ shape

std::optional<wxString> EVIA::shape

Definition at line 572 of file eagle_parser.h.

Referenced by EVIA().

◆ x

ECOORD EVIA::x

Definition at line 566 of file eagle_parser.h.

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

◆ y

ECOORD EVIA::y

Definition at line 567 of file eagle_parser.h.

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


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