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

Method setSingleMode

Modules/AppUtil/src/mitkBaseApplication.cpp:549–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547 }
548
549 void BaseApplication::setSingleMode(bool singleMode)
550 {
551 if (nullptr != qApp)
552 return;
553
554 d->m_SingleMode = singleMode;
555 }
556
557 bool BaseApplication::getSingleMode() const
558 {

Callers 2

mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected