Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ showWindow
Method
showWindow
src/openms_gui/source/VISUAL/APPLICATIONS/TOPPViewBase.cpp:1001–1006 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
999
}
1000
1001
void TOPPViewBase::showWindow(int id)
1002
{
1003
auto* sw = dynamic_cast<PlotWidget*>(ws_.getWidget(id));
1004
if (!sw) return;
1005
sw->setFocus(); // triggers layerActivated...
1006
}
1007
1008
void TOPPViewBase::closeTab()
1009
{
Callers
nothing calls this directly
Calls
1
getWidget
Method · 0.80
Tested by
no test coverage detected