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

Method SourceChanged

plugins/base/macro-condition-scene-transform.cpp:603–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601}
602
603void MacroConditionSceneTransformEdit::SourceChanged(
604 const SceneItemSelection &item)
605{
606 {
607 GUARD_LOADING_AND_LOCK();
608 _entryData->_source = item;
609 }
610
611 UpdateSettingSelection();
612 emit HeaderInfoChanged(
613 QString::fromStdString(_entryData->GetShortDesc()));
614 adjustSize();
615 updateGeometry();
616}
617
618void MacroConditionSceneTransformEdit::SettingsTypeChanged(int type)
619{

Callers

nothing calls this directly

Calls 1

GetShortDescMethod · 0.45

Tested by

no test coverage detected