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

Method outEdgeHasChanged

src/openms_gui/source/VISUAL/TOPPASVertex.cpp:522–527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520 }
521
522 void TOPPASVertex::outEdgeHasChanged()
523 {
524 // (overridden behavior in input and tool vertices)
525 qobject_cast<TOPPASScene*>(scene())->setChanged(true);
526 emit somethingHasChanged();
527 }
528
529 bool TOPPASVertex::isTopoSortMarked() const
530 {

Callers

nothing calls this directly

Calls 1

setChangedMethod · 0.80

Tested by

no test coverage detected