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

#include <eagle_parser.h>

Public Member Functions

 ECONNECT (wxXmlNode *aConnect)
 

Public Attributes

wxString gate
 
wxString pin
 
wxString pad
 

Detailed Description

Definition at line 1000 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ECONNECT()

ECONNECT::ECONNECT ( wxXmlNode *  aConnect)

Definition at line 1122 of file eagle_parser.cpp.

References pad, and pin.

Member Data Documentation

◆ gate

wxString ECONNECT::gate

Definition at line 1011 of file eagle_parser.h.

Referenced by SCH_EAGLE_PLUGIN::loadSymbol().

◆ pad

wxString ECONNECT::pad

Definition at line 1013 of file eagle_parser.h.

Referenced by SCH_EAGLE_PLUGIN::loadSymbol().

◆ pin

wxString ECONNECT::pin

Definition at line 1012 of file eagle_parser.h.

Referenced by SCH_EAGLE_PLUGIN::loadSymbol().


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