KiCad PCB EDA Suite
|
#include <sch_pin.h>
Public Attributes | |
wxString | m_Name |
GRAPHIC_PINSHAPE | m_Shape |
ELECTRICAL_PINTYPE | m_Type |
wxString SCH_PIN::ALT::m_Name |
Definition at line 45 of file sch_pin.h.
Referenced by SCH_PIN::compare(), SCH_PIN::getItemDescription(), DIALOG_PIN_PROPERTIES::OnAddAlternate(), and SCH_IO_KICAD_SEXPR_PARSER::parseSymbolPin().
GRAPHIC_PINSHAPE SCH_PIN::ALT::m_Shape |
Definition at line 46 of file sch_pin.h.
Referenced by SCH_PIN::compare(), SCH_PIN::getItemDescription(), SCH_PIN::GetShape(), DIALOG_PIN_PROPERTIES::OnAddAlternate(), and SCH_IO_KICAD_SEXPR_PARSER::parseSymbolPin().
ELECTRICAL_PINTYPE SCH_PIN::ALT::m_Type |
Definition at line 47 of file sch_pin.h.
Referenced by SCH_PIN::compare(), SCH_PIN::getItemDescription(), SCH_PIN::GetType(), DIALOG_PIN_PROPERTIES::OnAddAlternate(), and SCH_IO_KICAD_SEXPR_PARSER::parseSymbolPin().