|
KiCad PCB EDA Suite
|
#include <cstdint>#include <map>#include <optional>#include <vector>#include <geometry/seg.h>#include <geometry/shape_poly_set.h>#include <kiid.h>#include <lib_id.h>#include <lib_symbol_attributes.h>#include <eda_shape.h>#include <font/text_attributes.h>#include <template_fieldnames.h>#include <core/typeinfo.h>#include <jumper_group.h>#include <pin_type.h>#include <pin_map.h>#include <pin_comparison.h>#include <sim/sim_model_input.h>#include <set>#include <wx/string.h>#include <wx/arrstr.h>Go to the source code of this file.
Namespaces | |
| namespace | SCH_CONNECTIVITY |
| Value keys and the key session of the schematic connectivity engine. | |
Typedefs | |
| using | SCH_CONNECTIVITY::LIBRARY_SYMBOL_FACTS = std::vector<LIBRARY_SYMBOL_FACT> |
Enumerations | |
| enum class | SCH_CONNECTIVITY::PORT_KIND { SCH_CONNECTIVITY::ANCHOR , SCH_CONNECTIVITY::WIRE , SCH_CONNECTIVITY::BUS , SCH_CONNECTIVITY::ENTRY , SCH_CONNECTIVITY::ENTRY_BUS } |