| 2171 | } |
| 2172 | |
| 2173 | void TOPPViewBase::updateProcessLog() |
| 2174 | { |
| 2175 | log_->appendText(topp_.process->readAllStandardOutput()); |
| 2176 | } |
| 2177 | |
| 2178 | Param TOPPViewBase::getCanvasParameters(UInt dim) const |
| 2179 | { |
nothing calls this directly
no test coverage detected