| 
    KiCad PCB EDA Suite
    
   | 
 
Go to the source code of this file.
Classes | |
| struct | JUNCTION_HELPERS::POINT_INFO | 
| A selection of information about a point in the schematic that might be eligible for turning into a junction.  More... | |
Namespaces | |
| namespace | JUNCTION_HELPERS | 
Functions | |
| POINT_INFO | JUNCTION_HELPERS::AnalyzePoint (const EE_RTREE &aItem, const VECTOR2I &aPosition, bool aBreakCrossings) | 
| Check a tree of items for a confluence at a given point and work out what kind of junction it is, if any.   | |
| std::vector< SCH_JUNCTION * > | JUNCTION_HELPERS::PreviewJunctions (const class SCH_SCREEN *aScreen, const std::vector< class SCH_ITEM * > &aItems) | 
| Determine the points where explicit junctions would be required if the given temporary items were committed to the schematic.   | |