Home
last modified time | relevance | path

Searched refs:UndoOnly (Results 1 – 8 of 8) sorted by relevance

/dports/cad/fritzing/fritzing-app-0.9.2b/src/sketch/
H A Dschematicsketchwidget.cpp268 new CleanUpWiresCommand(this, CleanUpWiresCommand::UndoOnly, parentCommand); in setProp()
269 new CleanUpRatsnestsCommand(this, CleanUpWiresCommand::UndoOnly, parentCommand); in setProp()
313 new CleanUpWiresCommand(this, CleanUpWiresCommand::UndoOnly, parentCommand); in setVoltage()
314 new CleanUpRatsnestsCommand(this, CleanUpWiresCommand::UndoOnly, parentCommand); in setVoltage()
H A Dsketchwidget.cpp278 new CleanUpWiresCommand(this, CleanUpWiresCommand::UndoOnly, parentCommand); in loadFromModelParts()
1201 new CleanUpWiresCommand(this, CleanUpWiresCommand::UndoOnly, parentCommand); in deleteAux()
2148 cuw->setDirection(CleanUpWiresCommand::UndoOnly); in dropItemEvent()
3437 cuw->setDirection(CleanUpWiresCommand::UndoOnly); in checkMoved()
3754 new CleanUpWiresCommand(this, CleanUpWiresCommand::UndoOnly, parentCommand); in wireChangedSlot()
3865 new CleanUpWiresCommand(this, CleanUpWiresCommand::UndoOnly, parentCommand); in dragWireChanged()
3991 new CleanUpWiresCommand(this, CleanUpWiresCommand::UndoOnly, parentCommand); in dragRatsnestChanged()
4623 new CleanUpWiresCommand(this, CleanUpWiresCommand::UndoOnly, parentCommand); in rotateX()
4806 new CleanUpWiresCommand(this, CleanUpWiresCommand::UndoOnly, parentCommand); in flipX()
5597 new CleanUpWiresCommand(this, CleanUpWiresCommand::UndoOnly, parentCommand); in wireSplitSlot()
[all …]
H A Dpcbsketchwidget.cpp2300 new CleanUpWiresCommand(this, CleanUpWiresCommand::UndoOnly, parentCommand); in convertToVia()
2301 new CleanUpRatsnestsCommand(this, CleanUpWiresCommand::UndoOnly, parentCommand); in convertToVia()
2431 new CleanUpWiresCommand(this, CleanUpWiresCommand::UndoOnly, parentCommand); in convertToBendpoint()
2432 new CleanUpRatsnestsCommand(this, CleanUpWiresCommand::UndoOnly, parentCommand); in convertToBendpoint()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/
H A Dcommands.h580 UndoOnly = 0, enumerator
680 UndoOnly = 0, enumerator
H A Dcommands.cpp1150 if (m_checkType == UndoOnly) return; in redo()
1198 if (m_direction == UndoOnly) { in undo()
1294 if (direction == CleanUpWiresCommand::UndoOnly) m_undoOnly = true; in CleanUpRatsnestsCommand()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow.cpp2258 new CleanUpWiresCommand(m_breadboardGraphicsView, CleanUpWiresCommand::UndoOnly, parentCommand); in swapLayers()
2259 …new CleanUpRatsnestsCommand(m_breadboardGraphicsView, CleanUpWiresCommand::UndoOnly, parentCommand… in swapLayers()
2268 new CleanUpWiresCommand(m_breadboardGraphicsView, CleanUpWiresCommand::UndoOnly, parentCommand); in swapSelectedAux()
2269 …new CleanUpRatsnestsCommand(m_breadboardGraphicsView, CleanUpWiresCommand::UndoOnly, parentCommand… in swapSelectedAux()
H A Dmainwindow_menu.cpp3347 new CleanUpWiresCommand(m_pcbGraphicsView, CleanUpWiresCommand::UndoOnly, parentCommand); in removeGroundFill()
3348 new CleanUpRatsnestsCommand(m_pcbGraphicsView, CleanUpWiresCommand::UndoOnly, parentCommand); in removeGroundFill()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/autoroute/mazerouter/
H A Dmazerouter.cpp671 new CleanUpWiresCommand(m_sketchWidget, CleanUpWiresCommand::UndoOnly, parentCommand); in start()
672 new CleanUpRatsnestsCommand(m_sketchWidget, CleanUpWiresCommand::UndoOnly, parentCommand); in start()