Home
last modified time | relevance | path

Searched refs:makeDeleteItemCommandFinalSlot (Results 1 – 3 of 3) sorted by relevance

/dports/cad/fritzing/fritzing-app-0.9.2b/src/sketch/
H A Dsketchwidget.h610 …void makeDeleteItemCommandFinalSlot(ItemBase * itemBase, bool foreign, QUndoCommand * parentComman…
H A Dsketchwidget.cpp5158 makeDeleteItemCommandFinalSlot(itemBase, false, parentCommand); in makeDeleteItemCommand()
5223 void SketchWidget::makeDeleteItemCommandFinalSlot(ItemBase * itemBase, bool foreign, QUndoCommand *… in makeDeleteItemCommandFinalSlot() function in SketchWidget
/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow.cpp779 slotter, SLOT(makeDeleteItemCommandFinalSlot(ItemBase * , bool , QUndoCommand * ))); in connectPair()