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

Method findExistingObjects

core/probe.cpp:847–856  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845}
846
847void Probe::findExistingObjects()
848{
849 discoverObject(QCoreApplication::instance());
850
851 if (auto guiApp = qobject_cast<QGuiApplication *>(QCoreApplication::instance())) {
852 foreach (auto window, guiApp->allWindows()) {
853 discoverObject(window);
854 }
855 }
856}
857
858void Probe::discoverObject(QObject *object)
859{

Callers 1

createProbeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected