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

Method sendUserViewport

client/remoteviewclient.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void RemoteViewClient::sendUserViewport(const QRectF &userViewport)
65{
66 Endpoint::instance()->invokeObject(name(), "sendUserViewport", QVariantList() << userViewport);
67}
68
69void RemoteViewClient::clientViewUpdated()
70{

Callers

nothing calls this directly

Calls 1

invokeObjectMethod · 0.45

Tested by

no test coverage detected