| 236 | } |
| 237 | |
| 238 | void MeasureDock::measure_updated() |
| 239 | { |
| 240 | _width_label->setText(_view.get_measure("width")); |
| 241 | _period_label->setText(_view.get_measure("period")); |
| 242 | _freq_label->setText(_view.get_measure("frequency")); |
| 243 | _duty_label->setText(_view.get_measure("duty")); |
| 244 | adjusLabelSize(); |
| 245 | } |
| 246 | |
| 247 | void MeasureDock::build_dist_pannel() |
| 248 | { |
nothing calls this directly
no test coverage detected