FACT++  1.0
void MainWindow::slot_fFadLED_clicked ( )
privateslot

Definition at line 358 of file MainWindow.cc.

References fFadLED, i, and Dim::SendCommand().

Referenced by MainWindow().

359 {
360  for (int32_t i=0; i<40; i++)
361  if (sender()==fFadLED[i])
362  {
363  Dim::SendCommand("FAD_CONTROL/TOGGLE", i);
364  break;
365  }
366 }
int i
Definition: db_dim_client.c:21
bool SendCommand(const std::string &command)
Definition: Dim.h:26
QPushButton * fFadLED[40]
Definition: MainWindow.h:24

+ Here is the call graph for this function:

+ Here is the caller graph for this function: