Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ findNearestGluePoint
Method
findNearestGluePoint
src/backend/worksheet/TextLabel.cpp:426–429 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
424
}
425
426
QPointF TextLabel::findNearestGluePoint(QPointF scenePoint) {
427
Q_D(TextLabel);
428
return d->findNearestGluePoint(scenePoint);
429
}
430
431
TextLabel::GluePoint TextLabel::gluePointAt(int index) {
432
Q_D(TextLabel);
Callers
1
retransform
Method · 0.80
Calls
5
length
Method · 0.80
x
Method · 0.80
isEmpty
Method · 0.45
center
Method · 0.45
y
Method · 0.45
Tested by
no test coverage detected