| 178 | } |
| 179 | |
| 180 | void Plot1DCanvas::activateLayer(Size layer_index) |
| 181 | { |
| 182 | layers_.setCurrentLayer(layer_index); |
| 183 | |
| 184 | // no peak is selected |
| 185 | selected_peak_.clear(); |
| 186 | |
| 187 | emit layerActivated(this); |
| 188 | } |
| 189 | |
| 190 | void Plot1DCanvas::changeVisibleAreaCommon_(const UnitRange& new_area, bool repaint, bool add_to_stack) |
| 191 | { |
nothing calls this directly
no test coverage detected