| 950 | } |
| 951 | |
| 952 | bool TempVarOutputMappingsWidget::IsExpandable() const |
| 953 | { |
| 954 | return _segment && !_segment->GetOwnTempVars().empty(); |
| 955 | } |
| 956 | |
| 957 | void TempVarOutputMappingsWidget::SetPanelExpanded(bool expanded) |
| 958 | { |
nothing calls this directly
no test coverage detected