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

Method SourceChanged

plugins/base/macro-action-source-interaction.cpp:193–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193void MacroActionSourceInteractionEdit::SourceChanged(
194 const SourceSelection &source)
195{
196 GUARD_LOADING_AND_LOCK();
197 _entryData->_source = source;
198 emit HeaderInfoChanged(
199 QString::fromStdString(_entryData->GetShortDesc()));
200}
201
202void MacroActionSourceInteractionEdit::OnStepsChanged(
203 const std::vector<SourceInteractionStep> &steps)

Callers

nothing calls this directly

Calls 1

GetShortDescMethod · 0.45

Tested by

no test coverage detected