|
KiCad PCB EDA Suite
|
#include "conn_netchain_manager.h"#include "conn_netchain_input.h"#include <algorithm>#include <iterator>#include <queue>#include <unordered_map>#include <stdexcept>#include <type_traits>#include <sch_label.h>#include <sch_line.h>#include <sch_pin.h>#include <sch_screen.h>#include <sch_symbol.h>#include <schematic.h>#include <project.h>#include <project/project_file.h>#include <project/net_settings.h>#include <trace_helpers.h>#include <wx/log.h>Go to the source code of this file.
Classes | |
| struct | SCH_CONNECTIVITY::NETCHAIN_MANAGER::SHEET_SYMBOLS |
| struct | SCH_CONNECTIVITY::NETCHAIN_MANAGER::SHEET_SYMBOLS::SYMBOL_PINS |