• Maciej Suminski's avatar
    Moved NETCLASSES to BOARD_DESIGN_SETTINGS. · d9eb15c9
    Maciej Suminski authored
    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.
    d9eb15c9
Name
Last commit
Last update
..
rect_placement Loading commit data...
auto_place_footprints.cpp Loading commit data...
autorout.cpp Loading commit data...
autorout.h Loading commit data...
cell.h Loading commit data...
dist.cpp Loading commit data...
graphpcb.cpp Loading commit data...
move_and_route_event_functions.cpp Loading commit data...
queue.cpp Loading commit data...
routing_matrix.cpp Loading commit data...
solve.cpp Loading commit data...
spread_footprints.cpp Loading commit data...
work.cpp Loading commit data...