Home
last modified time | relevance | path

Searched refs:getAutorouterTraceWidth (Results 1 – 6 of 6) sorted by relevance

/dports/cad/fritzing/fritzing-app-0.9.2b/src/sketch/
H A Dschematicsketchwidget.h72 double getAutorouterTraceWidth();
H A Dpcbsketchwidget.h93 virtual double getAutorouterTraceWidth();
H A Dschematicsketchwidget.cpp387 double SchematicSketchWidget::getAutorouterTraceWidth() { in getAutorouterTraceWidth() function in SchematicSketchWidget
H A Dpcbsketchwidget.cpp1389 getAutorouterTraceWidth(); in autorouterSettings()
1443 double PCBSketchWidget::getAutorouterTraceWidth() { in getAutorouterTraceWidth() function in PCBSketchWidget
/dports/cad/fritzing/fritzing-app-0.9.2b/src/autoroute/cmrouter/
H A Dcmrouter.cpp326 setUpWidths(m_sketchWidget->getAutorouterTraceWidth()); in CMRouter()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/autoroute/mazerouter/
H A Dmazerouter.cpp559 m_standardWireWidth = m_sketchWidget->getAutorouterTraceWidth(); in MazeRouter()