|
KiCad PCB EDA Suite
|
#include <sheet_synchronization_item.h>
Public Member Functions | |
| SCH_SHEET_PIN_SYNCHRONIZATION_ITEM (SCH_SHEET_PIN *aPin, SCH_SHEET *aSheet) | |
| SCH_SHEET_PIN * | GetPin () const |
| wxString | GetName () const override |
| int | GetShape () const override |
| wxBitmap & | GetBitmap () const override |
| SCH_ITEM * | GetItem () const override |
| SHEET_SYNCHRONIZATION_ITEM_KIND | GetKind () const override |
Private Attributes | |
| SCH_SHEET_PIN * | m_pin |
Definition at line 83 of file sheet_synchronization_item.h.
| SCH_SHEET_PIN_SYNCHRONIZATION_ITEM::SCH_SHEET_PIN_SYNCHRONIZATION_ITEM | ( | SCH_SHEET_PIN * | aPin, |
| SCH_SHEET * | aSheet ) |
Definition at line 73 of file sheet_synchronization_item.cpp.
References m_pin.
|
overridevirtual |
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 92 of file sheet_synchronization_item.cpp.
References add_hierar_pin, KiBitmap(), and SYNC_SHEET_PIN_PREFERENCE::NORMAL_HEIGHT.
|
overridevirtual |
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 100 of file sheet_synchronization_item.cpp.
References m_pin.
|
overridevirtual |
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 106 of file sheet_synchronization_item.cpp.
References SHEET_PIN.
|
overridevirtual |
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 80 of file sheet_synchronization_item.cpp.
References m_pin.
|
inline |
Definition at line 88 of file sheet_synchronization_item.h.
References m_pin.
|
overridevirtual |
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 86 of file sheet_synchronization_item.cpp.
References m_pin.
|
private |
Definition at line 101 of file sheet_synchronization_item.h.
Referenced by GetItem(), GetName(), GetPin(), GetShape(), and SCH_SHEET_PIN_SYNCHRONIZATION_ITEM().