| 601 | } |
| 602 | |
| 603 | void 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 | |
| 618 | void MacroConditionSceneTransformEdit::SettingsTypeChanged(int type) |
| 619 | { |
nothing calls this directly
no test coverage detected