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

Method MacroSegmentOrderChanged

lib/macro/macro-action-variable.cpp:1369–1373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1367}
1368
1369void MacroActionVariableEdit::MacroSegmentOrderChanged()
1370{
1371 const QSignalBlocker b(_segmentIdx);
1372 _segmentIdx->SetValue(_entryData->GetSegmentIndexValue() + 1);
1373}
1374
1375void MacroActionVariableEdit::SubStringStartChanged(
1376 const NumberVariable<int> &start)

Callers

nothing calls this directly

Calls 2

GetSegmentIndexValueMethod · 0.80
SetValueMethod · 0.45

Tested by

no test coverage detected