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

Method updateVScrollbar

src/openms_gui/source/VISUAL/PlotWidget.cpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

updateScrollbarFunction · 0.85

Tested by

no test coverage detected