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

Method ShowVariableMappings

lib/macro/macro-segment.cpp:428–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426}
427
428void MacroSegmentEdit::ShowVariableMappings(bool show)
429{
430 _varMappingToggle->setChecked(show);
431 if (Data()) {
432 Data()->SetVarMappingExpanded(show);
433 }
434}
435
436bool MacroSegmentEdit::eventFilter(QObject *obj, QEvent *ev)
437{

Callers

nothing calls this directly

Calls 3

DataClass · 0.85
setCheckedMethod · 0.80
SetVarMappingExpandedMethod · 0.80

Tested by

no test coverage detected