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

Method currentLayerParamtersChanged_

src/openms_gui/source/VISUAL/Plot3DCanvas.cpp:203–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201 }
202
203 void Plot3DCanvas::currentLayerParamtersChanged_()
204 {
205 openglwidget()->recalculateDotGradient_(layers_.getCurrentLayer());
206 recalculateRanges_();
207
208 update_buffer_ = true;
209 update_(OPENMS_PRETTY_FUNCTION);
210 }
211
212 void Plot3DCanvas::contextMenuEvent(QContextMenuEvent * e)
213 {

Callers

nothing calls this directly

Calls 3

recalculateRanges_Function · 0.85
getCurrentLayerMethod · 0.80

Tested by

no test coverage detected