MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / set_interval

Method set_interval

DSView/pv/dialogs/interval.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void Interval::set_interval(double value)
80{
81 _interval_slider->setValue((int)value);
82 _interval_spinBox->setValue(value);
83}
84
85double Interval::get_interval()
86{

Callers 1

on_collect_modeMethod · 0.80

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected