|
KiCad PCB EDA Suite
|
Dimensions use mils when isMetric is zero, otherwise micrometres. More...
#include <orcad_records.h>
Public Attributes | |
| uint32_t | createTimestamp = 0 |
| uint32_t | modifyTimestamp = 0 |
| uint32_t | width = 0 |
| uint32_t | height = 0 |
| uint32_t | pinToPin = 100 |
| uint16_t | horizontalCount = 0 |
| uint16_t | verticalCount = 0 |
| uint32_t | horizontalWidth = 0 |
| uint32_t | verticalWidth = 0 |
| bool | horizontalChar = false |
| bool | horizontalAscending = false |
| bool | verticalChar = false |
| bool | verticalAscending = false |
| bool | isMetric = false |
| bool | borderDisplayed = false |
| bool | borderPrinted = false |
| bool | gridRefDisplayed = false |
| bool | gridRefPrinted = false |
| bool | titleblockDisplayed = false |
| bool | titleblockPrinted = false |
| bool | ansiGridRefs = false |
Dimensions use mils when isMetric is zero, otherwise micrometres.
Definition at line 412 of file orcad_records.h.
| bool ORCAD_PAGE_SETTINGS::ansiGridRefs = false |
Definition at line 434 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), and OrcadParsePageSettings().
| bool ORCAD_PAGE_SETTINGS::borderDisplayed = false |
Definition at line 428 of file orcad_records.h.
Referenced by OrcadParsePageSettings().
| bool ORCAD_PAGE_SETTINGS::borderPrinted = false |
Definition at line 429 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), OrcadParsePage(), OrcadParsePageSettings(), and OrcadParsePageV2().
| uint32_t ORCAD_PAGE_SETTINGS::createTimestamp = 0 |
Definition at line 414 of file orcad_records.h.
Referenced by OrcadParsePage(), OrcadParsePageSettings(), and OrcadParsePageV2().
| bool ORCAD_PAGE_SETTINGS::gridRefDisplayed = false |
Definition at line 430 of file orcad_records.h.
Referenced by OrcadParsePageSettings().
| bool ORCAD_PAGE_SETTINGS::gridRefPrinted = false |
Definition at line 431 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), OrcadParsePage(), OrcadParsePageSettings(), and OrcadParsePageV2().
| uint32_t ORCAD_PAGE_SETTINGS::height = 0 |
Definition at line 417 of file orcad_records.h.
Referenced by OrcadParsePage(), OrcadParsePageSettings(), and OrcadParsePageV2().
| bool ORCAD_PAGE_SETTINGS::horizontalAscending = false |
Definition at line 424 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), OrcadParsePage(), OrcadParsePageSettings(), and OrcadParsePageV2().
| bool ORCAD_PAGE_SETTINGS::horizontalChar = false |
Definition at line 423 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), OrcadParsePage(), OrcadParsePageSettings(), and OrcadParsePageV2().
| uint16_t ORCAD_PAGE_SETTINGS::horizontalCount = 0 |
Definition at line 419 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), OrcadParsePage(), OrcadParsePageSettings(), and OrcadParsePageV2().
| uint32_t ORCAD_PAGE_SETTINGS::horizontalWidth = 0 |
Definition at line 421 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), OrcadParsePage(), OrcadParsePageSettings(), and OrcadParsePageV2().
| bool ORCAD_PAGE_SETTINGS::isMetric = false |
Definition at line 427 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), OrcadParsePage(), OrcadParsePageSettings(), and OrcadParsePageV2().
| uint32_t ORCAD_PAGE_SETTINGS::modifyTimestamp = 0 |
Definition at line 415 of file orcad_records.h.
Referenced by OrcadParsePage(), OrcadParsePageSettings(), and OrcadParsePageV2().
| uint32_t ORCAD_PAGE_SETTINGS::pinToPin = 100 |
Definition at line 418 of file orcad_records.h.
Referenced by OrcadParseLibrary(), and OrcadParsePageSettings().
| bool ORCAD_PAGE_SETTINGS::titleblockDisplayed = false |
Definition at line 432 of file orcad_records.h.
Referenced by OrcadParsePageSettings().
| bool ORCAD_PAGE_SETTINGS::titleblockPrinted = false |
Definition at line 433 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), and OrcadParsePageSettings().
| bool ORCAD_PAGE_SETTINGS::verticalAscending = false |
Definition at line 426 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), OrcadParsePage(), OrcadParsePageSettings(), and OrcadParsePageV2().
| bool ORCAD_PAGE_SETTINGS::verticalChar = false |
Definition at line 425 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), OrcadParsePage(), OrcadParsePageSettings(), and OrcadParsePageV2().
| uint16_t ORCAD_PAGE_SETTINGS::verticalCount = 0 |
Definition at line 420 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), OrcadParsePage(), OrcadParsePageSettings(), and OrcadParsePageV2().
| uint32_t ORCAD_PAGE_SETTINGS::verticalWidth = 0 |
Definition at line 422 of file orcad_records.h.
Referenced by BOOST_AUTO_TEST_CASE(), OrcadParsePage(), OrcadParsePageSettings(), and OrcadParsePageV2().
| uint32_t ORCAD_PAGE_SETTINGS::width = 0 |
Definition at line 416 of file orcad_records.h.
Referenced by OrcadParsePage(), OrcadParsePageSettings(), and OrcadParsePageV2().