FACT++  1.0
void QCameraWidget::ShowPatchCursor ( bool  on)

Definition at line 307 of file QCameraWidget.cc.

References BasicGlCamera::autoRefresh, and fShowPatchMoveOver.

308  {
309  fShowPatchMoveOver = on;
310  if (isVisible() && autoRefresh)
311  updateGL();
312  }
bool fShowPatchMoveOver
Definition: QCameraWidget.h:27