MCPcopy 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
296void ActiveToolTip::setHandleRect(const QRect& rect)
297{
298 Q_D(ActiveToolTip);
299
300 d->handleRect_ = rect;
301}
302
303void ActiveToolTip::adjustRect()
304{

Callers 6

textHintMethod · 0.80
tabToolTipRequestedMethod · 0.80
showTooltipMethod · 0.80
helpEventMethod · 0.80
showToolTipMethod · 0.80
showToolTipForMarkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected