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

Method on_runMacroInParallel_stateChanged

lib/macro/macro-tab.cpp:464–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462}
463
464void AdvSceneSwitcher::on_runMacroInParallel_stateChanged(int value) const
465{
466 auto macro = GetSelectedMacro();
467 if (!macro) {
468 return;
469 }
470 auto lock = LockContext();
471 macro->SetRunInParallel(value);
472}
473
474void AdvSceneSwitcher::on_actionTriggerMode_currentIndexChanged(int index) const
475{

Callers

nothing calls this directly

Calls 2

LockContextFunction · 0.85
SetRunInParallelMethod · 0.80

Tested by

no test coverage detected