KiCad PCB EDA Suite
|
Public Member Functions | |
TEST_SCH_PIN_FIXTURE () | |
~TEST_SCH_PIN_FIXTURE () | |
Public Attributes | |
LIB_SYMBOL * | m_parent_part |
SCH_PIN * | m_lib_pin |
SCH_SYMBOL * | m_parent_symbol |
SCH_PIN * | m_sch_pin |
Definition at line 33 of file test_sch_pin.cpp.
|
inline |
Definition at line 36 of file test_sch_pin.cpp.
References LIB_SYMBOL::AddDrawItem(), LIB_SYMBOL::GetLibId(), SCH_SYMBOL::GetPins(), m_lib_pin, m_parent_part, m_parent_symbol, m_sch_pin, path, SCH_PIN::SetName(), SCH_PIN::SetNumber(), SCH_PIN::SetPosition(), SCH_SYMBOL::SetRef(), SCH_PIN::SetType(), and SCH_SYMBOL::UpdatePins().
|
inline |
Definition at line 58 of file test_sch_pin.cpp.
References m_parent_part, and m_parent_symbol.
SCH_PIN* TEST_SCH_PIN_FIXTURE::m_lib_pin |
Definition at line 65 of file test_sch_pin.cpp.
Referenced by TEST_SCH_PIN_FIXTURE().
LIB_SYMBOL* TEST_SCH_PIN_FIXTURE::m_parent_part |
Definition at line 64 of file test_sch_pin.cpp.
Referenced by TEST_SCH_PIN_FIXTURE(), and ~TEST_SCH_PIN_FIXTURE().
SCH_SYMBOL* TEST_SCH_PIN_FIXTURE::m_parent_symbol |
Definition at line 67 of file test_sch_pin.cpp.
Referenced by TEST_SCH_PIN_FIXTURE(), and ~TEST_SCH_PIN_FIXTURE().
SCH_PIN* TEST_SCH_PIN_FIXTURE::m_sch_pin |
Definition at line 68 of file test_sch_pin.cpp.
Referenced by TEST_SCH_PIN_FIXTURE().