MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / start

Method start

src/plugins/core/core.cpp:32–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32bool Core::start()
33{
34 Controller::instance();
35
36 auto actionLocator = new ActionLocator(this);
37 LocatorManager::instance()->registerLocator(actionLocator);
38
39 QObject::connect(&dpf::Listener::instance(), &dpf::Listener::pluginsStarted, [=] {
40 uiController.doSwitch(MWNA_RECENT);
41 });
42
43 return true;
44}
45
46dpf::Plugin::ShutdownFlag Core::stop()
47{

Callers 7

notifyMethod · 0.45
checkInstalledMethod · 0.45
setLogoMethod · 0.45
updatePopupWidgetMethod · 0.45
showSpinnerMethod · 0.45
showEventMethod · 0.45
leaveEventMethod · 0.45

Calls 2

connectFunction · 0.85
registerLocatorMethod · 0.80

Tested by

no test coverage detected