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

Public Attributes

ECOORD x1
 
ECOORD y1
 
ECOORD x2
 
ECOORD y2
 
ECOORD x3
 
ECOORD y3
 
opt_ecoord textsize
 
int layer
 
opt_wxString dimensionType
 
opt_double width
 
opt_double extwidth
 
opt_double extlength
 
opt_double extoffset
 
opt_int textratio
 
opt_wxString unit
 
opt_int precision
 
opt_bool visible
 
IO_BASEio
 

Detailed Description

Eagle dimension element.

Definition at line 843 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EDIMENSION()

EDIMENSION::EDIMENSION ( wxXmlNode *  aDimension,
IO_BASE aIo = nullptr 
)

Definition at line 897 of file eagle_parser.cpp.

References EAGLE_BASE::AdvanceProgressPhase(), dimensionType, layer, textsize, x1, x2, x3, y1, y2, and y3.

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

◆ dimensionType

opt_wxString EDIMENSION::dimensionType

Definition at line 876 of file eagle_parser.h.

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

◆ extlength

opt_double EDIMENSION::extlength

Definition at line 879 of file eagle_parser.h.

◆ extoffset

opt_double EDIMENSION::extoffset

Definition at line 880 of file eagle_parser.h.

◆ extwidth

opt_double EDIMENSION::extwidth

Definition at line 878 of file eagle_parser.h.

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

◆ layer

int EDIMENSION::layer

Definition at line 875 of file eagle_parser.h.

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

◆ precision

opt_int EDIMENSION::precision

Definition at line 883 of file eagle_parser.h.

◆ textratio

opt_int EDIMENSION::textratio

Definition at line 881 of file eagle_parser.h.

◆ textsize

opt_ecoord EDIMENSION::textsize

Definition at line 874 of file eagle_parser.h.

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

◆ unit

opt_wxString EDIMENSION::unit

Definition at line 882 of file eagle_parser.h.

◆ visible

opt_bool EDIMENSION::visible

Definition at line 884 of file eagle_parser.h.

◆ width

opt_double EDIMENSION::width

Definition at line 877 of file eagle_parser.h.

◆ x1

ECOORD EDIMENSION::x1

Definition at line 868 of file eagle_parser.h.

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

◆ x2

ECOORD EDIMENSION::x2

Definition at line 870 of file eagle_parser.h.

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

◆ x3

ECOORD EDIMENSION::x3

Definition at line 872 of file eagle_parser.h.

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

◆ y1

ECOORD EDIMENSION::y1

Definition at line 869 of file eagle_parser.h.

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

◆ y2

ECOORD EDIMENSION::y2

Definition at line 871 of file eagle_parser.h.

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

◆ y3

ECOORD EDIMENSION::y3

Definition at line 873 of file eagle_parser.h.

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


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