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

Method hasValidCompleteFrame

ui/remoteviewwidget.cpp:336–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336bool RemoteViewWidget::hasValidCompleteFrame() const
337{
338 return m_frame.isValid()
339 && (m_frame.image().size() / m_frame.image().devicePixelRatio())
340 == m_frame.viewRect().size().toSize();
341}
342
343int RemoteViewWidget::flagRole() const
344{

Callers

nothing calls this directly

Calls 4

viewRectMethod · 0.80
isValidMethod · 0.45
sizeMethod · 0.45
imageMethod · 0.45

Tested by

no test coverage detected