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

Function foreach

src/openms_gui/source/VISUAL/TOPPASToolVertex.cpp:230–233  ·  view source on GitHub ↗

remove entries explained by edges

Source from the content-addressed store, hash-verified

228
229 // remove entries explained by edges
230 foreach(const String &name, hidden_entries)
231 {
232 edit_param.remove(name);
233 }
234
235 // edit_param no longer contains tool description, take it from the node tooltip
236 QWidget* parent_widget = qobject_cast<QWidget*>(scene()->parent());

Callers

nothing calls this directly

Calls 9

widthMethod · 0.80
atMethod · 0.80
QRectFClass · 0.50
StringClass · 0.50
removeMethod · 0.45
boundingRectMethod · 0.45
appendMethod · 0.45
sizeMethod · 0.45
toQStringMethod · 0.45

Tested by

no test coverage detected