| 843 | } |
| 844 | |
| 845 | void StatisticsWindow::validateAndCorrect() |
| 846 | { |
| 847 | _timeHorizonForLiveStatistics = std::max(1.0f, std::min(TimelineLiveStatistics::MaxLiveHistory, _timeHorizonForLiveStatistics)); |
| 848 | _timeHorizonForLongtermStatistics = std::max(1.0f, std::min(100.0f, _timeHorizonForLongtermStatistics)); |
| 849 | } |
| 850 | |
| 851 | float StatisticsWindow::calcPlotHeight(int row) const |
| 852 | { |
nothing calls this directly
no outgoing calls
no test coverage detected