| 524 | } |
| 525 | |
| 526 | void PlotCanvas::changeVisibility(Size i, bool b) |
| 527 | { |
| 528 | LayerDataBase& layer = getLayer(i); |
| 529 | if (layer.visible != b) |
| 530 | { |
| 531 | layer.visible = b; |
| 532 | update_buffer_ = true; |
| 533 | update_(OPENMS_PRETTY_FUNCTION); |
| 534 | } |
| 535 | } |
| 536 | |
| 537 | void PlotCanvas::changeLayerFilterState(Size i, bool b) |
| 538 | { |
no outgoing calls
no test coverage detected