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

Method clear

ui/clienttoolmanager.cpp:180–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void ClientToolManager::clear()
181{
182 emit aboutToReset();
183 for (auto it = m_widgets.constBegin(); it != m_widgets.constEnd(); ++it)
184 delete it.value().data();
185 m_tools.clear();
186 if (m_remote)
187 disconnect(m_remote, nullptr, this, nullptr);
188 m_remote = nullptr;
189 emit reset();
190}
191
192void ClientToolManager::requestAvailableTools()
193{

Callers 7

onSearchFinishedMethod · 0.45
toolSelectedMethod · 0.45
timeoutMethod · 0.45
addNewPropertyMethod · 0.45
resourceSelectedMethod · 0.45
paintMethod · 0.45
paintMethod · 0.45

Calls 4

constBeginMethod · 0.45
constEndMethod · 0.45
dataMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected