| 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 | { |
nothing calls this directly
no test coverage detected