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

Method pickElementId

client/remoteviewclient.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void RemoteViewClient::pickElementId(const GammaRay::ObjectId &id)
31{
32 Endpoint::instance()->invokeObject(name(), "pickElementId", QVariantList() << QVariant::fromValue(id));
33}
34
35void RemoteViewClient::sendKeyEvent(int type, int key, int modifiers, const QString &text,
36 bool autorep, ushort count)

Callers

nothing calls this directly

Calls 1

invokeObjectMethod · 0.45

Tested by

no test coverage detected