KiCad PCB EDA Suite
|
#include <sch_io/sch_io_mgr.h>
#include <sch_sheet_path.h>
#include <pin_type.h>
#include <layer_ids.h>
#include <math/box2.h>
#include <wx/filename.h>
#include <wx/dir.h>
Go to the source code of this file.
Classes | |
struct | LTSPICE_FILE |
class | LTSPICE_SCHEMATIC |
struct | LTSPICE_SCHEMATIC::LINE |
struct | LTSPICE_SCHEMATIC::LT_PIN |
struct | LTSPICE_SCHEMATIC::CIRCLE |
The CIRCLE is represented in Ltpsice inside a rectangle whose two opposite points and line style are given. More... | |
struct | LTSPICE_SCHEMATIC::LT_WINDOW |
struct | LTSPICE_SCHEMATIC::ARC |
The ARC is represented inside a rectangle whose opposite site are given. More... | |
struct | LTSPICE_SCHEMATIC::RECTANGLE |
A 4-sided polygon with opposite equal sides, used in representing shapes. More... | |
struct | LTSPICE_SCHEMATIC::WIRE |
A metallic connection, used for transfer, between two points or pin. More... | |
struct | LTSPICE_SCHEMATIC::FLAG |
struct | LTSPICE_SCHEMATIC::DATAFLAG |
struct | LTSPICE_SCHEMATIC::TEXT |
struct | LTSPICE_SCHEMATIC::IOPIN |
IOPIN is special contact on symbol used for IO operations. More... | |
struct | LTSPICE_SCHEMATIC::BUSTAP |
struct | LTSPICE_SCHEMATIC::LT_SYMBOL |
A struct to hold SYMBOL definition. More... | |
struct | LTSPICE_SCHEMATIC::LT_ASC |
A struct to hold .asc file definition. More... | |