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

#include <eagle_parser.h>

Inheritance diagram for EPROBE:
EAGLE_BASE

Public Member Functions

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

Public Attributes

ECOORD x
 
ECOORD y
 
double size
 
int layer
 
opt_wxString font
 
int ratio
 
opt_erot rot
 
opt_bool xref
 
IO_BASEio
 

Detailed Description

Definition at line 1788 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EPROBE()

EPROBE::EPROBE ( wxXmlNode *  aProbe,
IO_BASE aIo = nullptr 
)

Definition at line 865 of file eagle_parser.cpp.

References EAGLE_BASE::AdvanceProgressPhase(), font, layer, ratio, rot, size, x, xref, and y.

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

◆ font

opt_wxString EPROBE::font

Definition at line 1810 of file eagle_parser.h.

Referenced by EPROBE().

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

◆ layer

int EPROBE::layer

Definition at line 1809 of file eagle_parser.h.

Referenced by EPROBE().

◆ ratio

int EPROBE::ratio

Definition at line 1811 of file eagle_parser.h.

Referenced by EPROBE().

◆ rot

opt_erot EPROBE::rot

Definition at line 1812 of file eagle_parser.h.

Referenced by EPROBE().

◆ size

double EPROBE::size

Definition at line 1808 of file eagle_parser.h.

Referenced by EPROBE().

◆ x

ECOORD EPROBE::x

Definition at line 1806 of file eagle_parser.h.

Referenced by EPROBE().

◆ xref

opt_bool EPROBE::xref

Definition at line 1813 of file eagle_parser.h.

Referenced by EPROBE().

◆ y

ECOORD EPROBE::y

Definition at line 1807 of file eagle_parser.h.

Referenced by EPROBE().


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