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

Method SceneChanged

plugins/base/macro-condition-scene-visibility.cpp:236–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void MacroConditionSceneVisibilityEdit::SceneChanged(const SceneSelection &s)
237{
238 GUARD_LOADING_AND_LOCK();
239 _entryData->_scene = s;
240 emit HeaderInfoChanged(
241 QString::fromStdString(_entryData->GetShortDesc()));
242}
243
244void MacroConditionSceneVisibilityEdit::ConditionChanged(int index)
245{

Callers

nothing calls this directly

Calls 1

GetShortDescMethod · 0.45

Tested by

no test coverage detected