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

Method requestElementsAt

client/remoteviewclient.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void RemoteViewClient::requestElementsAt(const QPoint &pos, GammaRay::RemoteViewInterface::RequestMode mode)
26{
27 Endpoint::instance()->invokeObject(name(), "requestElementsAt", QVariantList() << pos << QVariant::fromValue(mode));
28}
29
30void RemoteViewClient::pickElementId(const GammaRay::ObjectId &id)
31{

Callers

nothing calls this directly

Calls 1

invokeObjectMethod · 0.45

Tested by

no test coverage detected