Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ on_inputbox_changed
Method
on_inputbox_changed
DSView/pv/dialogs/interval.cpp:99–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
void Interval::on_inputbox_changed(double value)
100
{
101
if (!_bSetting){
102
_bSetting = true;
103
_interval_slider->setValue((int)value);
104
_bSetting = false;
105
}
106
}
107
108
} // namespace dialogs
109
} // namespace pv
Callers
nothing calls this directly
Calls
1
setValue
Method · 0.80
Tested by
no test coverage detected