MCPcopy Create free account
hub / github.com/MITK/MITK / main

Function main

Applications/Workbench/MitkWorkbench.cpp:15–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13#include <mitkBaseApplication.h>
14
15int main(int argc, char* argv[])
16{
17 mitk::BaseApplication app(argc, argv);
18
19 app.setSingleMode(true);
20 app.setApplicationName("MITK Workbench");
21 app.setOrganizationName("DKFZ");
22 app.setProperty(mitk::BaseApplication::PROP_PRODUCT, "org.mitk.gui.qt.extapplication.workbench");
23
24 return app.run();
25}

Callers

nothing calls this directly

Calls 5

setSingleModeMethod · 0.80
setApplicationNameMethod · 0.80
setOrganizationNameMethod · 0.80
setPropertyMethod · 0.80
runMethod · 0.45

Tested by

no test coverage detected