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

Method SourceChanged

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

Source from the content-addressed store, hash-verified

223}
224
225void MacroConditionSceneVisibilityEdit::SourceChanged(
226 const SceneItemSelection &item)
227{
228 GUARD_LOADING_AND_LOCK();
229 _entryData->_source = item;
230 emit HeaderInfoChanged(
231 QString::fromStdString(_entryData->GetShortDesc()));
232 adjustSize();
233 updateGeometry();
234}
235
236void MacroConditionSceneVisibilityEdit::SceneChanged(const SceneSelection &s)
237{

Callers

nothing calls this directly

Calls 1

GetShortDescMethod · 0.45

Tested by

no test coverage detected