MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / updateHScrollbar

Method updateHScrollbar

src/openms_gui/source/VISUAL/PlotWidget.cpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

updateScrollbarFunction · 0.85

Tested by

no test coverage detected