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

Method UpdateEntryData

plugins/base/macro-action-run.cpp:191–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void MacroActionRunEdit::UpdateEntryData()
192{
193 if (!_entryData) {
194 return;
195 }
196 _procConfig->SetProcessConfig(_entryData->_procConfig);
197 _wait->setChecked(_entryData->IsWaitEnabled());
198 _timeout->SetDuration(_entryData->_timeout);
199}
200
201void MacroActionRunEdit::ProcessConfigAdvancedSettingsShown()
202{

Callers

nothing calls this directly

Calls 4

SetProcessConfigMethod · 0.80
setCheckedMethod · 0.80
IsWaitEnabledMethod · 0.80
SetDurationMethod · 0.45

Tested by

no test coverage detected