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

Method selectObject

ui/clienttoolmanager.cpp:293–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293void ClientToolManager::selectObject(const ObjectId &id, const ToolInfo &toolInfo)
294{
295 if (!m_remote) {
296 return;
297 }
298 m_remote->selectObject(id, toolInfo.id());
299}
300
301void ClientToolManager::toolsForObjectReceived(const ObjectId &id, const QVector<QString> &toolIds)
302{

Callers 1

populateMenuMethod · 0.45

Calls 1

idMethod · 0.45

Tested by

no test coverage detected