| 247 | } |
| 248 | |
| 249 | void PlotWidget::updateVScrollbar(float f_min, float disp_min, float disp_max, float f_max) |
| 250 | { |
| 251 | updateScrollbar(y_scrollbar_, f_min, disp_min, disp_max, f_max); |
| 252 | } |
| 253 | |
| 254 | void PlotWidget::changeLegendVisibility() |
| 255 | { |
nothing calls this directly
no test coverage detected