KiCad PCB EDA Suite
|
#include <sheet_synchronization_item.h>
Public Member Functions | |
SCH_HIERLABEL_SYNCHRONIZATION_ITEM (SCH_HIERLABEL *aLabel, SCH_SHEET *aSheet) | |
SCH_HIERLABEL * | GetLabel () 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 * | m_sheet |
Definition at line 65 of file sheet_synchronization_item.h.
SCH_HIERLABEL_SYNCHRONIZATION_ITEM::SCH_HIERLABEL_SYNCHRONIZATION_ITEM | ( | SCH_HIERLABEL * | aLabel, |
SCH_SHEET * | aSheet | ||
) |
Definition at line 38 of file sheet_synchronization_item.cpp.
|
overridevirtual |
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 58 of file sheet_synchronization_item.cpp.
References KiBitmap(), and SYNC_SHEET_PIN_PREFERENCE::NORMAL_HEIGHT.
|
overridevirtual |
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 66 of file sheet_synchronization_item.cpp.
References m_label.
|
overridevirtual |
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 72 of file sheet_synchronization_item.cpp.
|
inline |
Definition at line 70 of file sheet_synchronization_item.h.
References m_label.
|
overridevirtual |
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 46 of file sheet_synchronization_item.cpp.
References SCH_LABEL_BASE::GetShownText(), and m_label.
|
overridevirtual |
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 52 of file sheet_synchronization_item.cpp.
References SCH_LABEL_BASE::GetShape(), and m_label.
|
private |
Definition at line 83 of file sheet_synchronization_item.h.
Referenced by GetItem(), GetLabel(), GetName(), and GetShape().
|
private |
Definition at line 84 of file sheet_synchronization_item.h.