| 76 | void PlotManager::enableMarkerPanel(bool b) { m_markerPanel->setVisible(b); } |
| 77 | |
| 78 | void PlotManager::enableGenalyzerPanel(bool b) { m_genalyzerPanel->setVisible(b); } |
| 79 | |
| 80 | void PlotManager::setXInterval(double xMin, double xMax) |
| 81 | { |
no test coverage detected