Home
last modified time | relevance | path

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

/dports/cad/fritzing/fritzing-app-0.9.2b/src/sketch/
H A Dsketchwidget.h328 void deleteMiddle(QSet<ItemBase *> & deletedItems, QUndoCommand * parentCommand);
H A Dsketchwidget.cpp1204 deleteMiddle(deletedItems, parentCommand); in deleteAux()
1229 void SketchWidget::deleteMiddle(QSet<ItemBase *> & deletedItems, QUndoCommand * parentCommand) { in deleteMiddle() function in SketchWidget
8101 deleteMiddle(deletedItems, parentCommand); in disconnectAllSlot()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow_menu.cpp3350 m_pcbGraphicsView->deleteMiddle(toDelete, parentCommand); in removeGroundFill()