Home
last modified time | relevance | path

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

/dports/cad/fritzing/fritzing-app-0.9.2b/src/sketch/
H A Dinfographicsview.h132 void newWireSignal(Wire *);
H A Dinfographicsview.cpp411 emit newWireSignal(wire); in newWire() local
/dports/cad/fritzing/fritzing-app-0.9.2b/src/partseditor/
H A Dpemainwindow.cpp475 connect(viewThing->sketchWidget, SIGNAL(newWireSignal(Wire *)), this, SLOT(newWireSlot(Wire *))); in initSketchWidgets()