| 603 | } |
| 604 | |
| 605 | void IDrawableModule::SetTarget(IClickable* target) |
| 606 | { |
| 607 | if (!mPatchCableSources.empty()) |
| 608 | mPatchCableSources[0]->SetTarget(target); |
| 609 | } |
| 610 | |
| 611 | void IDrawableModule::SetUpPatchCables(std::string targets) |
| 612 | { |
no test coverage detected