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

Constructor & Destructor Documentation

◆ EPROBE()

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

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

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

◆ font

opt_wxString EPROBE::font

Definition at line 1851 of file eagle_parser.h.

Referenced by EPROBE().

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

◆ layer

int EPROBE::layer

Definition at line 1850 of file eagle_parser.h.

Referenced by EPROBE().

◆ ratio

int EPROBE::ratio

Definition at line 1852 of file eagle_parser.h.

Referenced by EPROBE().

◆ rot

opt_erot EPROBE::rot

Definition at line 1853 of file eagle_parser.h.

Referenced by EPROBE().

◆ size

double EPROBE::size

Definition at line 1849 of file eagle_parser.h.

Referenced by EPROBE().

◆ x

ECOORD EPROBE::x

Definition at line 1847 of file eagle_parser.h.

Referenced by EPROBE().

◆ xref

opt_bool EPROBE::xref

Definition at line 1854 of file eagle_parser.h.

Referenced by EPROBE().

◆ y

ECOORD EPROBE::y

Definition at line 1848 of file eagle_parser.h.

Referenced by EPROBE().


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