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

Method hideWidget

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

Source from the content-addressed store, hash-verified

445}
446
447void Controller::hideWidget(const QString &name)
448{
449 d->mainWindow->hideWidget(name);
450}
451
452void Controller::registerWidgetToMode(const QString &name, AbstractWidget *abstractWidget, const QString &mode, Position pos, bool replace, bool isVisible)
453{

Callers 5

foreachFunction · 0.45
registerWidgetToModeMethod · 0.45
showWidgetAtPositionMethod · 0.45
hideContextWidgetMethod · 0.45
createDockButtonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected