| 1025 | } |
| 1026 | |
| 1027 | void TOPPViewBase::layerStatistics() const |
| 1028 | { |
| 1029 | getActivePlotWidget()->showStatistics(); |
| 1030 | } |
| 1031 | |
| 1032 | void TOPPViewBase::showStatusMessage(const string& msg, OpenMS::UInt time) |
| 1033 | { |
nothing calls this directly
no test coverage detected