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

Method SceneChanged

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

Source from the content-addressed store, hash-verified

124}
125
126void MacroConditionStudioModeEdit::SceneChanged(const SceneSelection &s)
127{
128 GUARD_LOADING_AND_LOCK();
129 _entryData->_scene = s;
130 emit HeaderInfoChanged(
131 QString::fromStdString(_entryData->GetShortDesc()));
132}
133
134void MacroConditionStudioModeEdit::UpdateEntryData()
135{

Callers

nothing calls this directly

Calls 1

GetShortDescMethod · 0.45

Tested by

no test coverage detected