Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ setShowBoundingBox
Method
setShowBoundingBox
plugins/textdocumentinspector/textdocumentcontentview.cpp:25–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void TextDocumentContentView::setShowBoundingBox(const QRectF &boundingBox)
26
{
27
m_boundingBox = boundingBox;
28
viewport()->update();
29
}
30
31
void TextDocumentContentView::paintEvent(QPaintEvent *e)
32
{
Callers
1
documentElementSelected
Method · 0.80
Calls
1
update
Method · 0.45
Tested by
1
documentElementSelected
Method · 0.64