FACT++  1.0
void RawDataViewer::setCurrentPixel ( int  pix)
slot

Definition at line 997 of file RawEventsViewer.cc.

References selectedPixel, and signalCurrentPixel().

Referenced by getCurrentPixel(), and UIConnector::UIConnector().

998 {
999  // if (pix == -1)
1000  // return;
1001  selectedPixel = pix;
1002  if (isVisible())
1003  updateGL();
1004  emit signalCurrentPixel(pix);
1005 }
void signalCurrentPixel(int pixel)

+ Here is the caller graph for this function: