|
KiCad PCB EDA Suite
|
The inline LibraryPart defines the block interface; placed pin records supply absolute positions. More...
#include <orcad_records.h>
Public Attributes | |
| uint32_t | dbId = 0 |
| std::string | name |
| intrinsic Name property used for flat-net scoping | |
| std::string | reference |
| std::map< std::string, std::string > | props |
| int | x1 = 0 |
| block rectangle top-left, page DBU | |
| int | y1 = 0 |
| int | w = 0 |
| int | h = 0 |
| std::vector< ORCAD_BLOCK_PIN > | pins |
| std::vector< ORCAD_DISPLAY_PROP > | displayProps |
| std::string | childName |
| child folder, when embedded | |
The inline LibraryPart defines the block interface; placed pin records supply absolute positions.
Definition at line 371 of file orcad_records.h.
| std::string ORCAD_DRAWN_INSTANCE::childName |
child folder, when embedded
Definition at line 383 of file orcad_records.h.
Referenced by SCH_IO_ORCAD::LoadSchematicFile(), and ORCAD_CONVERTER::placeHierarchicalBlockFields().
| uint32_t ORCAD_DRAWN_INSTANCE::dbId = 0 |
Definition at line 373 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(), ORCAD_CONVERTER::Convert(), SCH_IO_ORCAD::LoadSchematicFile(), OrcadReadDrawnInstance(), and v2DrawnInstance().
| std::vector<ORCAD_DISPLAY_PROP> ORCAD_DRAWN_INSTANCE::displayProps |
Definition at line 382 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), OrcadReadDrawnInstance(), ORCAD_CONVERTER::placeHierarchicalBlockFields(), and v2DrawnInstance().
| int ORCAD_DRAWN_INSTANCE::h = 0 |
Definition at line 380 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(), ORCAD_CONVERTER::Convert(), OrcadReadDrawnInstance(), ORCAD_CONVERTER::pageExtentDbu(), and v2DrawnInstance().
| std::string ORCAD_DRAWN_INSTANCE::name |
intrinsic Name property used for flat-net scoping
Definition at line 374 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), flatNetSuffix(), OrcadReadDrawnInstance(), and v2DrawnInstance().
| std::vector<ORCAD_BLOCK_PIN> ORCAD_DRAWN_INSTANCE::pins |
Definition at line 381 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(), ORCAD_CONVERTER::computeJunctions(), ORCAD_CONVERTER::Convert(), ORCAD_CONVERTER::offsetPage(), OrcadReadDrawnInstance(), ORCAD_CONVERTER::pageExtentDbu(), ORCAD_CONVERTER::placeWires(), and v2DrawnInstance().
| std::map<std::string, std::string> ORCAD_DRAWN_INSTANCE::props |
Definition at line 376 of file orcad_records.h.
Referenced by ORCAD_CONVERTER::Convert(), flatNetSuffix(), OrcadReadDrawnInstance(), ORCAD_CONVERTER::placeHierarchicalBlockFields(), and v2DrawnInstance().
| std::string ORCAD_DRAWN_INSTANCE::reference |
Definition at line 375 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(), ORCAD_CONVERTER::Convert(), OrcadReadDrawnInstance(), and v2DrawnInstance().
| int ORCAD_DRAWN_INSTANCE::w = 0 |
Definition at line 379 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(), ORCAD_CONVERTER::Convert(), OrcadReadDrawnInstance(), ORCAD_CONVERTER::pageExtentDbu(), and v2DrawnInstance().
| int ORCAD_DRAWN_INSTANCE::x1 = 0 |
block rectangle top-left, page DBU
Definition at line 377 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), ORCAD_CONVERTER::Convert(), ORCAD_CONVERTER::offsetPage(), OrcadReadDrawnInstance(), ORCAD_CONVERTER::pageExtentDbu(), ORCAD_CONVERTER::placeHierarchicalBlockFields(), and v2DrawnInstance().
| int ORCAD_DRAWN_INSTANCE::y1 = 0 |
Definition at line 378 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), ORCAD_CONVERTER::Convert(), ORCAD_CONVERTER::offsetPage(), OrcadReadDrawnInstance(), ORCAD_CONVERTER::pageExtentDbu(), ORCAD_CONVERTER::placeHierarchicalBlockFields(), and v2DrawnInstance().