KiCad PCB EDA Suite
|
Parse an Eagle "attribute" XML element. More...
#include <eagle_parser.h>
Public Types | |
enum | { Off , VALUE , NAME , BOTH } |
Public Member Functions | |
EATTR (wxXmlNode *aTree) | |
EATTR () | |
Public Attributes | |
wxString | name |
opt_wxString | value |
opt_ecoord | x |
opt_ecoord | y |
opt_ecoord | size |
opt_int | layer |
opt_double | ratio |
opt_erot | rot |
opt_int | display |
opt_int | align |
Parse an Eagle "attribute" XML element.
Definition at line 597 of file eagle_parser.h.
anonymous enum |
Enumerator | |
---|---|
Off | |
VALUE | |
NAME | |
BOTH |
Definition at line 608 of file eagle_parser.h.
EATTR::EATTR | ( | wxXmlNode * | aTree | ) |
|
inline |
Definition at line 618 of file eagle_parser.h.
opt_int EATTR::align |
Definition at line 615 of file eagle_parser.h.
Referenced by EATTR(), SCH_EAGLE_PLUGIN::loadInstance(), and EAGLE_PLUGIN::orientFPText().
opt_int EATTR::display |
Definition at line 614 of file eagle_parser.h.
Referenced by EATTR(), EAGLE_PLUGIN::loadElements(), and SCH_EAGLE_PLUGIN::loadInstance().
opt_int EATTR::layer |
Definition at line 604 of file eagle_parser.h.
Referenced by EATTR().
wxString EATTR::name |
Definition at line 599 of file eagle_parser.h.
Referenced by EATTR(), EAGLE_PLUGIN::loadElements(), and SCH_EAGLE_PLUGIN::loadInstance().
opt_double EATTR::ratio |
Definition at line 605 of file eagle_parser.h.
Referenced by EATTR(), and EAGLE_PLUGIN::orientFPText().
opt_erot EATTR::rot |
Definition at line 606 of file eagle_parser.h.
Referenced by EATTR(), SCH_EAGLE_PLUGIN::loadInstance(), and EAGLE_PLUGIN::orientFPText().
opt_ecoord EATTR::size |
Definition at line 603 of file eagle_parser.h.
Referenced by EATTR(), and EAGLE_PLUGIN::orientFPText().
opt_wxString EATTR::value |
Definition at line 600 of file eagle_parser.h.
Referenced by EATTR(), EAGLE_PLUGIN::loadElements(), and EAGLE_PLUGIN::orientFPText().
opt_ecoord EATTR::x |
Definition at line 601 of file eagle_parser.h.
Referenced by EATTR(), SCH_EAGLE_PLUGIN::loadInstance(), and EAGLE_PLUGIN::orientFPText().
opt_ecoord EATTR::y |
Definition at line 602 of file eagle_parser.h.
Referenced by EATTR(), SCH_EAGLE_PLUGIN::loadInstance(), and EAGLE_PLUGIN::orientFPText().