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

#include <eagle_parser.h>

Inheritance diagram for EGATE:
EAGLE_BASE

Public Types

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

Public Member Functions

 EGATE (wxXmlNode *aGate, IO_BASE *aIo=nullptr)
 
void Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 
void AdvanceProgressPhase ()
 

Public Attributes

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

Detailed Description

Definition at line 1397 of file eagle_parser.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
MUST 
CAN 
NEXT 
REQUEST 
ALWAYS 

Definition at line 1420 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EGATE()

EGATE::EGATE ( wxXmlNode *  aGate,
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

◆ addlevel

opt_int EGATE::addlevel

Definition at line 1417 of file eagle_parser.h.

Referenced by EGATE().

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

◆ name

wxString EGATE::name

Definition at line 1411 of file eagle_parser.h.

Referenced by EGATE().

◆ swaplevel

opt_int EGATE::swaplevel

Definition at line 1418 of file eagle_parser.h.

Referenced by EGATE().

◆ symbol

wxString EGATE::symbol

Definition at line 1412 of file eagle_parser.h.

Referenced by EGATE().

◆ x

ECOORD EGATE::x

Definition at line 1414 of file eagle_parser.h.

Referenced by EGATE().

◆ y

ECOORD EGATE::y

Definition at line 1415 of file eagle_parser.h.

Referenced by EGATE().


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