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

Method UpdateEntryData

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

Source from the content-addressed store, hash-verified

180}
181
182void MacroActionSourceInteractionEdit::UpdateEntryData()
183{
184 if (!_entryData) {
185 return;
186 }
187
188 _sources->SetSource(_entryData->_source);
189 _stepList->SetSteps(_entryData->_steps);
190 _noSelectionLabel->setVisible(_stepList->count() > 0);
191}
192
193void MacroActionSourceInteractionEdit::SourceChanged(
194 const SourceSelection &source)

Callers

nothing calls this directly

Calls 3

SetStepsMethod · 0.80
countMethod · 0.80
SetSourceMethod · 0.45

Tested by

no test coverage detected