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

#include <eagle_parser.h>

Public Types

enum  {
  MUST , CAN , NEXT , REQUEST ,
  ALWAYS
}
 

Public Member Functions

 EGATE (wxXmlNode *aGate)
 

Public Attributes

wxString name
 
wxString symbol
 
ECOORD x
 
ECOORD y
 
opt_int addlevel
 
opt_int swaplevel
 

Detailed Description

Definition at line 968 of file eagle_parser.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
MUST 
CAN 
NEXT 
REQUEST 
ALWAYS 

Definition at line 991 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EGATE()

EGATE::EGATE ( wxXmlNode *  aGate)

Definition at line 1123 of file eagle_parser.cpp.

References ALWAYS, CAN, MUST, EELEMENT::name, NEXT, REQUEST, EELEMENT::x, and EELEMENT::y.

Member Data Documentation

◆ addlevel

opt_int EGATE::addlevel

Definition at line 988 of file eagle_parser.h.

◆ name

wxString EGATE::name

Definition at line 982 of file eagle_parser.h.

Referenced by SCH_IO_EAGLE::loadLibrary().

◆ swaplevel

opt_int EGATE::swaplevel

Definition at line 989 of file eagle_parser.h.

◆ symbol

wxString EGATE::symbol

Definition at line 983 of file eagle_parser.h.

Referenced by SCH_IO_EAGLE::loadLibrary().

◆ x

ECOORD EGATE::x

Definition at line 985 of file eagle_parser.h.

◆ y

ECOORD EGATE::y

Definition at line 986 of file eagle_parser.h.


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