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

Method requestAvailableTools

core/toolmanager.cpp:101–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void ToolManager::requestAvailableTools()
102{
103 QVector<ToolData> toolInfos;
104 toolInfos.reserve(m_tools.size());
105 for (ToolFactory *factory : std::as_const(m_tools))
106 toolInfos.push_back(toolInfoForFactory(factory));
107 emit availableToolsResponse(toolInfos);
108}
109
110ToolData ToolManager::toolInfoForFactory(ToolFactory *factory) const
111{

Callers 3

testWidgetMethod · 0.45
testProbeSideMethod · 0.45
testClientSideMethod · 0.45

Calls 2

reserveMethod · 0.80
sizeMethod · 0.45

Tested by 3

testWidgetMethod · 0.36
testProbeSideMethod · 0.36
testClientSideMethod · 0.36