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

Method HighlightCondition

lib/macro/macro-edit.cpp:648–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

646}
647
648void MacroEdit::HighlightCondition(int idx, QColor color) const
649{
650 ui->conditionsList->Highlight(idx, color);
651}
652
653void MacroEdit::ScrollAndFocusNewSegment(MacroSegmentList *list, int newIdx,
654 int *currentIdx)

Callers 2

MarkSelectedSegmentMethod · 0.45
HighlightSelectionMethod · 0.45

Calls 1

HighlightMethod · 0.45

Tested by

no test coverage detected