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

Method autoScaleChanged

src/frontend/dockwidgets/CartesianPlotDock.cpp:978–984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

976}
977
978void CartesianPlotDock::autoScaleChanged(const Dimension dim, const int rangeIndex, bool state) {
979 DEBUG(Q_FUNC_INFO << ", state = " << state)
980 DEBUG(Q_FUNC_INFO << ", range index: " << rangeIndex)
981 CONDITIONAL_LOCK_RETURN;
982
983 autoScaleRange(dim, rangeIndex, state);
984}
985
986void CartesianPlotDock::autoScaleRange(const Dimension dim, const int index, bool checked) {
987 DEBUG(Q_FUNC_INFO << ", index = " << index << " checked = " << checked)

Callers 3

updateRangeListMethod · 0.95
TestChangePlotRangeMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestChangePlotRangeMethod · 0.64