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

Method UpdateEntryData

plugins/base/macro-condition-run.cpp:183–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void MacroConditionRunEdit::UpdateEntryData()
184{
185 if (!_entryData) {
186 return;
187 }
188 _procConfig->SetProcessConfig(_entryData->_procConfig);
189 _timeout->SetDuration(_entryData->_timeout);
190 _checkExitCode->setChecked(_entryData->_checkExitCode);
191 _exitCode->setValue(_entryData->_exitCodeToCheck);
192}
193
194void MacroConditionRunEdit::TimeoutChanged(const Duration &dur)
195{

Callers

nothing calls this directly

Calls 4

SetProcessConfigMethod · 0.80
setCheckedMethod · 0.80
SetDurationMethod · 0.45
setValueMethod · 0.45

Tested by

no test coverage detected