|
KiCad PCB EDA Suite
|
#include <pads_sch_binary_model.h>
Public Member Functions | |
| bool | operator== (const MODEL_WORKSHEET &) const =default |
Public Attributes | |
| SOURCE_PROVENANCE | source |
| SHEET_REFERENCE | sheet |
| SOURCE_STRING | name |
| std::vector< MODEL_GRAPHIC > | graphics |
Definition at line 392 of file pads_sch_binary_model.h.
|
default |
| std::vector<MODEL_GRAPHIC> PADS_SCH_BINARY::MODEL_WORKSHEET::graphics |
Definition at line 397 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_CASE().
| SOURCE_STRING PADS_SCH_BINARY::MODEL_WORKSHEET::name |
Definition at line 396 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE().
| SHEET_REFERENCE PADS_SCH_BINARY::MODEL_WORKSHEET::sheet |
Definition at line 395 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE().
| SOURCE_PROVENANCE PADS_SCH_BINARY::MODEL_WORKSHEET::source |
Definition at line 394 of file pads_sch_binary_model.h.
Referenced by BOOST_AUTO_TEST_CASE().