| 976 | } |
| 977 | |
| 978 | void 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 | |
| 986 | void CartesianPlotDock::autoScaleRange(const Dimension dim, const int index, bool checked) { |
| 987 | DEBUG(Q_FUNC_INFO << ", index = " << index << " checked = " << checked) |
no outgoing calls