FACT++  1.0
void BasicGlCamera::SetAutoRefresh ( bool  on)

Definition at line 612 of file BasicGlCamera.cc.

References autoRefresh.

Referenced by RawDataViewer::RawDataViewer().

613  {
614  autoRefresh = on;
615  if (isVisible() && autoRefresh)
616  updateGL();
617  }

+ Here is the caller graph for this function: