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

Method updateOverlay

plugins/quickinspector/quickscreengrabber.cpp:501–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499}
500
501void AbstractScreenGrabber::updateOverlay()
502{
503 if (m_window) {
504 if (!m_currentItem.isNull())
505 Q_ASSERT(m_currentItem.item()->window() == m_window);
506
507 m_window->update();
508 }
509}
510
511void AbstractScreenGrabber::itemParentChanged(QQuickItem *parent)
512{

Callers

nothing calls this directly

Calls 4

isNullMethod · 0.45
windowMethod · 0.45
itemMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected