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 |
SCH_SHEET * | m_sheet |
Definition at line 88 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 78 of file sheet_synchronization_item.cpp.
|
overridevirtual |
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 98 of file sheet_synchronization_item.cpp.
References KiBitmap(), and SYNC_SHEET_PIN_PREFERENCE::NORMAL_HEIGHT.
|
overridevirtual |
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 106 of file sheet_synchronization_item.cpp.
References m_pin.
|
overridevirtual |
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 112 of file sheet_synchronization_item.cpp.
|
overridevirtual |
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 86 of file sheet_synchronization_item.cpp.
References SCH_LABEL_BASE::GetShownText(), and m_pin.
|
inline |
Definition at line 93 of file sheet_synchronization_item.h.
References m_pin.
|
overridevirtual |
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 92 of file sheet_synchronization_item.cpp.
References SCH_LABEL_BASE::GetShape(), and m_pin.
|
private |
Definition at line 106 of file sheet_synchronization_item.h.
Referenced by GetItem(), GetName(), GetPin(), and GetShape().
|
private |
Definition at line 107 of file sheet_synchronization_item.h.