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

Method SetProcessConfig

plugins/base/utils/process-config.cpp:179–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void ProcessConfigEdit::SetProcessConfig(const ProcessConfig &conf)
180{
181 _conf = conf;
182 _filePath->SetPath(conf._path);
183 _argList->SetStringList(conf._args);
184 _workingDirectory->SetPath(conf._workingDirectory);
185 ShowAdvancedSettings(
186 !_conf._args.empty() ||
187 !_conf._workingDirectory.UnresolvedValue().empty());
188}
189
190void ProcessConfigEdit::PathChanged(const QString &text)
191{

Callers 2

UpdateEntryDataMethod · 0.80
UpdateEntryDataMethod · 0.80

Calls 3

SetPathMethod · 0.45
SetStringListMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected