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

Method SetSource

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

Source from the content-addressed store, hash-verified

111}
112
113void MacroConditionSlideshow::SetSource(const SourceSelection &source)
114{
115 Reset();
116 _source = source;
117 RemoveSignalHandler();
118 auto s = _source.GetSource();
119 AddSignalHandler(s);
120}
121
122const SourceSelection &MacroConditionSlideshow::GetSource() const
123{

Callers 2

SourceChangedMethod · 0.45
UpdateEntryDataMethod · 0.45

Calls 1

GetSourceMethod · 0.45

Tested by

no test coverage detected