| 
    KiCad PCB EDA Suite
    
   | 
 
#include <cadstar_parts_lib_model.h>
Public Member Functions | |
| CADSTAR_PART_PIN () | |
| CADSTAR_PART_PIN (long aId, CADSTAR_PIN_POSITION aPos, CADSTAR_PIN_TYPE aType, std::optional< long > aLoading) | |
Public Attributes | |
| long | m_Identifier | 
| CADSTAR_PIN_POSITION | m_Position | 
| CADSTAR_PIN_TYPE | m_Type | 
| std::optional< long > | m_Loading | 
Definition at line 180 of file cadstar_parts_lib_model.h.
      
  | 
  inline | 
Definition at line 182 of file cadstar_parts_lib_model.h.
References m_Identifier, m_Loading, m_Position, m_Type, TOP_RIGHT, and UNCOMMITTED.
      
  | 
  inline | 
Definition at line 189 of file cadstar_parts_lib_model.h.
References m_Identifier, m_Loading, m_Position, and m_Type.
| long CADSTAR_PART_PIN::m_Identifier | 
Definition at line 197 of file cadstar_parts_lib_model.h.
Referenced by CADSTAR_PART_PIN(), and CADSTAR_PART_PIN().
| std::optional<long> CADSTAR_PART_PIN::m_Loading | 
Definition at line 200 of file cadstar_parts_lib_model.h.
Referenced by CADSTAR_PART_PIN(), and CADSTAR_PART_PIN().
| CADSTAR_PIN_POSITION CADSTAR_PART_PIN::m_Position | 
Definition at line 198 of file cadstar_parts_lib_model.h.
Referenced by CADSTAR_LIB_PARSER_ACTION< PIN_POSITION >::apply(), CADSTAR_PART_PIN(), and CADSTAR_PART_PIN().
| CADSTAR_PIN_TYPE CADSTAR_PART_PIN::m_Type | 
Definition at line 199 of file cadstar_parts_lib_model.h.
Referenced by CADSTAR_LIB_PARSER_ACTION< PIN_TYPE >::apply(), CADSTAR_PART_PIN(), and CADSTAR_PART_PIN().