Home
last modified time | relevance | path

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

/dports/cad/fritzing/fritzing-app-0.9.2b/src/sketch/
H A Dsketchwidget.h560 …void makeDeleteItemCommandFinalSignal(ItemBase * itemBase, bool foreign, QUndoCommand * parentComm…
H A Dsketchwidget.cpp5156 emit makeDeleteItemCommandFinalSignal(itemBase, true, parentCommand); in makeDeleteItemCommand() local
/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow.cpp778 …succeeded = succeeded && connect(signaller, SIGNAL(makeDeleteItemCommandFinalSignal(ItemBase *, bo… in connectPair()