| 
    KiCad PCB EDA Suite
    
   | 
 
A selection of information about a point in the schematic that might be eligible for turning into a junction. More...
#include <junction_helpers.h>
Public Attributes | |
| bool | isJunction | 
| True if the point has 3+ wires and/or 3+ buses meeting there.   | |
| bool | hasExplicitJunctionDot | 
| True if there is already junction dot at the point.   | |
| bool | hasBusEntry | 
| True if there is a bus entry at the point (either end)   | |
| bool | hasBusEntryToMultipleWires | 
| True if there is a bus entry at the point and it connects to more than one wire.   | |
A selection of information about a point in the schematic that might be eligible for turning into a junction.
Definition at line 35 of file junction_helpers.h.
| bool JUNCTION_HELPERS::POINT_INFO::hasBusEntry | 
True if there is a bus entry at the point (either end)
Definition at line 44 of file junction_helpers.h.
Referenced by BOOST_AUTO_TEST_CASE().
| bool JUNCTION_HELPERS::POINT_INFO::hasBusEntryToMultipleWires | 
True if there is a bus entry at the point and it connects to more than one wire.
Definition at line 47 of file junction_helpers.h.
Referenced by BOOST_AUTO_TEST_CASE().
| bool JUNCTION_HELPERS::POINT_INFO::hasExplicitJunctionDot | 
True if there is already junction dot at the point.
Definition at line 41 of file junction_helpers.h.
| bool JUNCTION_HELPERS::POINT_INFO::isJunction | 
True if the point has 3+ wires and/or 3+ buses meeting there.
Definition at line 38 of file junction_helpers.h.
Referenced by BOOST_AUTO_TEST_CASE().