KiCad PCB EDA Suite
|
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 |
Eagle label.
Definition at line 538 of file eagle_parser.h.
ELABEL::ELABEL | ( | wxXmlNode * | aLabel, |
const wxString & | aNetName | ||
) |
int ELABEL::layer |
Definition at line 543 of file eagle_parser.h.
Referenced by ELABEL().
wxString ELABEL::netname |
Definition at line 546 of file eagle_parser.h.
Referenced by ELABEL(), and SCH_EAGLE_PLUGIN::loadLabel().
opt_erot ELABEL::rot |
Definition at line 544 of file eagle_parser.h.
Referenced by ELABEL(), and SCH_EAGLE_PLUGIN::loadLabel().
ECOORD ELABEL::size |
Definition at line 542 of file eagle_parser.h.
Referenced by ELABEL(), and SCH_EAGLE_PLUGIN::loadLabel().
ECOORD ELABEL::x |
Definition at line 540 of file eagle_parser.h.
Referenced by ELABEL(), and SCH_EAGLE_PLUGIN::loadLabel().
opt_wxString ELABEL::xref |
Definition at line 545 of file eagle_parser.h.
Referenced by ELABEL().
ECOORD ELABEL::y |
Definition at line 541 of file eagle_parser.h.
Referenced by ELABEL(), and SCH_EAGLE_PLUGIN::loadLabel().