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

Method start

src/openms_gui/source/VISUAL/TOPPASScene.cpp:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41 void FakeProcess::start(const QString& /*program*/, const QStringList& /*arguments*/, OpenMode /*mode = ReadWrite*/)
42 {
43 // don't do anything...
44 //std::cout << "fake process " << program.toStdString() << " called.\n";
45 emit finished(0, QProcess::NormalExit);
46 }
47
48 TOPPASScene::TOPPASScene(QObject* parent, const QString& tmp_path, bool gui) :
49 QGraphicsScene(parent),

Callers 13

runNextProcessMethod · 0.45
paintEventMethod · 0.45
paintMethod · 0.45
initParam_Method · 0.45
runTOPPTool_Method · 0.45
mainFunction · 0.45
mainFunction · 0.45
on_pushButton_clickedMethod · 0.45
openFolderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected