MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / value

Method value

launcher/ui/widgets/EnvironmentVariables.cpp:102–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102QMap<QString, QVariant> EnvironmentVariables::value() const
103{
104 QMap<QString, QVariant> result;
105 QTreeWidgetItem* item = ui->list->topLevelItem(0);
106 for (int i = 1; item != nullptr; item = ui->list->topLevelItem(i++))
107 result[item->text(0)] = item->text(1);
108
109 return result;
110}

Callers 15

read_os_releaseMethod · 0.80
fallback_lsb_infoMethod · 0.80
requireIsTypeFunction · 0.80
ensureIsTypeFunction · 0.80
requireIsArrayOfFunction · 0.80
ensureIsArrayOfFunction · 0.80
filterAcceptsRowMethod · 0.80
processFlameMethod · 0.80
processModrinthMethod · 0.80
ApplicationMethod · 0.80
launchMethod · 0.80
addQSavePathMethod · 0.80

Calls 1

textMethod · 0.45

Tested by 5

executeTaskMethod · 0.64
test_hard_linkMethod · 0.64
doTestMethod · 0.64
documentToArrayMethod · 0.64