MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / silentSetValue

Method silentSetValue

gui/src/spinbox_a.cpp:151–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149void SpinBoxA::updateCompletionCircle(double value) { ui->SBA_CompletionCircle->setValueDouble(value); }
150
151void SpinBoxA::silentSetValue(double value)
152{
153 // Set the value for the spinBox w/o
154 // emitting any signals.
155 QSignalBlocker signalBlocker(this);
156 setValue(value);
157 triggerCircleRedraw();
158}
159
160void SpinBoxA::silentSetMinValue(double value)
161{

Calls

no outgoing calls

Tested by 2