MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / inEdgeHasChanged

Method inEdgeHasChanged

src/openms_gui/source/VISUAL/TOPPASVertex.cpp:515–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513 }
514
515 void TOPPASVertex::inEdgeHasChanged()
516 {
517 // (overridden behavior in output and tool vertices)
518 qobject_cast<TOPPASScene*>(scene())->setChanged(true);
519 emit somethingHasChanged();
520 }
521
522 void TOPPASVertex::outEdgeHasChanged()
523 {

Callers

nothing calls this directly

Calls 1

setChangedMethod · 0.80

Tested by

no test coverage detected