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

Method size

src/backend/worksheet/TextLabel.cpp:421–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419// misc
420
421QRectF TextLabel::size() {
422 Q_D(TextLabel);
423 return d->size();
424}
425
426QPointF TextLabel::findNearestGluePoint(QPointF scenePoint) {
427 Q_D(TextLabel);

Callers 15

setItemSelectedInViewMethod · 0.45
updateLayoutMethod · 0.45
insertChildrenMethod · 0.45
insertColumnsMethod · 0.45
removeChildrenMethod · 0.45
removeColumnsMethod · 0.45
setDataMethod · 0.45
setBackgroundColorMethod · 0.45
TextLabel.cppFile · 0.45
drawMethod · 0.45

Calls 5

heightMethod · 0.80
scaledBoundingRectMethod · 0.80
xMethod · 0.80
widthMethod · 0.45
yMethod · 0.45

Tested by

no test coverage detected