Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
namespace GammaRay {
19
bool RemoteViewFrame::isValid() const
20
{
21
return !m_image.image().isNull();
22
}
23
24
QRectF RemoteViewFrame::viewRect() const
25
{
Callers
2
viewRect
Method · 0.45
sceneRect
Method · 0.45
Calls
2
isNull
Method · 0.45
image
Method · 0.45
Tested by
no test coverage detected