|
KiCad PCB EDA Suite
|
Free or component string (FS / CS). More...
#include <autotrax_model.h>
Public Attributes | |
| double | x = 0 |
| double | y = 0 |
| double | height = 0 |
| int | direction = 0 |
| 0..3, multiplied by 90 degrees | |
| double | width = 0 |
| int | layer = 0 |
| wxString | text |
Free or component string (FS / CS).
Definition at line 124 of file autotrax_model.h.
| int AUTOTRAX::TEXT::direction = 0 |
0..3, multiplied by 90 degrees
Definition at line 129 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::emitText(), and AUTOTRAX_PARSER::parseText().
| double AUTOTRAX::TEXT::height = 0 |
Definition at line 128 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::emitText(), and AUTOTRAX_PARSER::parseText().
| int AUTOTRAX::TEXT::layer = 0 |
Definition at line 131 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::emitText(), and AUTOTRAX_PARSER::parseText().
| wxString AUTOTRAX::TEXT::text |
Definition at line 132 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::emitText(), and AUTOTRAX_PARSER::parseText().
| double AUTOTRAX::TEXT::width = 0 |
Definition at line 130 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::emitText(), and AUTOTRAX_PARSER::parseText().
| double AUTOTRAX::TEXT::x = 0 |
Definition at line 126 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::emitText(), and AUTOTRAX_PARSER::parseText().
| double AUTOTRAX::TEXT::y = 0 |
Definition at line 127 of file autotrax_model.h.
Referenced by PCB_IO_AUTOTRAX::buildBoard(), PCB_IO_AUTOTRAX::emitText(), and AUTOTRAX_PARSER::parseText().