• 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
..
CMakeLists.txt Loading commit data...
direction.h Loading commit data...
pns_index.h Loading commit data...
pns_item.cpp Loading commit data...
pns_item.h Loading commit data...
pns_itemset.cpp Loading commit data...
pns_itemset.h Loading commit data...
pns_joint.h Loading commit data...
pns_layerset.h Loading commit data...
pns_line.cpp Loading commit data...
pns_line.h Loading commit data...
pns_line_placer.cpp Loading commit data...
pns_line_placer.h Loading commit data...
pns_node.cpp Loading commit data...
pns_node.h Loading commit data...
pns_optimizer.cpp Loading commit data...
pns_optimizer.h Loading commit data...
pns_router.cpp Loading commit data...
pns_router.h Loading commit data...
pns_routing_settings.h Loading commit data...
pns_segment.h Loading commit data...
pns_shove.cpp Loading commit data...
pns_shove.h Loading commit data...
pns_solid.cpp Loading commit data...
pns_solid.h Loading commit data...
pns_utils.cpp Loading commit data...
pns_utils.h Loading commit data...
pns_via.cpp Loading commit data...
pns_via.h Loading commit data...
pns_walkaround.cpp Loading commit data...
pns_walkaround.h Loading commit data...
router_preview_item.cpp Loading commit data...
router_preview_item.h Loading commit data...
router_tool.cpp Loading commit data...
router_tool.h Loading commit data...
trace.h Loading commit data...