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
 
std::optional< wxString > font
 
std::optional< int > ratio
 
std::optional< EROTrot
 
std::optional< bool > xref
 
IO_BASEio
 

Detailed Description

Definition at line 1668 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EPROBE()

EPROBE::EPROBE ( wxXmlNode * aProbe,
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

◆ font

std::optional<wxString> EPROBE::font

Definition at line 1690 of file eagle_parser.h.

Referenced by EPROBE().

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 225 of file eagle_parser.h.

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

◆ layer

int EPROBE::layer

Definition at line 1689 of file eagle_parser.h.

Referenced by EPROBE().

◆ ratio

std::optional<int> EPROBE::ratio

Definition at line 1691 of file eagle_parser.h.

Referenced by EPROBE().

◆ rot

std::optional<EROT> EPROBE::rot

Definition at line 1692 of file eagle_parser.h.

Referenced by EPROBE().

◆ size

double EPROBE::size

Definition at line 1688 of file eagle_parser.h.

Referenced by EPROBE().

◆ x

ECOORD EPROBE::x

Definition at line 1686 of file eagle_parser.h.

Referenced by EPROBE().

◆ xref

std::optional<bool> EPROBE::xref

Definition at line 1693 of file eagle_parser.h.

Referenced by EPROBE().

◆ y

ECOORD EPROBE::y

Definition at line 1687 of file eagle_parser.h.

Referenced by EPROBE().


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