|
KiCad PCB EDA Suite
|
#include <ltspice_schematic.h>
Public Member Functions | |
| LTSPICE_FILE (const wxString &aElementName, const VECTOR2I &aOffset) | |
| bool | operator< (const LTSPICE_FILE &t) const |
Public Attributes | |
| wxString | ElementName |
| VECTOR2I | Offset |
| int | ParentIndex |
| SCH_SHEET * | Sheet |
| SCH_SCREEN * | Screen |
| SCH_SHEET_PATH | SheetPath |
Definition at line 34 of file ltspice_schematic.h.
|
inline |
Definition at line 43 of file ltspice_schematic.h.
References ElementName, Offset, ParentIndex, Screen, and Sheet.
Referenced by operator<().
|
inline |
Definition at line 51 of file ltspice_schematic.h.
References ElementName, and LTSPICE_FILE().
| wxString LTSPICE_FILE::ElementName |
Definition at line 36 of file ltspice_schematic.h.
Referenced by LTSPICE_SCHEMATIC::Load(), LTSPICE_FILE(), operator<(), and LTSPICE_SCHEMATIC::ReadAsyFile().
| VECTOR2I LTSPICE_FILE::Offset |
Definition at line 37 of file ltspice_schematic.h.
Referenced by LTSPICE_FILE().
| int LTSPICE_FILE::ParentIndex |
Definition at line 38 of file ltspice_schematic.h.
Referenced by LTSPICE_FILE().
| SCH_SCREEN* LTSPICE_FILE::Screen |
Definition at line 40 of file ltspice_schematic.h.
Referenced by LTSPICE_SCHEMATIC::Load(), and LTSPICE_FILE().
| SCH_SHEET* LTSPICE_FILE::Sheet |
Definition at line 39 of file ltspice_schematic.h.
Referenced by LTSPICE_SCHEMATIC::Load(), and LTSPICE_FILE().
| SCH_SHEET_PATH LTSPICE_FILE::SheetPath |
Definition at line 41 of file ltspice_schematic.h.