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

Method Start

Plugins/org.blueberry.core.runtime/src/internal/berryInternalPlatform.cpp:236–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void InternalPlatform::Start(ctkPluginContext* context)
237{
238 this->m_Context = context;
239
240 m_ConsoleLog = m_Context->getProperty(ctkPluginFrameworkLauncher::PROP_CONSOLE_LOG).toBool();
241
242 OpenServiceTrackers();
243
244 this->InitializePluginPaths();
245
246#ifdef BLUEBERRY_DEBUG_SMARTPOINTER
247 DebugUtil::RestoreState(m_UserPath);
248#endif
249
250 InitializeDebugFlags();
251 this->m_Initialized = true;
252}
253
254void InternalPlatform::Stop(ctkPluginContext* /*context*/)
255{

Callers 3

runMethod · 0.45
startMethod · 0.45
startAppContainerMethod · 0.45

Calls 2

InitializePluginPathsMethod · 0.95
getPropertyMethod · 0.45

Tested by

no test coverage detected