|
KiCad PCB EDA Suite
|
A placed component (COMP .. ENDCOMP) holding its own primitives. More...
#include <autotrax_model.h>
Public Attributes | |
| wxString | refdes |
| wxString | name |
| wxString | value |
| double | x = 0 |
| double | y = 0 |
| std::vector< TRACK > | tracks |
| std::vector< ARC > | arcs |
| std::vector< VIA > | vias |
| std::vector< PAD > | pads |
| std::vector< FILL > | fills |
| std::vector< TEXT > | texts |
A placed component (COMP .. ENDCOMP) holding its own primitives.
Definition at line 137 of file autotrax_model.h.
| std::vector<ARC> AUTOTRAX::COMPONENT::arcs |
Definition at line 146 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::buildComponent(), and AUTOTRAX_PARSER::parseComponent().
| std::vector<FILL> AUTOTRAX::COMPONENT::fills |
Definition at line 149 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::buildComponent(), and AUTOTRAX_PARSER::parseComponent().
| wxString AUTOTRAX::COMPONENT::name |
Definition at line 140 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::buildComponent(), and AUTOTRAX_PARSER::parseComponent().
| std::vector<PAD> AUTOTRAX::COMPONENT::pads |
Definition at line 148 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::buildComponent(), and AUTOTRAX_PARSER::parseComponent().
| wxString AUTOTRAX::COMPONENT::refdes |
Definition at line 139 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::buildComponent(), and AUTOTRAX_PARSER::parseComponent().
| std::vector<TEXT> AUTOTRAX::COMPONENT::texts |
Definition at line 150 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::buildComponent(), and AUTOTRAX_PARSER::parseComponent().
| std::vector<TRACK> AUTOTRAX::COMPONENT::tracks |
Definition at line 145 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::buildComponent(), and AUTOTRAX_PARSER::parseComponent().
| wxString AUTOTRAX::COMPONENT::value |
Definition at line 141 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::buildComponent(), and AUTOTRAX_PARSER::parseComponent().
| std::vector<VIA> AUTOTRAX::COMPONENT::vias |
Definition at line 147 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::buildComponent(), and AUTOTRAX_PARSER::parseComponent().
| double AUTOTRAX::COMPONENT::x = 0 |
Definition at line 142 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::buildComponent(), and AUTOTRAX_PARSER::parseComponent().
| double AUTOTRAX::COMPONENT::y = 0 |
Definition at line 143 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::buildComponent(), and AUTOTRAX_PARSER::parseComponent().