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

Eagle pin element. More...

#include <eagle_parser.h>

Inheritance diagram for EPIN:
EAGLE_BASE

Public Member Functions

 EPIN (wxXmlNode *aPin, 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
 
ECOORD x
 
ECOORD y
 
opt_wxString visible
 
opt_wxString length
 
opt_wxString direction
 
opt_wxString function
 
opt_int swaplevel
 
opt_erot rot
 
IO_BASEio
 

Detailed Description

Eagle pin element.

Definition at line 1105 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EPIN()

EPIN::EPIN ( wxXmlNode *  aPin,
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

◆ direction

opt_wxString EPIN::direction

Definition at line 1127 of file eagle_parser.h.

Referenced by EPIN().

◆ function

opt_wxString EPIN::function

Definition at line 1128 of file eagle_parser.h.

Referenced by EPIN().

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

◆ length

opt_wxString EPIN::length

Definition at line 1126 of file eagle_parser.h.

Referenced by EPIN().

◆ name

wxString EPIN::name

Definition at line 1121 of file eagle_parser.h.

Referenced by EPIN().

◆ rot

opt_erot EPIN::rot

Definition at line 1130 of file eagle_parser.h.

Referenced by EPIN().

◆ swaplevel

opt_int EPIN::swaplevel

Definition at line 1129 of file eagle_parser.h.

Referenced by EPIN().

◆ visible

opt_wxString EPIN::visible

Definition at line 1125 of file eagle_parser.h.

Referenced by EPIN().

◆ x

ECOORD EPIN::x

Definition at line 1122 of file eagle_parser.h.

Referenced by EPIN().

◆ y

ECOORD EPIN::y

Definition at line 1123 of file eagle_parser.h.

Referenced by EPIN().


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