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

Method selectWindow

plugins/quickinspector/quickinspectorclient.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28QuickInspectorClient::~QuickInspectorClient() = default;
29
30void QuickInspectorClient::selectWindow(int index)
31{
32 Endpoint::instance()->invokeObject(objectName(), "selectWindow", QVariantList() << index);
33}
34
35void QuickInspectorClient::setCustomRenderMode(
36 GammaRay::QuickInspectorInterface::RenderMode customRenderMode)

Callers

nothing calls this directly

Calls 1

invokeObjectMethod · 0.45

Tested by

no test coverage detected