| 
    KiCad PCB EDA Suite
    
   | 
 
A struct to hold .asc file definition. More...
#include <ltspice_schematic.h>
Public Attributes | |
| VECTOR2I | SheetSize | 
| int | Version | 
| int | VersionMinor | 
| int | SheetNumber | 
| std::vector< LT_SYMBOL > | Symbols | 
| std::vector< LINE > | Lines | 
| std::vector< CIRCLE > | Circles | 
| std::vector< LT_WINDOW > | Windows | 
| std::vector< ARC > | Arcs | 
| std::vector< RECTANGLE > | Rectangles | 
| std::vector< WIRE > | Wires | 
| std::vector< FLAG > | Flags | 
| std::vector< DATAFLAG > | DataFlags | 
| std::vector< IOPIN > | Iopins | 
| std::vector< BUSTAP > | Bustap | 
| std::vector< TEXT > | Texts | 
| BOX2I | BoundingBox | 
A struct to hold .asc file definition.
Definition at line 261 of file ltspice_schematic.h.
| std::vector<ARC> LTSPICE_SCHEMATIC::LT_ASC::Arcs | 
Definition at line 271 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateArc(), and LTSPICE_SCHEMATIC::StructureBuilder().
| BOX2I LTSPICE_SCHEMATIC::LT_ASC::BoundingBox | 
Definition at line 279 of file ltspice_schematic.h.
Referenced by LTSPICE_SCHEMATIC::StructureBuilder().
| std::vector<BUSTAP> LTSPICE_SCHEMATIC::LT_ASC::Bustap | 
Definition at line 277 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateBusEntry(), and LTSPICE_SCHEMATIC::StructureBuilder().
| std::vector<CIRCLE> LTSPICE_SCHEMATIC::LT_ASC::Circles | 
Definition at line 269 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateCircle(), and LTSPICE_SCHEMATIC::StructureBuilder().
| std::vector<DATAFLAG> LTSPICE_SCHEMATIC::LT_ASC::DataFlags | 
Definition at line 275 of file ltspice_schematic.h.
Referenced by LTSPICE_SCHEMATIC::StructureBuilder().
| std::vector<FLAG> LTSPICE_SCHEMATIC::LT_ASC::Flags | 
Definition at line 274 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreatePin(), and LTSPICE_SCHEMATIC::StructureBuilder().
| std::vector<IOPIN> LTSPICE_SCHEMATIC::LT_ASC::Iopins | 
Definition at line 276 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreatePin(), and LTSPICE_SCHEMATIC::StructureBuilder().
| std::vector<LINE> LTSPICE_SCHEMATIC::LT_ASC::Lines | 
Definition at line 268 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateLine(), and LTSPICE_SCHEMATIC::StructureBuilder().
| std::vector<RECTANGLE> LTSPICE_SCHEMATIC::LT_ASC::Rectangles | 
Definition at line 272 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateRect(), and LTSPICE_SCHEMATIC::StructureBuilder().
| int LTSPICE_SCHEMATIC::LT_ASC::SheetNumber | 
Definition at line 266 of file ltspice_schematic.h.
Referenced by LTSPICE_SCHEMATIC::StructureBuilder().
| VECTOR2I LTSPICE_SCHEMATIC::LT_ASC::SheetSize | 
Definition at line 263 of file ltspice_schematic.h.
Referenced by LTSPICE_SCHEMATIC::StructureBuilder().
| std::vector<LT_SYMBOL> LTSPICE_SCHEMATIC::LT_ASC::Symbols | 
Definition at line 267 of file ltspice_schematic.h.
Referenced by LTSPICE_SCHEMATIC::StructureBuilder().
| std::vector<TEXT> LTSPICE_SCHEMATIC::LT_ASC::Texts | 
Definition at line 278 of file ltspice_schematic.h.
Referenced by LTSPICE_SCHEMATIC::StructureBuilder().
| int LTSPICE_SCHEMATIC::LT_ASC::Version | 
Definition at line 264 of file ltspice_schematic.h.
Referenced by LTSPICE_SCHEMATIC::StructureBuilder().
| int LTSPICE_SCHEMATIC::LT_ASC::VersionMinor | 
Definition at line 265 of file ltspice_schematic.h.
Referenced by LTSPICE_SCHEMATIC::StructureBuilder().
| std::vector<LT_WINDOW> LTSPICE_SCHEMATIC::LT_ASC::Windows | 
Definition at line 270 of file ltspice_schematic.h.
| std::vector<WIRE> LTSPICE_SCHEMATIC::LT_ASC::Wires | 
Definition at line 273 of file ltspice_schematic.h.
Referenced by SCH_IO_LTSPICE_PARSER::CreateBusEntry(), SCH_IO_LTSPICE_PARSER::CreateWire(), and LTSPICE_SCHEMATIC::StructureBuilder().