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

Method SourceChanged

plugins/base/macro-condition-slideshow.cpp:296–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296void MacroConditionSlideshowEdit::SourceChanged(const SourceSelection &source)
297{
298 GUARD_LOADING_AND_LOCK();
299 _entryData->SetSource(source);
300 emit HeaderInfoChanged(
301 QString::fromStdString(_entryData->GetShortDesc()));
302}
303
304void MacroConditionSlideshowEdit::IndexChanged(const NumberVariable<int> &value)
305{

Callers

nothing calls this directly

Calls 2

SetSourceMethod · 0.45
GetShortDescMethod · 0.45

Tested by

no test coverage detected