|
KiCad PCB EDA Suite
|
Display positions use symbol coordinates; rotFont combines the font index and quarter turns. More...
#include <orcad_records.h>
Public Attributes | |
| uint32_t | nameIdx = 0 |
| std::string | name |
| resolved property name (empty when index invalid) | |
| int | x = 0 |
| int | y = 0 |
| int | rotation = 0 |
| 0..3 quarter turns | |
| int | fontIdx = 0 |
| 1-based into ORCAD_LIBRARY_INFO::fonts; 0 = default | |
| int | color = 0 |
| int | dispMode = 0 |
Display positions use symbol coordinates; rotFont combines the font index and quarter turns.
Definition at line 165 of file orcad_records.h.
| int ORCAD_DISPLAY_PROP::color = 0 |
Definition at line 173 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), OrcadReadDisplayProp(), ORCAD_CONVERTER::placeSymbolFields(), and v2DisplayProp().
| int ORCAD_DISPLAY_PROP::dispMode = 0 |
Definition at line 174 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), OrcadDisplayType(), OrcadReadDisplayProp(), and v2DisplayProp().
| int ORCAD_DISPLAY_PROP::fontIdx = 0 |
1-based into ORCAD_LIBRARY_INFO::fonts; 0 = default
Definition at line 172 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::addSymbolPin(), ORCAD_CONVERTER::displayFontId(), ORCAD_CONVERTER::displayUsesTemplateFont(), OrcadDisplayFontId(), OrcadReadDisplayProp(), and v2DisplayProp().
| std::string ORCAD_DISPLAY_PROP::name |
resolved property name (empty when index invalid)
Definition at line 168 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::applyTitleBlock(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), ORCAD_CONVERTER::kicadSymbolFor(), OrcadDisplayFontId(), OrcadDisplayPropVisible(), OrcadReadDisplayProp(), ORCAD_CONVERTER::placeHierarchicalBlockFields(), ORCAD_CONVERTER::placeSymbolFields(), and v2DisplayProp().
| uint32_t ORCAD_DISPLAY_PROP::nameIdx = 0 |
Definition at line 167 of file orcad_records.h.
Referenced by OrcadReadDisplayProp(), and v2DisplayProp().
| int ORCAD_DISPLAY_PROP::rotation = 0 |
0..3 quarter turns
Definition at line 171 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::applyTitleBlock(), BOOST_AUTO_TEST_CASE(), OrcadReadDisplayProp(), ORCAD_CONVERTER::placeGraphicDisplayText(), ORCAD_CONVERTER::placeSymbolFields(), and v2DisplayProp().
| int ORCAD_DISPLAY_PROP::x = 0 |
Definition at line 169 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::applyTitleBlock(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), OrcadReadDisplayProp(), ORCAD_CONVERTER::placeGraphicDisplayText(), ORCAD_CONVERTER::placeSymbolFields(), and v2DisplayProp().
| int ORCAD_DISPLAY_PROP::y = 0 |
Definition at line 170 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::applyTitleBlock(), BOOST_AUTO_TEST_CASE(), OrcadReadDisplayProp(), ORCAD_CONVERTER::placeGraphicDisplayText(), ORCAD_CONVERTER::placeSymbolFields(), and v2DisplayProp().