| 110 | } |
| 111 | |
| 112 | void LinnstrumentControl::BuildControllerList() |
| 113 | { |
| 114 | mControllerList->Clear(); |
| 115 | const std::vector<std::string>& devices = mDevice.GetPortList(false); |
| 116 | for (int i = 0; i < devices.size(); ++i) |
| 117 | mControllerList->AddLabel(devices[i].c_str(), i); |
| 118 | } |
| 119 | |
| 120 | void LinnstrumentControl::OnScaleChanged() |
| 121 | { |
nothing calls this directly
no test coverage detected