Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
void Interval::set_interval(double value)
80
{
81
_interval_slider->setValue((int)value);
82
_interval_spinBox->setValue(value);
83
}
84
85
double Interval::get_interval()
86
{
Callers
1
on_collect_mode
Method · 0.80
Calls
1
setValue
Method · 0.80
Tested by
no test coverage detected