| 85 | } |
| 86 | |
| 87 | void PlotCanvas::setFilters(const DataFilters& filters) |
| 88 | { |
| 89 | // set filters |
| 90 | layers_.getCurrentLayer().filters = filters; |
| 91 | // update the content |
| 92 | update_buffer_ = true; |
| 93 | update_(OPENMS_PRETTY_FUNCTION); |
| 94 | } |
| 95 | |
| 96 | void PlotCanvas::showGridLines(bool show) |
| 97 | { |
no test coverage detected