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

Method setViewActive

client/remoteviewclient.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void RemoteViewClient::setViewActive(bool active)
60{
61 Endpoint::instance()->invokeObject(name(), "setViewActive", QVariantList() << active);
62}
63
64void RemoteViewClient::sendUserViewport(const QRectF &userViewport)
65{

Callers

nothing calls this directly

Calls 1

invokeObjectMethod · 0.45

Tested by

no test coverage detected