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

Method connectOutputVertexSignals

src/openms_gui/source/VISUAL/TOPPASScene.cpp:2235–2239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2233 }
2234
2235 void TOPPASScene::connectOutputVertexSignals(TOPPASOutputFileListVertex* oflv)
2236 {
2237 connect(oflv, SIGNAL(outputFileWritten(const String &)), this, SLOT(logOutputFileWritten(const String&)));
2238 connect(oflv, SIGNAL(outputFolderNameChanged()), this, SLOT(changedOutputFolder()));
2239 }
2240
2241 void TOPPASScene::connectEdgeSignals(TOPPASEdge* e)
2242 {

Callers 1

insertNewVertex_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected