|
KiCad PCB EDA Suite
|
The text and unit data that one sheet instance resolves for the items of its screen. More...
#include <conn_facts.h>
Public Member Functions | |
| bool | operator== (const INSTANCE_FACTS &) const =default |
Public Attributes | |
| std::vector< std::pair< KIID, wxString > > | footprints |
| std::vector< VARIANT_SYMBOL_FACT > | variantSymbols |
| std::vector< PIN_MAP_CANDIDATE_FACT > | pinMapCandidates |
| int | pageOrder = 0 |
| std::vector< MULTI_UNIT_REFERENCE > | multiUnits |
| std::vector< std::pair< KIID, int > > | units |
| std::vector< ITEM_TEXT_FACT > | items |
| std::vector< INSTANCE_RULE_AREA_FACT > | ruleAreas |
| std::vector< NETCLASS_REFERENCE > | netclassReferences |
| std::vector< CHILD_SHEET_FACT > | childSheets |
The text and unit data that one sheet instance resolves for the items of its screen.
Definition at line 347 of file conn_facts.h.
|
default |
| std::vector<CHILD_SHEET_FACT> SCH_CONNECTIVITY::INSTANCE_FACTS::childSheets |
Definition at line 358 of file conn_facts.h.
| std::vector<std::pair<KIID, wxString> > SCH_CONNECTIVITY::INSTANCE_FACTS::footprints |
Definition at line 349 of file conn_facts.h.
| std::vector<ITEM_TEXT_FACT> SCH_CONNECTIVITY::INSTANCE_FACTS::items |
Definition at line 355 of file conn_facts.h.
Referenced by BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), SCH_CONNECTIVITY::INPUT_STORE::Instance(), and SCH_CONNECTIVITY::PrepareInstanceClaims().
| std::vector<MULTI_UNIT_REFERENCE> SCH_CONNECTIVITY::INSTANCE_FACTS::multiUnits |
Definition at line 353 of file conn_facts.h.
| std::vector<NETCLASS_REFERENCE> SCH_CONNECTIVITY::INSTANCE_FACTS::netclassReferences |
Definition at line 357 of file conn_facts.h.
| int SCH_CONNECTIVITY::INSTANCE_FACTS::pageOrder = 0 |
Definition at line 352 of file conn_facts.h.
| std::vector<PIN_MAP_CANDIDATE_FACT> SCH_CONNECTIVITY::INSTANCE_FACTS::pinMapCandidates |
Definition at line 351 of file conn_facts.h.
| std::vector<INSTANCE_RULE_AREA_FACT> SCH_CONNECTIVITY::INSTANCE_FACTS::ruleAreas |
Definition at line 356 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::INPUT_STORE::Instance(), and SCH_CONNECTIVITY::PrepareInstanceClaims().
| std::vector<std::pair<KIID, int> > SCH_CONNECTIVITY::INSTANCE_FACTS::units |
Definition at line 354 of file conn_facts.h.
| std::vector<VARIANT_SYMBOL_FACT> SCH_CONNECTIVITY::INSTANCE_FACTS::variantSymbols |
Definition at line 350 of file conn_facts.h.