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

Function GetWeakVariableByQString

lib/variables/variable.cpp:403–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403std::weak_ptr<Variable> GetWeakVariableByQString(const QString &name)
404{
405 return GetWeakVariableByName(name.toStdString());
406}
407
408QStringList GetVariablesNameList()
409{

Callers 15

Variable2ChangedMethod · 0.85
VariableChangedMethod · 0.85
Variable2ChangedMethod · 0.85
VariableChangedMethod · 0.85
Variable2ChangedMethod · 0.85
CurrentSelectionMethod · 0.85
CurrentSelectionMethod · 0.85
VariableChangedMethod · 0.85
VariableChangedMethod · 0.85
updateVariableStatusFunction · 0.85
openSettingsDialogFunction · 0.85
RewardVariableChangedMethod · 0.85

Calls 1

GetWeakVariableByNameFunction · 0.85

Tested by

no test coverage detected