KiCad PCB EDA Suite
|
#include <sheet_synchronization_item.h>
Public Member Functions | |
ASSOCIATED_SCH_LABEL_PIN (SCH_HIERLABEL *aLabel, SCH_SHEET_PIN *aPin) | |
ASSOCIATED_SCH_LABEL_PIN (SCH_HIERLABEL_SYNCHRONIZATION_ITEM *aLabel, SCH_SHEET_PIN_SYNCHRONIZATION_ITEM *aPin) | |
SCH_HIERLABEL * | GetLabel () const |
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_HIERLABEL * | m_label |
SCH_SHEET_PIN * | m_pin |
Definition at line 111 of file sheet_synchronization_item.h.
ASSOCIATED_SCH_LABEL_PIN::ASSOCIATED_SCH_LABEL_PIN | ( | SCH_HIERLABEL * | aLabel, |
SCH_SHEET_PIN * | aPin | ||
) |
Definition at line 118 of file sheet_synchronization_item.cpp.
ASSOCIATED_SCH_LABEL_PIN::ASSOCIATED_SCH_LABEL_PIN | ( | SCH_HIERLABEL_SYNCHRONIZATION_ITEM * | aLabel, |
SCH_SHEET_PIN_SYNCHRONIZATION_ITEM * | aPin | ||
) |
Definition at line 124 of file sheet_synchronization_item.cpp.
|
overridevirtual |
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 143 of file sheet_synchronization_item.cpp.
References KiBitmap(), left, SYNC_SHEET_PIN_PREFERENCE::NORMAL_HEIGHT, SYNC_SHEET_PIN_PREFERENCE::NORMAL_WIDTH, and right.
|
overridevirtual |
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 162 of file sheet_synchronization_item.cpp.
|
overridevirtual |
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 168 of file sheet_synchronization_item.cpp.
|
inline |
Definition at line 119 of file sheet_synchronization_item.h.
References m_label.
|
overridevirtual |
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 131 of file sheet_synchronization_item.cpp.
References SCH_LABEL_BASE::GetShownText(), and m_label.
|
inline |
Definition at line 121 of file sheet_synchronization_item.h.
References m_pin.
|
overridevirtual |
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 137 of file sheet_synchronization_item.cpp.
References SCH_LABEL_BASE::GetShape(), and m_label.
|
private |
Definition at line 134 of file sheet_synchronization_item.h.
Referenced by GetLabel(), GetName(), and GetShape().
|
private |
Definition at line 135 of file sheet_synchronization_item.h.
Referenced by GetPin().