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

Eagle dimension element. More...

#include <eagle_parser.h>

Inheritance diagram for EDIMENSION:
EAGLE_BASE

Public Member Functions

 EDIMENSION (wxXmlNode *aDimension, 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 x1
 
ECOORD y1
 
ECOORD x2
 
ECOORD y2
 
ECOORD x3
 
ECOORD y3
 
std::optional< ECOORDtextsize
 
int layer
 
std::optional< wxString > dimensionType
 
std::optional< double > width
 
std::optional< double > extwidth
 
std::optional< double > extlength
 
std::optional< double > extoffset
 
std::optional< int > textratio
 
std::optional< wxString > unit
 
std::optional< int > precision
 
std::optional< bool > visible
 
IO_BASEio
 

Detailed Description

Eagle dimension element.

Definition at line 707 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EDIMENSION()

EDIMENSION::EDIMENSION ( wxXmlNode * aDimension,
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

◆ dimensionType

std::optional<wxString> EDIMENSION::dimensionType

Definition at line 740 of file eagle_parser.h.

Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().

◆ extlength

std::optional<double> EDIMENSION::extlength

Definition at line 743 of file eagle_parser.h.

◆ extoffset

std::optional<double> EDIMENSION::extoffset

Definition at line 744 of file eagle_parser.h.

◆ extwidth

std::optional<double> EDIMENSION::extwidth

Definition at line 742 of file eagle_parser.h.

◆ 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 EDIMENSION::layer

Definition at line 739 of file eagle_parser.h.

Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().

◆ precision

std::optional<int> EDIMENSION::precision

Definition at line 747 of file eagle_parser.h.

◆ textratio

std::optional<int> EDIMENSION::textratio

Definition at line 745 of file eagle_parser.h.

◆ textsize

std::optional<ECOORD> EDIMENSION::textsize

Definition at line 738 of file eagle_parser.h.

Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().

◆ unit

std::optional<wxString> EDIMENSION::unit

Definition at line 746 of file eagle_parser.h.

◆ visible

std::optional<bool> EDIMENSION::visible

Definition at line 748 of file eagle_parser.h.

◆ width

std::optional<double> EDIMENSION::width

Definition at line 741 of file eagle_parser.h.

◆ x1

ECOORD EDIMENSION::x1

Definition at line 732 of file eagle_parser.h.

Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().

◆ x2

ECOORD EDIMENSION::x2

Definition at line 734 of file eagle_parser.h.

Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().

◆ x3

ECOORD EDIMENSION::x3

Definition at line 736 of file eagle_parser.h.

Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().

◆ y1

ECOORD EDIMENSION::y1

Definition at line 733 of file eagle_parser.h.

Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().

◆ y2

ECOORD EDIMENSION::y2

Definition at line 735 of file eagle_parser.h.

Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().

◆ y3

ECOORD EDIMENSION::y3

Definition at line 737 of file eagle_parser.h.

Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().


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