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

Method SourceChanged

plugins/base/macro-condition-source.cpp:358–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358void MacroConditionSourceEdit::SourceChanged(const SourceSelection &source)
359{
360 {
361 GUARD_LOADING_AND_LOCK();
362 _entryData->_source = source;
363 }
364 _settingSelection->SetSource(_entryData->_source.GetSource());
365 SetWidgetVisibility();
366 emit HeaderInfoChanged(
367 QString::fromStdString(_entryData->GetShortDesc()));
368}
369
370void MacroConditionSourceEdit::ConditionChanged(int index)
371{

Callers

nothing calls this directly

Calls 3

SetSourceMethod · 0.45
GetSourceMethod · 0.45
GetShortDescMethod · 0.45

Tested by

no test coverage detected