MCPcopy Create free account
hub / github.com/KDE/kdevelop / setBoundingGeometry

Method setBoundingGeometry

kdevplatform/util/activetooltip.cpp:313–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313void ActiveToolTip::setBoundingGeometry(const QRect& geometry)
314{
315 Q_D(ActiveToolTip);
316
317 d->rect_ = geometry;
318 d->rect_.adjust(-10, -10, 10, 10);
319}
320
321void ActiveToolTip::showToolTip(ActiveToolTip* tooltip, float priority, const QString& uniqueId)
322{

Callers 1

doVisibilityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected