Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ sceneRect
Method
sceneRect
common/remoteviewframe.cpp:38–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
QRectF RemoteViewFrame::sceneRect() const
39
{
40
if (m_sceneRect.isValid())
41
return m_sceneRect;
42
return viewRect();
43
}
44
45
void RemoteViewFrame::setSceneRect(const QRectF &sceneRect)
46
{
Callers
6
drawDecoration
Method · 0.80
fitToView
Method · 0.80
centerView
Method · 0.80
clampPanPosition
Method · 0.80
verticalRulerWidth
Method · 0.80
initializeGui
Method · 0.80
Calls
1
isValid
Method · 0.45
Tested by
1
initializeGui
Method · 0.64