| 112 | GenalyzerPanel *PlotManager::genalyzerPanel() const { return m_genalyzerPanel; } |
| 113 | |
| 114 | QWidget *PlotManager::plotCombo(ChannelComponent *c) { return m_channelPlotcomboMap[c]; } |
| 115 | |
| 116 | void PlotManager::updateAxisScales() |
| 117 | { |
no outgoing calls
no test coverage detected