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

Method sampleSizeChanged

src/frontend/dockwidgets/ProcessBehaviorChartDock.cpp:365–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363}
364
365void ProcessBehaviorChartDock::sampleSizeChanged(int value) {
366 CONDITIONAL_LOCK_RETURN;
367 for (auto* plot : m_plots)
368 plot->setSampleSize(value);
369}
370
371void ProcessBehaviorChartDock::maxUpperLimitChanged(const QString& value) {
372 double max = INFINITY;

Callers

nothing calls this directly

Calls 1

setSampleSizeMethod · 0.45

Tested by

no test coverage detected