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

Eagle pin element. More...

#include <eagle_parser.h>

Public Member Functions

 EPIN (wxXmlNode *aPin)
 

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
 

Detailed Description

Eagle pin element.

Definition at line 747 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EPIN()

EPIN::EPIN ( wxXmlNode *  aPin)

Definition at line 871 of file eagle_parser.cpp.

References direction, function, length, name, rot, swaplevel, visible, x, and y.

Member Data Documentation

◆ direction

opt_wxString EPIN::direction

Definition at line 755 of file eagle_parser.h.

Referenced by EPIN(), and SCH_IO_EAGLE::loadSymbol().

◆ function

opt_wxString EPIN::function

Definition at line 756 of file eagle_parser.h.

Referenced by EPIN(), and SCH_IO_EAGLE::loadPin().

◆ length

opt_wxString EPIN::length

Definition at line 754 of file eagle_parser.h.

Referenced by EPIN(), and SCH_IO_EAGLE::loadPin().

◆ name

wxString EPIN::name

Definition at line 749 of file eagle_parser.h.

Referenced by EPIN(), and SCH_IO_EAGLE::loadPin().

◆ rot

opt_erot EPIN::rot

Definition at line 758 of file eagle_parser.h.

Referenced by EPIN(), and SCH_IO_EAGLE::loadPin().

◆ swaplevel

opt_int EPIN::swaplevel

Definition at line 757 of file eagle_parser.h.

Referenced by EPIN().

◆ visible

opt_wxString EPIN::visible

Definition at line 753 of file eagle_parser.h.

Referenced by EPIN(), and SCH_IO_EAGLE::loadPin().

◆ x

ECOORD EPIN::x

Definition at line 750 of file eagle_parser.h.

Referenced by EPIN(), and SCH_IO_EAGLE::loadPin().

◆ y

ECOORD EPIN::y

Definition at line 751 of file eagle_parser.h.

Referenced by EPIN(), and SCH_IO_EAGLE::loadPin().


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