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

Function GetVariablesNameList

lib/variables/variable.cpp:408–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408QStringList GetVariablesNameList()
409{
410 QStringList list;
411
412 for (const auto &var : variables) {
413 list << QString::fromStdString(var->Name());
414 }
415
416 list.sort();
417 return list;
418}
419
420std::string GetWeakVariableName(std::weak_ptr<Variable> var_)
421{

Callers 3

PopulateSelectionMethod · 0.85
PopulateSelectionMethod · 0.85

Calls 1

NameMethod · 0.45

Tested by

no test coverage detected