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

Method UpdateEntryData

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

Source from the content-addressed store, hash-verified

320}
321
322void MacroConditionSlideshowEdit::UpdateEntryData()
323{
324 if (!_entryData) {
325 return;
326 }
327
328 _conditions->setCurrentIndex(static_cast<int>(_entryData->_condition));
329 _sources->SetSource(_entryData->GetSource());
330 _index->SetValue(_entryData->_index);
331 _path->setText(_entryData->_path);
332 _regex->SetRegexConfig(_entryData->_regex);
333 SetWidgetVisibility();
334}
335
336void MacroConditionSlideshowEdit::SetWidgetVisibility()
337{

Callers

nothing calls this directly

Calls 5

setTextMethod · 0.80
SetRegexConfigMethod · 0.80
SetSourceMethod · 0.45
GetSourceMethod · 0.45
SetValueMethod · 0.45

Tested by

no test coverage detected