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

Method intensityModeChange_

src/openms_gui/source/VISUAL/PlotCanvas.cpp:103–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 void PlotCanvas::intensityModeChange_()
104 {
105 // update axes (e.g. make it Log-scale)
106 if (spectrum_widget_)
107 {
108 spectrum_widget_->updateAxes();
109 }
110 recalculateSnapFactor_();
111 update_buffer_ = true;
112 update_(OPENMS_PRETTY_FUNCTION);
113 }
114
115 void PlotCanvas::dimensionsChanged_()
116 {

Callers

nothing calls this directly

Calls 1

updateAxesMethod · 0.80

Tested by

no test coverage detected