| 242 | } |
| 243 | |
| 244 | void PlotWidget::updateHScrollbar(float f_min, float disp_min, float disp_max, float f_max) |
| 245 | { |
| 246 | updateScrollbar(x_scrollbar_, f_min, disp_min, disp_max, f_max); |
| 247 | } |
| 248 | |
| 249 | void PlotWidget::updateVScrollbar(float f_min, float disp_min, float disp_max, float f_max) |
| 250 | { |
nothing calls this directly
no test coverage detected