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

Method setVisibleAreaY

src/openms_gui/source/VISUAL/PlotCanvas.cpp:283–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281 }
282
283 void PlotCanvas::setVisibleAreaY(double min, double max)
284 {
285 auto va = visible_area_.getAreaXY();
286 va.setMinY(min);
287 va.setMaxY(max);
288 setVisibleArea(va);
289 }
290
291
292 void PlotCanvas::saveCurrentLayer(bool visible)

Callers 1

showProjections_Method · 0.80

Calls 2

setMinYMethod · 0.80
setMaxYMethod · 0.80

Tested by

no test coverage detected