| 1165 | } |
| 1166 | |
| 1167 | IUIControl* SongBuilder::ControlTarget::GetTarget() const |
| 1168 | { |
| 1169 | IUIControl* target = nullptr; |
| 1170 | if (!mCable->GetPatchCables().empty()) |
| 1171 | target = dynamic_cast<IUIControl*>(mCable->GetPatchCables()[0]->GetTarget()); |
| 1172 | return target; |
| 1173 | } |
| 1174 | |
| 1175 | void SongBuilder::ControlTarget::TargetControlUpdated() |
| 1176 | { |
no test coverage detected