| 
    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 87 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 77 of file sheet_synchronization_item.cpp.
References m_pin.
      
  | 
  overridevirtual | 
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 96 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 104 of file sheet_synchronization_item.cpp.
References m_pin.
      
  | 
  overridevirtual | 
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 110 of file sheet_synchronization_item.cpp.
References SHEET_PIN.
      
  | 
  overridevirtual | 
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 84 of file sheet_synchronization_item.cpp.
References m_pin.
      
  | 
  inline | 
Definition at line 92 of file sheet_synchronization_item.h.
References m_pin.
      
  | 
  overridevirtual | 
Implements SHEET_SYNCHRONIZATION_ITEM.
Definition at line 90 of file sheet_synchronization_item.cpp.
References m_pin.
      
  | 
  private | 
Definition at line 105 of file sheet_synchronization_item.h.
Referenced by GetItem(), GetName(), GetPin(), GetShape(), and SCH_SHEET_PIN_SYNCHRONIZATION_ITEM().