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

#include <sch_screen.h>

Public Member Functions

 PICKED_SYMBOL ()
 

Public Attributes

LIB_ID LibId
 
int Unit
 
int Convert
 
std::vector< std::pair< int, wxString > > Fields
 

Detailed Description

Definition at line 78 of file sch_screen.h.

Constructor & Destructor Documentation

◆ PICKED_SYMBOL()

PICKED_SYMBOL::PICKED_SYMBOL ( )
inline

Definition at line 86 of file sch_screen.h.

Member Data Documentation

◆ Convert

int PICKED_SYMBOL::Convert

Definition at line 82 of file sch_screen.h.

Referenced by AddSymbolToHistory().

◆ Fields

std::vector<std::pair<int, wxString> > PICKED_SYMBOL::Fields

Definition at line 84 of file sch_screen.h.

Referenced by SCH_BASE_FRAME::PickSymbolFromLibrary(), and SCH_SYMBOL::SCH_SYMBOL().

◆ LibId

◆ Unit

int PICKED_SYMBOL::Unit

Definition at line 81 of file sch_screen.h.

Referenced by AddSymbolToHistory(), and SCH_BASE_FRAME::PickSymbolFromLibrary().


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