|
KiCad PCB EDA Suite
|
Net alias attached to a wire (becomes a local label). More...
#include <orcad_records.h>
Public Attributes | |
| std::string | name |
| int | x = 0 |
| int | y = 0 |
| int | rotation = 0 |
| 0..3 quarter turns | |
| int | color = 0 |
| int | fontIdx = 0 |
Net alias attached to a wire (becomes a local label).
Body layout: i32 x, i32 y, u32 color, u32 rotation, u32 fontIdx, lzt name. (x, y) is the free display position; the logical attachment is the owning wire.
Definition at line 213 of file orcad_records.h.
| int ORCAD_ALIAS::color = 0 |
Definition at line 219 of file orcad_records.h.
Referenced by OrcadReadAlias(), ORCAD_CONVERTER::placeWires(), and v2Alias().
| int ORCAD_ALIAS::fontIdx = 0 |
Definition at line 220 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::computeFontBaseline(), OrcadReadAlias(), ORCAD_CONVERTER::placeWires(), and v2Alias().
| std::string ORCAD_ALIAS::name |
Definition at line 215 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::netAt(), OrcadReadAlias(), ORCAD_CONVERTER::placeWires(), and v2Alias().
| int ORCAD_ALIAS::rotation = 0 |
0..3 quarter turns
Definition at line 218 of file orcad_records.h.
Referenced by OrcadReadAlias(), ORCAD_CONVERTER::placeWires(), and v2Alias().
| int ORCAD_ALIAS::x = 0 |
Definition at line 216 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::offsetPage(), OrcadReadAlias(), ORCAD_CONVERTER::placeWires(), and v2Alias().
| int ORCAD_ALIAS::y = 0 |
Definition at line 217 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::offsetPage(), OrcadReadAlias(), ORCAD_CONVERTER::placeWires(), and v2Alias().