KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CADSTAR_PART_SYMBOL_ENTRY Struct Reference

#include <cadstar_parts_lib_model.h>

Public Member Functions

 CADSTAR_PART_SYMBOL_ENTRY ()
 
 CADSTAR_PART_SYMBOL_ENTRY (std::string aName, std::optional< std::string > aAlternate, std::vector< CADSTAR_PART_PIN > aPins)
 

Public Attributes

std::string m_SymbolName
 
std::optional< std::string > m_SymbolAlternateName
 
std::vector< CADSTAR_PART_PINm_Pins
 

Detailed Description

Definition at line 176 of file cadstar_parts_lib_model.h.

Constructor & Destructor Documentation

◆ CADSTAR_PART_SYMBOL_ENTRY() [1/2]

CADSTAR_PART_SYMBOL_ENTRY::CADSTAR_PART_SYMBOL_ENTRY ( )
inline

Definition at line 178 of file cadstar_parts_lib_model.h.

◆ CADSTAR_PART_SYMBOL_ENTRY() [2/2]

CADSTAR_PART_SYMBOL_ENTRY::CADSTAR_PART_SYMBOL_ENTRY ( std::string  aName,
std::optional< std::string >  aAlternate,
std::vector< CADSTAR_PART_PIN aPins 
)
inline

Definition at line 180 of file cadstar_parts_lib_model.h.

Member Data Documentation

◆ m_Pins

std::vector<CADSTAR_PART_PIN> CADSTAR_PART_SYMBOL_ENTRY::m_Pins

◆ m_SymbolAlternateName

std::optional<std::string> CADSTAR_PART_SYMBOL_ENTRY::m_SymbolAlternateName

Definition at line 188 of file cadstar_parts_lib_model.h.

Referenced by CADSTAR_SCH_ARCHIVE_LOADER::loadLibPart().

◆ m_SymbolName

std::string CADSTAR_PART_SYMBOL_ENTRY::m_SymbolName

Definition at line 187 of file cadstar_parts_lib_model.h.

Referenced by CADSTAR_SCH_ARCHIVE_LOADER::loadLibPart().


The documentation for this struct was generated from the following file: