MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / SetFixedValue

Method SetFixedValue

lib/variables/variable-spinbox.cpp:112–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void GenericVariableSpinbox::SetFixedValue(int value)
113{
114 _numberInt._value = value;
115 const QSignalBlocker b(_fixedValueInt);
116 _fixedValueInt->setValue(value);
117 EmitSignals();
118}
119
120void GenericVariableSpinbox::SetFixedValue(double value)
121{

Callers 7

_UnitChangedMethod · 0.80
NoteStringIdxChangedMethod · 0.80
StatsTypeChangedMethod · 0.80
ListenClickedMethod · 0.80

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected