MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / populateCombos

Method populateCombos

Settings/ProfileConfigTab.cpp:139–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137
138
139void
140ProfileConfigTab::populateCombos(void)
141{
142 this->populateProfileCombo();
143 this->populateDeviceCombo();
144 this->populateRemoteDeviceCombo();
145
146 this->onDeviceChanged(this->ui->deviceCombo->currentIndex());
147}
148
149void
150ProfileConfigTab::sampRateCtlHint(int index)

Callers 2

ProfileConfigTabMethod · 0.95

Calls 4

populateProfileComboMethod · 0.95
populateDeviceComboMethod · 0.95
onDeviceChangedMethod · 0.95

Tested by

no test coverage detected