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

Method ConditionChanged

plugins/base/macro-condition-studio-mode.cpp:117–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void MacroConditionStudioModeEdit::ConditionChanged(int cond)
118{
119 GUARD_LOADING_AND_LOCK();
120 _entryData->_condition = static_cast<StudioModeCondition>(cond);
121 SetWidgetVisibility();
122 emit HeaderInfoChanged(
123 QString::fromStdString(_entryData->GetShortDesc()));
124}
125
126void MacroConditionStudioModeEdit::SceneChanged(const SceneSelection &s)
127{

Callers

nothing calls this directly

Calls 1

GetShortDescMethod · 0.45

Tested by

no test coverage detected