Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setHandleRect
Method
setHandleRect
kdevplatform/util/activetooltip.cpp:296–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
294
}
295
296
void ActiveToolTip::setHandleRect(const QRect& rect)
297
{
298
Q_D(ActiveToolTip);
299
300
d->handleRect_ = rect;
301
}
302
303
void ActiveToolTip::adjustRect()
304
{
Callers
6
textHint
Method · 0.80
tabToolTipRequested
Method · 0.80
showTooltip
Method · 0.80
helpEvent
Method · 0.80
showToolTip
Method · 0.80
showToolTipForMark
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected