|
KiCad PCB EDA Suite
|
#include <conn_facts.h>
Public Member Functions | |
| bool | operator== (const PIN_FACT &) const =default |
Public Attributes | |
| KIID | id = niluuid |
| VECTOR2I | position |
| int | unit = 0 |
| ELECTRICAL_PINTYPE | type = ELECTRICAL_PINTYPE::PT_UNSPECIFIED |
| wxString | libraryName |
| wxString | name |
| wxString | shownName |
| wxString | shownNumber |
| wxString | number |
| wxString | padNumber |
| bool | canDrive = false |
| bool | globalPower = false |
| bool | localPower = false |
| bool | invisible = false |
| bool | globalPowerParent = false |
| bool | localPowerParent = false |
Definition at line 74 of file conn_facts.h.
|
default |
| bool SCH_CONNECTIVITY::PIN_FACT::canDrive = false |
Definition at line 86 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractInstanceFacts(), and SCH_CONNECTIVITY::ExtractScreenFacts().
| bool SCH_CONNECTIVITY::PIN_FACT::globalPower = false |
Definition at line 87 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractInstanceFacts(), and SCH_CONNECTIVITY::ExtractScreenFacts().
| bool SCH_CONNECTIVITY::PIN_FACT::globalPowerParent = false |
Definition at line 90 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractInstanceFacts(), and SCH_CONNECTIVITY::ExtractScreenFacts().
Definition at line 76 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractInstanceFacts(), and SCH_CONNECTIVITY::ExtractScreenFacts().
| bool SCH_CONNECTIVITY::PIN_FACT::invisible = false |
Definition at line 89 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractScreenFacts().
| wxString SCH_CONNECTIVITY::PIN_FACT::libraryName |
Definition at line 80 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractScreenFacts().
| bool SCH_CONNECTIVITY::PIN_FACT::localPower = false |
Definition at line 88 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractInstanceFacts(), and SCH_CONNECTIVITY::ExtractScreenFacts().
| bool SCH_CONNECTIVITY::PIN_FACT::localPowerParent = false |
Definition at line 91 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractInstanceFacts(), and SCH_CONNECTIVITY::ExtractScreenFacts().
| wxString SCH_CONNECTIVITY::PIN_FACT::name |
Definition at line 81 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractScreenFacts().
| wxString SCH_CONNECTIVITY::PIN_FACT::number |
Definition at line 84 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractScreenFacts().
| wxString SCH_CONNECTIVITY::PIN_FACT::padNumber |
Definition at line 85 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractScreenFacts().
| VECTOR2I SCH_CONNECTIVITY::PIN_FACT::position |
Definition at line 77 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractScreenFacts().
| wxString SCH_CONNECTIVITY::PIN_FACT::shownName |
Definition at line 82 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractScreenFacts().
| wxString SCH_CONNECTIVITY::PIN_FACT::shownNumber |
Definition at line 83 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractScreenFacts().
| ELECTRICAL_PINTYPE SCH_CONNECTIVITY::PIN_FACT::type = ELECTRICAL_PINTYPE::PT_UNSPECIFIED |
Definition at line 79 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractInstanceFacts(), and SCH_CONNECTIVITY::ExtractScreenFacts().
| int SCH_CONNECTIVITY::PIN_FACT::unit = 0 |
Definition at line 78 of file conn_facts.h.
Referenced by SCH_CONNECTIVITY::ExtractInstanceFacts(), and SCH_CONNECTIVITY::ExtractScreenFacts().