Home
last modified time | relevance | path

Searched refs:getAutoroutable (Results 1 – 16 of 16) sorted by relevance

/dports/cad/fritzing/fritzing-app-0.9.2b/src/autoroute/
H A Dautorouter.cpp140 if (jumperItem->getAutoroutable()) { in initUndo()
168 if (via->getAutoroutable()) { in initUndo()
200 if (netLabel->getAutoroutable()) { in initUndo()
236 if (wire->getAutoroutable()) { in initUndo()
308 if (jumperItem->getAutoroutable()) { in clearTracesAndJumpers()
315 if (via->getAutoroutable()) { in clearTracesAndJumpers()
324 if (netLabel->getAutoroutable()) { in clearTracesAndJumpers()
361 if (!wire->getAutoroutable()) continue; in addToUndo()
374 if (!jumperItem->getAutoroutable()) { in addToUndo()
391 if (!via->getAutoroutable()) { in addToUndo()
[all …]
/dports/cad/fritzing/fritzing-app-0.9.2b/src/items/
H A Dvia.cpp101 bool Via::getAutoroutable() { in getAutoroutable() function in Via
102 return m_viewGeometry.getAutoroutable(); in getAutoroutable()
H A Dvia.h41 bool getAutoroutable();
H A Dsymbolpaletteitem.h78 bool getAutoroutable();
H A Djumperitem.h49 bool getAutoroutable();
H A Dsymbolpaletteitem.cpp500 bool SymbolPaletteItem::getAutoroutable() { in getAutoroutable() function in SymbolPaletteItem
501 return m_viewGeometry.getAutoroutable(); in getAutoroutable()
H A Djumperitem.cpp466 bool JumperItem::getAutoroutable() { in getAutoroutable() function in JumperItem
467 return m_viewGeometry.getAutoroutable(); in getAutoroutable()
H A Dwire.h103 bool getAutoroutable();
H A Dwire.cpp1146 bool Wire::getAutoroutable() { in getAutoroutable() function in Wire
1147 return m_viewGeometry.getAutoroutable(); in getAutoroutable()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/
H A Dviewgeometry.h88 bool getAutoroutable() const;
H A Dviewgeometry.cpp185 bool ViewGeometry::getAutoroutable() const { in getAutoroutable() function in ViewGeometry
/dports/cad/fritzing/fritzing-app-0.9.2b/src/sketch/
H A Dsketchwidget.cpp3908 …ndpointWire->undoCurve(), m_bendpointWire->curve(), m_bendpointWire->getAutoroutable(), parentComm… in dragWireChanged()
3938 …new ChangeWireCurveCommand(this, wire->id(), NULL, wire->curve(), wire->getAutoroutable(), parentC… in dragWireChanged()
3939 …ndpointWire->undoCurve(), m_bendpointWire->curve(), m_bendpointWire->getAutoroutable(), parentComm… in dragWireChanged()
4743 …ew ChangeWireCurveCommand(this, wire->id(), bezier, newBezier, wire->getAutoroutable(), parentComm… in rotateWire()
5194 …new ChangeWireCurveCommand(this, itemBase->id(), bezier, NULL, wire->getAutoroutable(), parentComm… in makeDeleteItemCommandPrepSlot()
5684 … ChangeWireCurveCommand(this, wire->id(), wire->curve(), NULL, wire->getAutoroutable(), parentComm… in wireJoinSlot()
5686 …eWireCurveCommand(this, toWire->id(), toWire->curve(), NULL, toWire->getAutoroutable(),parentComma… in wireJoinSlot()
5736 …WireCurveCommand(this, wire->id(), wire->curve(), &joinBezier, wire->getAutoroutable(), parentComm… in wireJoinSlot()
8909 …d * cwcc = new ChangeWireCurveCommand(this, wire->id(), oldB, newB, wire->getAutoroutable(), NULL); in wireChangedCurveSlot()
H A Dpcbsketchwidget.cpp316 if (wire->getAutoroutable() == autoroutable) { in selectAllXTraces()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/infoview/
H A Dhtmlinfoview.cpp428 QString autoroutable = wire->getAutoroutable() ? tr("(autoroutable)") : ""; in appendWireStuff()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow_menu.cpp1769 m_excludeFromAutorouteWireAct->setChecked(!wire->getAutoroutable()); in updateWireMenu()
2122 if (wire->getAutoroutable()) { in updateTraceMenu()
2209 if (qobject_cast<JumperItem *>(itemBase->layerKinChief())->getAutoroutable()) { in updatePCBTraceMenu()
2218 if (qobject_cast<Via *>(itemBase->layerKinChief())->getAutoroutable()) { in updatePCBTraceMenu()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/autoroute/mazerouter/
H A Dmazerouter.cpp2983 doRemove = via->getAutoroutable(); in removeOffBoardAnd()
2987 doRemove = jumperItem->getAutoroutable(); in removeOffBoardAnd()
2991 doRemove = netLabel->getAutoroutable() && netLabel->isOnlyNetLabel(); in removeOffBoardAnd()