|
KiCad PCB EDA Suite
|
The owning wire defines the connection. 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 |
The owning wire defines the connection.
The stored position controls only the display.
Definition at line 179 of file orcad_records.h.
| int ORCAD_ALIAS::color = 0 |
Definition at line 185 of file orcad_records.h.
Referenced by OrcadReadAlias(), and v2Alias().
| int ORCAD_ALIAS::fontIdx = 0 |
Definition at line 186 of file orcad_records.h.
Referenced by OrcadReadAlias(), v2Alias(), and ORCAD_CONVERTER::wireAliasFontId().
| std::string ORCAD_ALIAS::name |
Definition at line 181 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), connectedBusName(), ORCAD_CONVERTER::Convert(), ORCAD_CONVERTER::convertPage(), ORCAD_CONVERTER::netAt(), OrcadReadAlias(), and v2Alias().
| int ORCAD_ALIAS::rotation = 0 |
0..3 quarter turns
Definition at line 184 of file orcad_records.h.
Referenced by OrcadReadAlias(), and v2Alias().
| int ORCAD_ALIAS::x = 0 |
Definition at line 182 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), ORCAD_CONVERTER::offsetPage(), OrcadReadAlias(), and v2Alias().
| int ORCAD_ALIAS::y = 0 |
Definition at line 183 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::offsetPage(), OrcadReadAlias(), and v2Alias().