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

Function foreach

src/openms_gui/source/VISUAL/TOPPASScene.cpp:83–87  ·  view source on GitHub ↗

Delete all items in a controlled way:

Source from the content-addressed store, hash-verified

81 {
82 // Delete all items in a controlled way:
83 foreach(TOPPASVertex* vertex, vertices_)
84 {
85 vertex->blockSignals(true); // do not propagate changes, remove output files, etc..
86 vertex->setSelected(true);
87 }
88 foreach(TOPPASEdge* edge, edges_)
89 {
90 edge->blockSignals(true); // do not propagate changes, remove output files, etc..

Callers

nothing calls this directly

Calls 15

numberFunction · 0.85
setSelectedMethod · 0.80
isSelectedMethod · 0.80
addVertexMethod · 0.80
getSourceVertexMethod · 0.80
getTargetVertexMethod · 0.80
setSourceVertexMethod · 0.80
setTargetVertexMethod · 0.80
setSourceOutParamMethod · 0.80
getSourceOutParamMethod · 0.80
setTargetInParamMethod · 0.80
getTargetInParamMethod · 0.80

Tested by

no test coverage detected