MCPcopy Create free account
hub / github.com/KDE/labplot / gluePointAt

Method gluePointAt

src/backend/worksheet/TextLabel.cpp:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431TextLabel::GluePoint TextLabel::gluePointAt(int index) {
432 Q_D(TextLabel);
433 return d->gluePointAt(index);
434}
435
436int TextLabel::gluePointCount() {
437 Q_D(const TextLabel);

Callers 2

gluePointMethod · 0.80
retransformMethod · 0.80

Calls 3

lengthMethod · 0.80
isEmptyMethod · 0.45
centerMethod · 0.45

Tested by

no test coverage detected