| 
    KiCad PCB EDA Suite
    
   | 
 
A 4-sided polygon with opposite equal sides, used in representing shapes. More...
#include <ltspice_schematic.h>
Public Attributes | |
| VECTOR2I | TopLeft | 
| VECTOR2I | BotRight | 
| LINEWIDTH | LineWidth | 
| LINESTYLE | LineStyle | 
A 4-sided polygon with opposite equal sides, used in representing shapes.
Definition at line 185 of file ltspice_schematic.h.
| VECTOR2I LTSPICE_SCHEMATIC::RECTANGLE::BotRight | 
Definition at line 188 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateRect(), SCH_IO_LTSPICE_PARSER::CreateRect(), SCH_IO_LTSPICE_PARSER::CreateRect(), LTSPICE_SCHEMATIC::MakeDummySymbol(), LTSPICE_SCHEMATIC::StructureBuilder(), and LTSPICE_SCHEMATIC::SymbolBuilder().
| LINESTYLE LTSPICE_SCHEMATIC::RECTANGLE::LineStyle | 
Definition at line 190 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateRect(), SCH_IO_LTSPICE_PARSER::CreateRect(), SCH_IO_LTSPICE_PARSER::CreateRect(), LTSPICE_SCHEMATIC::MakeDummySymbol(), LTSPICE_SCHEMATIC::StructureBuilder(), and LTSPICE_SCHEMATIC::SymbolBuilder().
| LINEWIDTH LTSPICE_SCHEMATIC::RECTANGLE::LineWidth | 
Definition at line 189 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateRect(), SCH_IO_LTSPICE_PARSER::CreateRect(), SCH_IO_LTSPICE_PARSER::CreateRect(), LTSPICE_SCHEMATIC::MakeDummySymbol(), LTSPICE_SCHEMATIC::StructureBuilder(), and LTSPICE_SCHEMATIC::SymbolBuilder().
| VECTOR2I LTSPICE_SCHEMATIC::RECTANGLE::TopLeft | 
Definition at line 187 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateRect(), SCH_IO_LTSPICE_PARSER::CreateRect(), SCH_IO_LTSPICE_PARSER::CreateRect(), LTSPICE_SCHEMATIC::MakeDummySymbol(), LTSPICE_SCHEMATIC::StructureBuilder(), and LTSPICE_SCHEMATIC::SymbolBuilder().