|
KiCad PCB EDA Suite
|
#include <wx/tokenzr.h>#include <api/api_utils.h>#include <api/common/commands/cross_probe_commands.pb.h>#include <api/cross_probe_client.h>#include <fmt.h>#include <kiface_base.h>#include <kiway.h>#include <kiway_mail.h>#include <import_net_map.h>#include <import_proj_properties.h>#include <reporter.h>#include <connectivity/conn_navigation.h>#include <connectivity/conn_netchain_manager.h>#include <sch_netchain.h>#include <sch_sheet.h>#include <sch_symbol.h>#include <sch_reference_list.h>#include <string_utils.h>#include <netlist_exporters/netlist_exporter_kicad.h>#include <project/project_file.h>#include <project/net_settings.h>#include <project_sch.h>#include <richio.h>#include <tools/sch_actions.h>#include <tools/sch_editor_control.h>#include <advanced_config.h>#include <api/api_handler_sch.h>#include <pgm_base.h>#include <libraries/symbol_library_adapter.h>#include <widgets/sch_design_block_pane.h>#include <widgets/kistatusbar.h>#include <wx/filefn.h>#include <wx/log.h>#include <trace_helpers.h>Go to the source code of this file.
Functions | |
| static void | sendHighlightNets (SCH_EDIT_FRAME *aFrame, const kiapi::common::commands::HighlightNets &aMessage) |
|
static |
Definition at line 399 of file eeschema/cross-probing.cpp.
References KIWAY::ExpressMail(), FRAME_PCB_EDITOR, Kiface(), KIWAY_HOLDER::Kiway(), MAIL_CROSS_PROBE, kiapi::common::PackKiwayApiMessage(), and CROSS_PROBE_CLIENT::SendToFrame().
Referenced by SCH_EDIT_FRAME::SendCrossProbeNetName(), and SCH_EDIT_FRAME::SetCrossProbeConnection().