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

Definition at line 494 of file eagle_parser.cpp.

References EAGLE_BASE::io, and IO_BASE::Report().

Member Data Documentation

◆ direction

opt_wxString EPIN::direction

Definition at line 1086 of file eagle_parser.h.

Referenced by EPIN().

◆ function

opt_wxString EPIN::function

Definition at line 1087 of file eagle_parser.h.

Referenced by EPIN().

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

◆ length

opt_wxString EPIN::length

Definition at line 1085 of file eagle_parser.h.

Referenced by EPIN().

◆ name

wxString EPIN::name

Definition at line 1080 of file eagle_parser.h.

Referenced by EPIN().

◆ rot

opt_erot EPIN::rot

Definition at line 1089 of file eagle_parser.h.

Referenced by EPIN().

◆ swaplevel

opt_int EPIN::swaplevel

Definition at line 1088 of file eagle_parser.h.

Referenced by EPIN().

◆ visible

opt_wxString EPIN::visible

Definition at line 1084 of file eagle_parser.h.

Referenced by EPIN().

◆ x

ECOORD EPIN::x

Definition at line 1081 of file eagle_parser.h.

Referenced by EPIN().

◆ y

ECOORD EPIN::y

Definition at line 1082 of file eagle_parser.h.

Referenced by EPIN().


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