|
KiCad PCB EDA Suite
|
#include <pads_sch_binary_model.h>
Public Member Functions | |
| bool | operator== (const DESIGN_SETTINGS &) const =default |
Public Attributes | |
| SOURCE_PROVENANCE | source |
| uint32_t | codePage = 1252 |
| int64_t | coordinateUnitsPerMil = 2 |
| SOURCE_POINT | pageSize |
| int64_t | defaultLineWidth = 0 |
| int64_t | defaultBusWidth = 0 |
| std::vector< SOURCE_PROPERTY > | properties |
Definition at line 318 of file pads_sch_binary_model.h.
|
default |
| uint32_t PADS_SCH_BINARY::DESIGN_SETTINGS::codePage = 1252 |
Definition at line 321 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE().
| int64_t PADS_SCH_BINARY::DESIGN_SETTINGS::coordinateUnitsPerMil = 2 |
Definition at line 322 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| int64_t PADS_SCH_BINARY::DESIGN_SETTINGS::defaultBusWidth = 0 |
Definition at line 325 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| int64_t PADS_SCH_BINARY::DESIGN_SETTINGS::defaultLineWidth = 0 |
Definition at line 324 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| SOURCE_POINT PADS_SCH_BINARY::DESIGN_SETTINGS::pageSize |
Definition at line 323 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| std::vector<SOURCE_PROPERTY> PADS_SCH_BINARY::DESIGN_SETTINGS::properties |
Definition at line 326 of file pads_sch_binary_model.h.
| SOURCE_PROVENANCE PADS_SCH_BINARY::DESIGN_SETTINGS::source |
Definition at line 320 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE().