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

Method toString

src/openms_gui/source/VISUAL/TOPPASEdge.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 String TOPPASEdge::toString()
69 {
70 String s = String("Edge: ") + getSourceOutParamName() + " target-in: " + getTargetInParamName() + "\n";
71 return s;
72 }
73 TOPPASEdge& TOPPASEdge::operator=(const TOPPASEdge& rhs)
74 {
75 from_ = rhs.from_;

Callers 15

createEditorMethod · 0.45
setEditorDataMethod · 0.45
setModelDataMethod · 0.45
exists_Method · 0.45
showDocumentationMethod · 0.45
loadMethod · 0.45
storeRecursive_Method · 0.45
intensityModeChange_Method · 0.45
proteinCellClicked_Method · 0.45
updateEntries_Method · 0.45
loadMethod · 0.45

Calls 1

StringClass · 0.50

Tested by 2

proteinCellClicked_Method · 0.36
updateEntries_Method · 0.36