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

Method selectWindow

plugins/quickinspector/quickinspector.cpp:411–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411void QuickInspector::selectWindow(int index)
412{
413 const QModelIndex mi = m_windowModel->index(index, 0);
414 QQuickWindow *window = mi.data(ObjectModel::ObjectRole).value<QQuickWindow *>();
415 selectWindow(window);
416}
417
418void QuickInspector::selectWindow(QQuickWindow *window)
419{

Callers 4

initMethod · 0.45
initFunction · 0.45
initMethod · 0.45
QuickInspectorWidgetMethod · 0.45

Calls 8

applyOrDelayMethod · 0.80
setEventReceiverMethod · 0.80
resetViewMethod · 0.80
indexMethod · 0.45
dataMethod · 0.45
isEmptyMethod · 0.45
setWindowMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected