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

Method SelectionChanged

plugins/base/macro-action-source.cpp:660–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

658}
659
660void MacroActionSourceEdit::SelectionChanged(const TempVariableRef &var)
661{
662 GUARD_LOADING_AND_LOCK();
663 _entryData->_tempVar = var;
664 IncrementTempVarInUseGeneration();
665}
666
667void MacroActionSourceEdit::SettingsInputMethodChanged(int idx)
668{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected