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

Method isRunning

Modules/AppUtil/src/mitkBaseApplication.cpp:1118–1126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1116 }
1117
1118 bool BaseApplication::isRunning()
1119 {
1120 auto app = dynamic_cast<QtSingleApplication*>(this->getQApplication());
1121
1122 if (nullptr != app)
1123 app->isRunning();
1124
1125 mitkThrow() << "Method not implemented.";
1126 }
1127
1128 void BaseApplication::sendMessage(const QByteArray msg)
1129 {

Callers 5

OnTimeChangedMethod · 0.45
OnActiveLabelChangedMethod · 0.45
WaitForFuturesMethod · 0.45
OnRecordButtonClickedMethod · 0.45

Calls 1

getQApplicationMethod · 0.95

Tested by

no test coverage detected