FACT++  1.0
void UIConnector::on_playPauseButton_clicked ( )
slot

Definition at line 1389 of file RawEventsViewer.cc.

1390 {
1391  if (timer.isActive())
1392  timer.stop();
1393  else
1394  timer.start();
1395 }