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

Method on_slider_changed

DSView/pv/dialogs/interval.cpp:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void Interval::on_slider_changed(int value)
91{
92 if (!_bSetting){
93 _bSetting = true;
94 _interval_spinBox->setValue((double)value);
95 _bSetting = false;
96 }
97}
98
99void Interval::on_inputbox_changed(double value)
100{

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.80

Tested by

no test coverage detected