|
KiCad PCB EDA Suite
|
#include <ltspice_schematic.h>
Public Attributes | |
| VECTOR2I | PinLocation |
| JUSTIFICATION | PinJustification |
| int | NameOffSet |
| std::map< wxString, wxString > | PinAttribute |
Definition at line 140 of file ltspice_schematic.h.
| int LTSPICE_SCHEMATIC::LT_PIN::NameOffSet |
Definition at line 144 of file ltspice_schematic.h.
| std::map<wxString, wxString> LTSPICE_SCHEMATIC::LT_PIN::PinAttribute |
Definition at line 145 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreatePin().
| JUSTIFICATION LTSPICE_SCHEMATIC::LT_PIN::PinJustification |
Definition at line 143 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreatePin().
| VECTOR2I LTSPICE_SCHEMATIC::LT_PIN::PinLocation |
Definition at line 142 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreatePin().