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

Method SceneChanged

plugins/base/macro-action-studio-mode.cpp:165–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void MacroActionStudioModeEdit::SceneChanged(const SceneSelection &s)
166{
167 GUARD_LOADING_AND_LOCK();
168 _entryData->_scene = s;
169 emit HeaderInfoChanged(
170 QString::fromStdString(_entryData->GetShortDesc()));
171}
172
173void MacroActionStudioModeEdit::SetWidgetVisibility()
174{

Callers

nothing calls this directly

Calls 1

GetShortDescMethod · 0.45

Tested by

no test coverage detected