MCPcopy Create free account
hub / github.com/KDAB/GammaRay / widgetForId

Method widgetForId

ui/clienttoolmanager.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213QWidget *ClientToolManager::widgetForId(const QString &toolId) const
214{
215 return widgetForIndex(toolIndexForToolId(toolId));
216}
217
218QWidget *ClientToolManager::widgetForIndex(int index) const
219{

Callers 3

testWidgetMethod · 0.80
testHasBasicToolsMethod · 0.80
testToolEnabledMethod · 0.80

Calls

no outgoing calls

Tested by 3

testWidgetMethod · 0.64
testHasBasicToolsMethod · 0.64
testToolEnabledMethod · 0.64