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

Method VariableChanged

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

Source from the content-addressed store, hash-verified

126}
127
128void GenericVariableSpinbox::VariableChanged(const QString &name)
129{
130 _numberInt._variable = GetWeakVariableByQString(name);
131 _numberDouble._variable = GetWeakVariableByQString(name);
132 EmitSignals();
133}
134
135void GenericVariableSpinbox::ToggleTypeClicked(bool useVariable)
136{

Callers

nothing calls this directly

Calls 1

GetWeakVariableByQStringFunction · 0.85

Tested by

no test coverage detected