| 106 | MeasurementsPanel *PlotManager::measurePanel() const { return m_measurePanel; } |
| 107 | |
| 108 | StatsPanel *PlotManager::statsPanel() const { return m_statsPanel; } |
| 109 | |
| 110 | MarkerPanel *PlotManager::markerPanel() const { return m_markerPanel; } |
| 111 |
no outgoing calls
no test coverage detected