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

Method removeStep

ImagePlay/src/MainWindow.cpp:654–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

652}
653
654void MainWindow::removeStep(IPProcessStep *step)
655{
656 // hide settings
657 hideProcessSettings();
658
659 if(_activeProcessStep == step)
660 _activeProcessStep= NULL;
661
662 if(_lastActiveProcessStep == step)
663 _lastActiveProcessStep = NULL;
664
665 // remove from image viewer
666 _imageViewer->removeProcessStep(step);
667
668 // remove from scene
669 _scene->removeStep(step);
670
671 // delete step;
672
673 setParamsHaveChanged();
674// execute();
675}
676
677void MainWindow::addEdge(IPProcessEdge *edge)
678{

Callers

nothing calls this directly

Calls 1

removeProcessStepMethod · 0.80

Tested by

no test coverage detected