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

Method UpdateWidgetStatus

lib/legacy/switch-sequence.cpp:762–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

760}
761
762void SequenceWidget::UpdateWidgetStatus(bool showExtendText)
763{
764 if (showExtendText) {
765 extendText->setText(
766 makeExtendText(switchData->extendedSequence.get()));
767 }
768
769 delay->SetDuration(switchData->delay);
770 startScenes->setCurrentText(
771 GetWeakSourceName(switchData->startScene).c_str());
772 interruptible->setChecked(switchData->interruptible);
773
774 SwitchWidget::showSwitchData();
775}
776
777void SequenceWidget::ExtendClicked()
778{

Callers 1

Calls 8

makeExtendTextFunction · 0.85
GetWeakSourceNameFunction · 0.85
setTextMethod · 0.80
setCurrentTextMethod · 0.80
setCheckedMethod · 0.80
getMethod · 0.45
SetDurationMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected