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

Method mainWindow

src/plugins/core/uicontroller/controller.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179MainWindow *Controller::mainWindow() const
180{
181 return d->mainWindow;
182}
183
184Controller::Controller(QObject *parent)
185 : QObject(parent), d(new ControllerPrivate)

Callers 5

showDetailsMethod · 0.45
showSessionManagerMethod · 0.45
pushBubbleMethod · 0.45
showMethod · 0.45
getDWidgetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected