Adds a peak map
| 87 | |
| 88 | /// Adds a peak map |
| 89 | void add(PeakMap & exp) |
| 90 | { |
| 91 | add(static_cast<ExperimentalSettings &>(exp)); |
| 92 | treeview_->expandItem(treeview_->findItems(QString::number(0), Qt::MatchExactly, 1).first()); |
| 93 | } |
| 94 | |
| 95 | /// Adds a peak spectrum |
| 96 | void add(MSSpectrum & spectrum) |
no test coverage detected