| 
    KiCad PCB EDA Suite
    
   | 
 
#include <backannotate.h>#include <boost/property_tree/ptree.hpp>#include <confirm.h>#include <common.h>#include <dsnlexer.h>#include <ptree.h>#include <reporter.h>#include <sch_edit_frame.h>#include <sch_sheet_path.h>#include <sch_label.h>#include <lib_symbol.h>#include <schematic.h>#include <sch_commit.h>#include <string_utils.h>#include <kiface_base.h>#include <wildcards_and_files_ext.h>#include <connection_graph.h>#include <limits>#include <set>#include <tool/tool_manager.h>#include <tools/sch_line_wire_bus_tool.h>#include <tools/sch_selection.h>#include <tools/sch_tool_utils.h>#include <wx/log.h>#include <fmt.h>#include <fmt/ranges.h>#include <fmt/xchar.h>Go to the source code of this file.
Functions | |
| static SPIN_STYLE | orientLabel (SCH_PIN *aPin) | 
| void | addConnections (SCH_ITEM *aItem, const SCH_SHEET_PATH &aSheetPath, std::set< SCH_ITEM * > &connectedItems) | 
| void addConnections | ( | SCH_ITEM * | aItem, | 
| const SCH_SHEET_PATH & | aSheetPath, | ||
| std::set< SCH_ITEM * > & | connectedItems ) | 
Definition at line 1089 of file backannotate.cpp.
References addConnections(), and SCH_ITEM::ConnectedItems().
Referenced by addConnections(), and BACK_ANNOTATE::processNetNameChange().
      
  | 
  static | 
Definition at line 1020 of file backannotate.cpp.
References SPIN_STYLE::BOTTOM, flag, SCH_PIN::GetLibPin(), SCH_PIN::GetOrientation(), SCH_SYMBOL::GetOrientation(), SCH_ITEM::GetParentSymbol(), SPIN_STYLE::LEFT, SPIN_STYLE::MirrorX(), SPIN_STYLE::MirrorY(), PIN_DOWN, PIN_LEFT, PIN_RIGHT, PIN_UP, SPIN_STYLE::RIGHT, SPIN_STYLE::RotateCCW(), SYM_MIRROR_X, SYM_MIRROR_Y, SYM_ORIENT_0, SYM_ORIENT_180, SYM_ORIENT_270, SYM_ORIENT_90, and SPIN_STYLE::UP.
Referenced by BACK_ANNOTATE::processNetNameChange().