KiCad PCB EDA Suite
Loading...
Searching...
No Matches
LTSPICE_SCHEMATIC::LT_SYMBOL Struct Reference

A struct to hold SYMBOL definition. More...

#include <ltspice_schematic.h>

Public Attributes

wxString Name
 
SYMBOLTYPE SymbolType
 
VECTOR2I Offset
 
std::map< wxString, wxString > SymAttributes
 
std::vector< LT_PINPins
 
std::vector< LINELines
 
std::vector< CIRCLECircles
 
std::vector< LT_WINDOWWindows
 
std::vector< ARCArcs
 
std::vector< RECTANGLERectangles
 
std::vector< WIREWires
 
ORIENTATION SymbolOrientation
 

Detailed Description

A struct to hold SYMBOL definition.

Definition at line 241 of file ltspice_schematic.h.

Member Data Documentation

◆ Arcs

std::vector<ARC> LTSPICE_SCHEMATIC::LT_SYMBOL::Arcs

◆ Circles

std::vector<CIRCLE> LTSPICE_SCHEMATIC::LT_SYMBOL::Circles

◆ Lines

std::vector<LINE> LTSPICE_SCHEMATIC::LT_SYMBOL::Lines

◆ Name

wxString LTSPICE_SCHEMATIC::LT_SYMBOL::Name

◆ Offset

◆ Pins

std::vector<LT_PIN> LTSPICE_SCHEMATIC::LT_SYMBOL::Pins

◆ Rectangles

std::vector<RECTANGLE> LTSPICE_SCHEMATIC::LT_SYMBOL::Rectangles

◆ SymAttributes

std::map<wxString, wxString> LTSPICE_SCHEMATIC::LT_SYMBOL::SymAttributes

◆ SymbolOrientation

◆ SymbolType

SYMBOLTYPE LTSPICE_SCHEMATIC::LT_SYMBOL::SymbolType

Definition at line 244 of file ltspice_schematic.h.

Referenced by LTSPICE_SCHEMATIC::SymbolBuilder().

◆ Windows

std::vector<LT_WINDOW> LTSPICE_SCHEMATIC::LT_SYMBOL::Windows

◆ Wires

std::vector<WIRE> LTSPICE_SCHEMATIC::LT_SYMBOL::Wires

Definition at line 253 of file ltspice_schematic.h.

Referenced by SCH_IO_LTSPICE_PARSER::CreateWires().


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