| 37 | } |
| 38 | |
| 39 | bool DelayAnalysisDialog::computeResult(const FmBank::Instrument &ins) |
| 40 | { |
| 41 | if (!m_measurer->doComputation(ins, m_result)) |
| 42 | return false; |
| 43 | |
| 44 | updateDisplay(); |
| 45 | return true; |
| 46 | } |
| 47 | |
| 48 | class DelayAnalysisDialog::PlotData : public QwtSyntheticPointData |
| 49 | { |
no test coverage detected