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)
 Send a message to the IO_BASE REPORTER object if one exists.
 
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 1438 of file eagle_parser.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
MUST 
CAN 
NEXT 
REQUEST 
ALWAYS 

Definition at line 1461 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

Send a message to the IO_BASE REPORTER object if one exists.

Parameters
aMsgis the message to send to the REPORTER object.

Definition at line 549 of file eagle_parser.cpp.

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

Member Data Documentation

◆ addlevel

opt_int EGATE::addlevel

Definition at line 1458 of file eagle_parser.h.

Referenced by EGATE().

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 405 of file eagle_parser.h.

Referenced by EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::Report().

◆ name

wxString EGATE::name

Definition at line 1452 of file eagle_parser.h.

Referenced by EGATE().

◆ swaplevel

opt_int EGATE::swaplevel

Definition at line 1459 of file eagle_parser.h.

Referenced by EGATE().

◆ symbol

wxString EGATE::symbol

Definition at line 1453 of file eagle_parser.h.

Referenced by EGATE().

◆ x

ECOORD EGATE::x

Definition at line 1455 of file eagle_parser.h.

Referenced by EGATE().

◆ y

ECOORD EGATE::y

Definition at line 1456 of file eagle_parser.h.

Referenced by EGATE().


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