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

Method switchWidget

src/plugins/codeeditor/gui/workspacewidget.cpp:1309–1315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1307}
1308
1309void WorkspaceWidget::switchWidget(const QString &id)
1310{
1311 if (!d->registeredWidget.contains(id))
1312 return;
1313
1314 d->stackWidget->setCurrentWidget(d->registeredWidget[id]);
1315}
1316
1317void WorkspaceWidget::switchDefaultWidget()
1318{

Callers 2

actionHandlerMethod · 0.80
mousePressEventMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected