FACT++  1.0
void BasicGlCamera::zeroRotationPlease ( bool  checked)
slot

Definition at line 618 of file BasicGlCamera.cc.

References autoRefresh, cameraRotation, and pixelColorUpToDate.

Referenced by BasicGlCamera().

619  {
620  if (!checked) return;
621  cameraRotation = 0;
622  pixelColorUpToDate = false;
623  if (isVisible() && autoRefresh)
624  updateGL();
625  }
bool pixelColorUpToDate
Definition: BasicGlCamera.h:63

+ Here is the caller graph for this function: