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

Definition at line 626 of file BasicGlCamera.cc.

References autoRefresh, cameraRotation, and pixelColorUpToDate.

Referenced by BasicGlCamera().

627  {
628  if (!checked) return;
629  cameraRotation = 90;
630  pixelColorUpToDate = false;
631  if (isVisible() && autoRefresh)
632  updateGL();
633  }
bool pixelColorUpToDate
Definition: BasicGlCamera.h:63

+ Here is the caller graph for this function: