MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / removeEdge

Method removeEdge

ImagePlay/src/MainWindow.cpp:698–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696}
697
698void MainWindow::removeEdge(IPProcessEdge *edge)
699{
700 if(edge->to()->process())
701 propagateResultReady(edge->to()->process(), false);
702
703 // remove from scene
704 _scene->removeEdge(edge);
705
706 // delete edge;
707
708 // update graphics
709 setParamsHaveChanged();
710 execute();
711}
712
713void MainWindow::propagateResultReady(IPLProcess *process, bool resultReady)
714{

Callers 1

mouseReleaseEventMethod · 0.45

Calls 2

toMethod · 0.80
processMethod · 0.45

Tested by

no test coverage detected