kicad/pcbnew/connectivity
Roberto Fernandez Bautista 498c4121b3 Fix and rename CONNECTIVITY_DATA::GetConnectedItems(aItem, aAnchor, aTypes[] ) to GetConnectedItemsAtAnchor
- Fix the function so it actually returns the connected items (previously it was returning aItem every time)
- Make the function const
- Rename the function so that it is not confused with the other function of the same name
- Add doxygen comments for the function
2020-11-13 17:43:21 +00:00
..
CMakeLists.txt pcb_new: CONNECTIVITY_DATA now keeps a cache of DRC from-tos 2020-09-27 16:45:46 +02:00
connectivity_algo.cpp MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
connectivity_algo.h Remove some "class_" prefixes from files. 2020-11-13 15:16:23 +00:00
connectivity_data.cpp Fix and rename CONNECTIVITY_DATA::GetConnectedItems(aItem, aAnchor, aTypes[] ) to GetConnectedItemsAtAnchor 2020-11-13 17:43:21 +00:00
connectivity_data.h Fix and rename CONNECTIVITY_DATA::GetConnectedItems(aItem, aAnchor, aTypes[] ) to GetConnectedItemsAtAnchor 2020-11-13 17:43:21 +00:00
connectivity_items.cpp D_PAD -> PAD. 2020-11-13 15:16:24 +00:00
connectivity_items.h D_PAD -> PAD. 2020-11-13 15:16:24 +00:00
connectivity_rtree.h Add more consts all over the place 2020-10-27 11:03:35 +00:00
from_to_cache.cpp MODULE -> FOOTPRINT. 2020-11-13 16:04:03 +00:00
from_to_cache.h D_PAD -> PAD. 2020-11-13 15:16:24 +00:00