Home
last modified time | relevance | path

Searched defs:autoroutable (Results 1 – 4 of 4) sorted by relevance

/dports/cad/fritzing/fritzing-app-0.9.2b/src/
H A Dviewgeometry.cpp155 void ViewGeometry::setAutoroutable(bool autoroutable) { in setAutoroutable()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/infoview/
H A Dhtmlinfoview.cpp428 QString autoroutable = wire->getAutoroutable() ? tr("(autoroutable)") : ""; in appendWireStuff() local
/dports/cad/fritzing/fritzing-app-0.9.2b/src/sketch/
H A Dpcbsketchwidget.cpp287 void PCBSketchWidget::selectAllXTraces(bool autoroutable, const QString & cmdText, bool forPCB) in selectAllXTraces()
H A Dsketchwidget.cpp8917 void SketchWidget::changeWireCurve(long id, const Bezier * bezier, bool autoroutable) { in changeWireCurve()