MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / measure_updated

Method measure_updated

DSView/pv/dock/measuredock.cpp:238–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void 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
247void MeasureDock::build_dist_pannel()
248{

Callers

nothing calls this directly

Calls 1

get_measureMethod · 0.45

Tested by

no test coverage detected