| 
    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 | 
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.
References m_label.
      
  | 
  overridevirtual | 
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 57 of file sheet_synchronization_item.cpp.
References add_hierarchical_label, KiBitmap(), and SYNC_SHEET_PIN_PREFERENCE::NORMAL_HEIGHT.
      
  | 
  overridevirtual | 
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 65 of file sheet_synchronization_item.cpp.
References m_label.
      
  | 
  overridevirtual | 
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 71 of file sheet_synchronization_item.cpp.
References HIERLABEL.
      
  | 
  inline | 
Definition at line 70 of file sheet_synchronization_item.h.
References m_label.
      
  | 
  overridevirtual | 
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 45 of file sheet_synchronization_item.cpp.
References m_label.
      
  | 
  overridevirtual | 
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 51 of file sheet_synchronization_item.cpp.
References m_label.
      
  | 
  private | 
Definition at line 83 of file sheet_synchronization_item.h.
Referenced by GetItem(), GetLabel(), GetName(), GetShape(), and SCH_HIERLABEL_SYNCHRONIZATION_ITEM().