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

#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
 

Detailed Description

Definition at line 74 of file conn_facts.h.

Member Function Documentation

◆ operator==()

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

Member Data Documentation

◆ canDrive

bool SCH_CONNECTIVITY::PIN_FACT::canDrive = false

◆ globalPower

bool SCH_CONNECTIVITY::PIN_FACT::globalPower = false

◆ globalPowerParent

bool SCH_CONNECTIVITY::PIN_FACT::globalPowerParent = false

◆ id

KIID SCH_CONNECTIVITY::PIN_FACT::id = niluuid

◆ invisible

bool SCH_CONNECTIVITY::PIN_FACT::invisible = false

Definition at line 89 of file conn_facts.h.

Referenced by SCH_CONNECTIVITY::ExtractScreenFacts().

◆ libraryName

wxString SCH_CONNECTIVITY::PIN_FACT::libraryName

Definition at line 80 of file conn_facts.h.

Referenced by SCH_CONNECTIVITY::ExtractScreenFacts().

◆ localPower

bool SCH_CONNECTIVITY::PIN_FACT::localPower = false

◆ localPowerParent

bool SCH_CONNECTIVITY::PIN_FACT::localPowerParent = false

◆ name

wxString SCH_CONNECTIVITY::PIN_FACT::name

Definition at line 81 of file conn_facts.h.

Referenced by SCH_CONNECTIVITY::ExtractScreenFacts().

◆ number

wxString SCH_CONNECTIVITY::PIN_FACT::number

Definition at line 84 of file conn_facts.h.

Referenced by SCH_CONNECTIVITY::ExtractScreenFacts().

◆ padNumber

wxString SCH_CONNECTIVITY::PIN_FACT::padNumber

Definition at line 85 of file conn_facts.h.

Referenced by SCH_CONNECTIVITY::ExtractScreenFacts().

◆ position

VECTOR2I SCH_CONNECTIVITY::PIN_FACT::position

Definition at line 77 of file conn_facts.h.

Referenced by SCH_CONNECTIVITY::ExtractScreenFacts().

◆ shownName

wxString SCH_CONNECTIVITY::PIN_FACT::shownName

Definition at line 82 of file conn_facts.h.

Referenced by SCH_CONNECTIVITY::ExtractScreenFacts().

◆ shownNumber

wxString SCH_CONNECTIVITY::PIN_FACT::shownNumber

Definition at line 83 of file conn_facts.h.

Referenced by SCH_CONNECTIVITY::ExtractScreenFacts().

◆ type

◆ unit

int SCH_CONNECTIVITY::PIN_FACT::unit = 0

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