![]() |
KiCad PCB EDA Suite
|
#include <list>
#include <thread>
#include <algorithm>
#include <future>
#include <vector>
#include <unordered_map>
#include <profile.h>
#include <common.h>
#include <erc.h>
#include <pin_type.h>
#include <sch_bus_entry.h>
#include <sch_symbol.h>
#include <sch_edit_frame.h>
#include <sch_line.h>
#include <sch_marker.h>
#include <sch_pin.h>
#include <sch_sheet.h>
#include <sch_sheet_path.h>
#include <sch_text.h>
#include <schematic.h>
#include <connection_graph.h>
#include <widgets/ui_common.h>
#include <kicad_string.h>
#include <advanced_config.h>
Go to the source code of this file.
Variables | |
static const wxChar | ConnProfileMask [] = wxT( "CONN_PROFILE" ) |
static const wxChar | ConnTrace [] = wxT( "CONN" ) |
|
static |
Definition at line 54 of file connection_graph.cpp.
Referenced by CONNECTION_GRAPH::Recalculate().
|
static |
Definition at line 60 of file connection_graph.cpp.
Referenced by CONNECTION_GRAPH::buildConnectionGraph(), CONNECTION_GRAPH::GetBusesNeedingMigration(), CONNECTION_GRAPH::propagateToNeighbors(), and CONNECTION_GRAPH::recacheSubgraphName().