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

Eagle label. More...

#include <eagle_parser.h>

Public Member Functions

 ELABEL (wxXmlNode *aLabel, const wxString &aNetName)
 

Public Attributes

ECOORD x
 
ECOORD y
 
ECOORD size
 
int layer
 
opt_erot rot
 
opt_wxString xref
 
wxString netname
 

Detailed Description

Eagle label.

Definition at line 538 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ELABEL()

ELABEL::ELABEL ( wxXmlNode *  aLabel,
const wxString &  aNetName 
)

Definition at line 514 of file eagle_parser.cpp.

References layer, netname, rot, size, x, xref, and y.

Member Data Documentation

◆ layer

int ELABEL::layer

Definition at line 543 of file eagle_parser.h.

Referenced by ELABEL().

◆ netname

wxString ELABEL::netname

Definition at line 546 of file eagle_parser.h.

Referenced by ELABEL(), and SCH_IO_EAGLE::loadLabel().

◆ rot

opt_erot ELABEL::rot

Definition at line 544 of file eagle_parser.h.

Referenced by ELABEL(), and SCH_IO_EAGLE::loadLabel().

◆ size

ECOORD ELABEL::size

Definition at line 542 of file eagle_parser.h.

Referenced by ELABEL(), and SCH_IO_EAGLE::loadLabel().

◆ x

ECOORD ELABEL::x

Definition at line 540 of file eagle_parser.h.

Referenced by ELABEL(), and SCH_IO_EAGLE::loadLabel().

◆ xref

opt_wxString ELABEL::xref

Definition at line 545 of file eagle_parser.h.

Referenced by ELABEL().

◆ y

ECOORD ELABEL::y

Definition at line 541 of file eagle_parser.h.

Referenced by ELABEL(), and SCH_IO_EAGLE::loadLabel().


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