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

Eagle thru hole pad. More...

#include <eagle_parser.h>

Inheritance diagram for EPAD:
EPAD_COMMON EAGLE_BASE

Public Types

enum  {
  UNDEF = -1 , SQUARE , ROUND , OCTAGON ,
  LONG , OFFSET
}
 

Public Member Functions

 EPAD (wxXmlNode *aPad, 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

std::optional< ECOORDdrill
 
std::optional< ECOORDdiameter
 
std::optional< int > shape
 
std::optional< bool > first
 
wxString name
 
ECOORD x
 
ECOORD y
 
std::optional< EROTrot
 
std::optional< bool > stop
 
std::optional< bool > thermals
 
IO_BASEio
 

Detailed Description

Eagle thru hole pad.

Definition at line 862 of file eagle_parser.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
UNDEF 
SQUARE 
ROUND 
OCTAGON 
LONG 
OFFSET 

Definition at line 883 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EPAD()

EPAD::EPAD ( wxXmlNode * aPad,
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 567 of file eagle_parser.cpp.

References io.

Member Data Documentation

◆ diameter

std::optional<ECOORD> EPAD::diameter

Definition at line 880 of file eagle_parser.h.

Referenced by EPAD(), and PCB_IO_EAGLE::packagePad().

◆ drill

std::optional<ECOORD> EPAD::drill

Definition at line 879 of file eagle_parser.h.

Referenced by EPAD(), and PCB_IO_EAGLE::packagePad().

◆ first

std::optional<bool> EPAD::first

Definition at line 893 of file eagle_parser.h.

Referenced by EPAD(), and PCB_IO_EAGLE::packagePad().

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 225 of file eagle_parser.h.

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

◆ name

wxString EPAD_COMMON::name
inherited

Definition at line 850 of file eagle_parser.h.

Referenced by EPAD_COMMON(), and PCB_IO_EAGLE::transferPad().

◆ rot

std::optional<EROT> EPAD_COMMON::rot
inherited

Definition at line 853 of file eagle_parser.h.

Referenced by EPAD_COMMON(), PCB_IO_EAGLE::packagePad(), and PCB_IO_EAGLE::packageSMD().

◆ shape

std::optional<int> EPAD::shape

Definition at line 892 of file eagle_parser.h.

Referenced by EPAD(), and PCB_IO_EAGLE::packagePad().

◆ stop

std::optional<bool> EPAD_COMMON::stop
inherited

Definition at line 854 of file eagle_parser.h.

Referenced by EPAD_COMMON(), PCB_IO_EAGLE::packagePad(), and PCB_IO_EAGLE::packageSMD().

◆ thermals

std::optional<bool> EPAD_COMMON::thermals
inherited

Definition at line 855 of file eagle_parser.h.

Referenced by EPAD_COMMON(), and PCB_IO_EAGLE::transferPad().

◆ x

ECOORD EPAD_COMMON::x
inherited

Definition at line 851 of file eagle_parser.h.

Referenced by EPAD_COMMON(), and PCB_IO_EAGLE::transferPad().

◆ y

ECOORD EPAD_COMMON::y
inherited

Definition at line 852 of file eagle_parser.h.

Referenced by EPAD_COMMON(), and PCB_IO_EAGLE::transferPad().


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