|
KiCad PCB EDA Suite
|
#include "conn_facts.h"#include "conn_pin_name.h"#include "conn_text.h"#include <algorithm>#include <common.h>#include <drawing_sheet/ds_draw_item.h>#include <map>#include <geometry/shape_rect.h>#include <geometry/shape_segment.h>#include <stdexcept>#include <tuple>#include <unordered_set>#include <string_utils.h>#include <wx/thread.h>#include <wx/regex.h>#include <lib_symbol.h>#include <sch_bus_entry.h>#include <sch_field.h>#include <sch_label.h>#include <sch_line.h>#include <sch_pin.h>#include <sch_rule_area.h>#include <sch_screen.h>#include <sch_shape.h>#include <sch_sheet.h>#include <sch_sheet_pin.h>#include <sch_sheet_path.h>#include <sch_symbol.h>#include <sch_text.h>#include <sch_textbox.h>#include <schematic.h>#include <sim/sim_lib_mgr.h>#include <project.h>#include <text_eval/text_eval_vcs.h>Go to the source code of this file.
Namespaces | |
| namespace | SCH_CONNECTIVITY |
| Value keys and the key session of the schematic connectivity engine. | |