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

Method niceExtendChanged

src/frontend/dockwidgets/CartesianPlotDock.cpp:957–962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

955}
956
957void CartesianPlotDock::niceExtendChanged(bool checked) {
958 CONDITIONAL_LOCK_RETURN;
959
960 for (auto* plot : m_plotList)
961 plot->setNiceExtend(checked);
962}
963
964void CartesianPlotDock::rangePointsChanged(const QString& text) {
965 CONDITIONAL_LOCK_RETURN;

Callers

nothing calls this directly

Calls 1

setNiceExtendMethod · 0.80

Tested by

no test coverage detected