FACT++  1.0
void UIConnector::on_drawBlurCheckBox_stateChanged ( int  state)
slot

Definition at line 1205 of file RawEventsViewer.cc.

1206 {
1207  GLWindow->drawBlur = state;
1208  GLWindow->updateGL();
1209 }