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

Method switchWorkspace

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

Source from the content-addressed store, hash-verified

1231}
1232
1233void Controller::switchWorkspace(const QString &titleName)
1234{
1235 if (d->workspace)
1236 d->workspace->switchWidgetWorkspace(titleName);
1237}
1238
1239void Controller::showWorkspace()
1240{

Callers 3

configureMethod · 0.80
eventProcessMethod · 0.80
setRootItemToViewMethod · 0.80

Calls 1

switchWidgetWorkspaceMethod · 0.80

Tested by

no test coverage detected