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)
 
void AdvanceProgressPhase ()
 

Public Attributes

opt_double distance
 
opt_wxString unitdist
 
opt_wxString unit
 
opt_wxString style
 
opt_int multiple
 
opt_bool display
 
opt_double altdistance
 
opt_wxString altunitdist
 
opt_wxString altunit
 
IO_BASEio
 

Detailed Description

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

Definition at line 494 of file eagle_parser.cpp.

References EAGLE_BASE::io, and IO_BASE::Report().

Member Data Documentation

◆ altdistance

opt_double EGRID::altdistance

Definition at line 1968 of file eagle_parser.h.

Referenced by EGRID().

◆ altunit

opt_wxString EGRID::altunit

Definition at line 1970 of file eagle_parser.h.

Referenced by EGRID().

◆ altunitdist

opt_wxString EGRID::altunitdist

Definition at line 1969 of file eagle_parser.h.

Referenced by EGRID().

◆ display

opt_bool EGRID::display

Definition at line 1967 of file eagle_parser.h.

Referenced by EGRID().

◆ distance

opt_double EGRID::distance

Definition at line 1962 of file eagle_parser.h.

Referenced by EGRID().

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

◆ multiple

opt_int EGRID::multiple

Definition at line 1966 of file eagle_parser.h.

Referenced by EGRID().

◆ style

opt_wxString EGRID::style

Definition at line 1965 of file eagle_parser.h.

Referenced by EGRID().

◆ unit

opt_wxString EGRID::unit

Definition at line 1964 of file eagle_parser.h.

Referenced by EGRID().

◆ unitdist

opt_wxString EGRID::unitdist

Definition at line 1963 of file eagle_parser.h.

Referenced by EGRID().


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