FACT++  1.0
void FactGui::on_fThresholdDisableOthers_clicked ( )
inlineprivatevirtual

Implements MainWindow.

Definition at line 3495 of file FactGui.h.

References Dim::SendCommand().

3496  {
3497  const int16_t isw = fThresholdIdx->value();
3498  const int16_t ihw = isw<0 ? -1 : fPatchMapHW[isw];
3499  if (ihw<0)
3500  return;
3501 
3502  Dim::SendCommand("FTM_CONTROL/DISABLE_ALL_PATCHES_EXCEPT", ihw);
3503  }
bool SendCommand(const std::string &command)
Definition: Dim.h:26
vector< int > fPatchMapHW
Definition: FactGui.h:76

+ Here is the call graph for this function: