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

#include <eagle_parser.h>

Inheritance diagram for EGRID:
EAGLE_BASE

Public Member Functions

 EGRID (wxXmlNode *aGrid, 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< double > distance
 
std::optional< wxString > unitdist
 
std::optional< wxString > unit
 
std::optional< wxString > style
 
std::optional< int > multiple
 
std::optional< bool > display
 
std::optional< double > altdistance
 
std::optional< wxString > altunitdist
 
std::optional< wxString > altunit
 
IO_BASEio
 

Detailed Description

Definition at line 1825 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EGRID()

EGRID::EGRID ( wxXmlNode * aGrid,
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

◆ altdistance

std::optional<double> EGRID::altdistance

Definition at line 1847 of file eagle_parser.h.

Referenced by EGRID().

◆ altunit

std::optional<wxString> EGRID::altunit

Definition at line 1849 of file eagle_parser.h.

Referenced by EGRID().

◆ altunitdist

std::optional<wxString> EGRID::altunitdist

Definition at line 1848 of file eagle_parser.h.

Referenced by EGRID().

◆ display

std::optional<bool> EGRID::display

Definition at line 1846 of file eagle_parser.h.

Referenced by EGRID().

◆ distance

std::optional<double> EGRID::distance

Definition at line 1841 of file eagle_parser.h.

Referenced by EGRID().

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 225 of file eagle_parser.h.

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

◆ multiple

std::optional<int> EGRID::multiple

Definition at line 1845 of file eagle_parser.h.

Referenced by EGRID().

◆ style

std::optional<wxString> EGRID::style

Definition at line 1844 of file eagle_parser.h.

Referenced by EGRID().

◆ unit

std::optional<wxString> EGRID::unit

Definition at line 1843 of file eagle_parser.h.

Referenced by EGRID().

◆ unitdist

std::optional<wxString> EGRID::unitdist

Definition at line 1842 of file eagle_parser.h.

Referenced by EGRID().


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