KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SCH_CONNECTIVITY::INSTANCE_FACTS Struct Reference

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_FACTvariantSymbols
 
std::vector< PIN_MAP_CANDIDATE_FACTpinMapCandidates
 
int pageOrder = 0
 
std::vector< MULTI_UNIT_REFERENCEmultiUnits
 
std::vector< std::pair< KIID, int > > units
 
std::vector< ITEM_TEXT_FACTitems
 
std::vector< INSTANCE_RULE_AREA_FACTruleAreas
 
std::vector< NETCLASS_REFERENCEnetclassReferences
 
std::vector< CHILD_SHEET_FACTchildSheets
 

Detailed Description

The text and unit data that one sheet instance resolves for the items of its screen.

See also
Glossary and keys

Definition at line 347 of file conn_facts.h.

Member Function Documentation

◆ operator==()

bool SCH_CONNECTIVITY::INSTANCE_FACTS::operator== ( const INSTANCE_FACTS & ) const
default

Member Data Documentation

◆ childSheets

std::vector<CHILD_SHEET_FACT> SCH_CONNECTIVITY::INSTANCE_FACTS::childSheets

Definition at line 358 of file conn_facts.h.

◆ footprints

std::vector<std::pair<KIID, wxString> > SCH_CONNECTIVITY::INSTANCE_FACTS::footprints

Definition at line 349 of file conn_facts.h.

◆ items

std::vector<ITEM_TEXT_FACT> SCH_CONNECTIVITY::INSTANCE_FACTS::items

◆ multiUnits

std::vector<MULTI_UNIT_REFERENCE> SCH_CONNECTIVITY::INSTANCE_FACTS::multiUnits

Definition at line 353 of file conn_facts.h.

◆ netclassReferences

std::vector<NETCLASS_REFERENCE> SCH_CONNECTIVITY::INSTANCE_FACTS::netclassReferences

Definition at line 357 of file conn_facts.h.

◆ pageOrder

int SCH_CONNECTIVITY::INSTANCE_FACTS::pageOrder = 0

Definition at line 352 of file conn_facts.h.

◆ pinMapCandidates

std::vector<PIN_MAP_CANDIDATE_FACT> SCH_CONNECTIVITY::INSTANCE_FACTS::pinMapCandidates

Definition at line 351 of file conn_facts.h.

◆ ruleAreas

std::vector<INSTANCE_RULE_AREA_FACT> SCH_CONNECTIVITY::INSTANCE_FACTS::ruleAreas

◆ units

std::vector<std::pair<KIID, int> > SCH_CONNECTIVITY::INSTANCE_FACTS::units

Definition at line 354 of file conn_facts.h.

◆ variantSymbols

std::vector<VARIANT_SYMBOL_FACT> SCH_CONNECTIVITY::INSTANCE_FACTS::variantSymbols

Definition at line 350 of file conn_facts.h.


The documentation for this struct was generated from the following file: