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

Method isValid

common/remoteviewframe.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18namespace GammaRay {
19bool RemoteViewFrame::isValid() const
20{
21 return !m_image.image().isNull();
22}
23
24QRectF RemoteViewFrame::viewRect() const
25{

Callers 2

viewRectMethod · 0.45
sceneRectMethod · 0.45

Calls 2

isNullMethod · 0.45
imageMethod · 0.45

Tested by

no test coverage detected