KiCad PCB EDA Suite
Loading...
Searching...
No Matches
backannotate.cpp File Reference
#include <backannotate.h>
#include <boost/property_tree/ptree.hpp>
#include <confirm.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 <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 <wx/log.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)
 

Function Documentation

◆ addConnections()

void addConnections ( SCH_ITEM aItem,
const SCH_SHEET_PATH aSheetPath,
std::set< SCH_ITEM * > &  connectedItems 
)

◆ orientLabel()