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

Method updateEdgeColors

src/openms_gui/source/VISUAL/TOPPASScene.cpp:563–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561 }
562
563 void TOPPASScene::updateEdgeColors()
564 {
565 foreach(TOPPASEdge* edge, edges_)
566 {
567 edge->updateColor();
568 }
569 update(sceneRect());
570 }
571
572 bool TOPPASScene::dfsVisit_(TOPPASVertex* vertex)
573 {

Callers 5

showFilesDialogMethod · 0.80
outEdgeHasChangedMethod · 0.80
inEdgeHasChangedMethod · 0.80
editParamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected