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

Method recalc

src/backend/worksheet/plots/cartesian/BoxPlot.cpp:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273void BoxPlot::recalc() {
274 Q_D(BoxPlot);
275 d->recalc();
276}
277
278void BoxPlot::handleResize(double /*horizontalRatio*/, double /*verticalRatio*/, bool /*pageResize*/) {
279}

Callers

nothing calls this directly

Calls 14

statisticsMethod · 0.80
QPointFClass · 0.70
sizeMethod · 0.45
resizeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
clearMethod · 0.45
dataChangedMethod · 0.45
rowCountMethod · 0.45
isValidMethod · 0.45
isMaskedMethod · 0.45
columnModeMethod · 0.45

Tested by

no test coverage detected