d9eb15c9fa
Most of the changes are just adding GetDesignSettings() before every occurence of m_NetClasses. More complex changes: class_netclass.cpp - NETCLASS does not store the pointer to the parent BOARD anymore. Added function SetParams( BOARD_DESIGN_SETTINGS& ). class_netclass.h - Removed GetTrackMinWidth(), GetViaMinDiameter(), GetViaMinDrill(), GetuViaMinDiameter(), GetuViaMinDrill() as they were refering to BOARD_DESIGN_SETTINGS anyway (they are not net class specific). kicad_plugin.cpp - filters out empty nets (that are anyway not saved) when storing net class information. Previously it was done in NETCLASS::Format() function. |
||
---|---|---|
.. | ||
rect_placement | ||
auto_place_footprints.cpp | ||
autorout.cpp | ||
autorout.h | ||
cell.h | ||
dist.cpp | ||
graphpcb.cpp | ||
move_and_route_event_functions.cpp | ||
queue.cpp | ||
routing_matrix.cpp | ||
solve.cpp | ||
spread_footprints.cpp | ||
work.cpp |