MCPcopy 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
426QPointF TextLabel::findNearestGluePoint(QPointF scenePoint) {
427 Q_D(TextLabel);
428 return d->findNearestGluePoint(scenePoint);
429}
430
431TextLabel::GluePoint TextLabel::gluePointAt(int index) {
432 Q_D(TextLabel);

Callers 1

retransformMethod · 0.80

Calls 5

lengthMethod · 0.80
xMethod · 0.80
isEmptyMethod · 0.45
centerMethod · 0.45
yMethod · 0.45

Tested by

no test coverage detected