KiCad PCB EDA Suite
Loading...
Searching...
No Matches
eeschema/cross-probing.cpp File Reference
#include <kiface_base.h>
#include <kiway_express.h>
#include <eda_dde.h>
#include <connection_graph.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 <tools/ee_actions.h>
#include <tools/sch_editor_control.h>
#include <advanced_config.h>
#include <wx/log.h>

Go to the source code of this file.

Functions

bool findSymbolsAndPins (const SCHEMATIC &aSchematic, const SCH_SHEET_PATH &aSheetPath, std::unordered_map< wxString, std::vector< SCH_REFERENCE > > &aSyncSymMap, std::unordered_map< wxString, std::unordered_map< wxString, SCH_PIN * > > &aSyncPinMap, bool aRecursive=false)
 
bool sheetContainsOnlyWantedItems (const SCHEMATIC &aSchematic, const SCH_SHEET_PATH &aSheetPath, std::unordered_map< wxString, std::vector< SCH_REFERENCE > > &aSyncSymMap, std::unordered_map< wxString, std::unordered_map< wxString, SCH_PIN * > > &aSyncPinMap, std::unordered_map< SCH_SHEET_PATH, bool > &aCache)
 
std::optional< std::tuple< SCH_SHEET_PATH, SCH_ITEM *, std::vector< SCH_ITEM * > > > findItemsFromSyncSelection (const SCHEMATIC &aSchematic, const std::string aSyncStr, bool aFocusOnFirst)
 

Function Documentation

◆ findItemsFromSyncSelection()

◆ findSymbolsAndPins()

bool findSymbolsAndPins ( const SCHEMATIC aSchematic,
const SCH_SHEET_PATH aSheetPath,
std::unordered_map< wxString, std::vector< SCH_REFERENCE > > &  aSyncSymMap,
std::unordered_map< wxString, std::unordered_map< wxString, SCH_PIN * > > &  aSyncPinMap,
bool  aRecursive = false 
)

◆ sheetContainsOnlyWantedItems()

bool sheetContainsOnlyWantedItems ( const SCHEMATIC aSchematic,
const SCH_SHEET_PATH aSheetPath,
std::unordered_map< wxString, std::vector< SCH_REFERENCE > > &  aSyncSymMap,
std::unordered_map< wxString, std::unordered_map< wxString, SCH_PIN * > > &  aSyncPinMap,
std::unordered_map< SCH_SHEET_PATH, bool > &  aCache 
)