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

Method silentSetMaxValue

gui/src/spinbox_a.cpp:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void SpinBoxA::silentSetMaxValue(double value)
168{
169 // Set the maximum value w/o emitting any signals
170 QSignalBlocker signalBlocker(this);
171 setMaxValue(value);
172}
173
174void SpinBoxA::onUpButtonPressed() { stepUp(); }
175

Callers 3

OscilloscopeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected