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

Definition at line 634 of file BasicGlCamera.cc.

References autoRefresh, cameraRotation, and pixelColorUpToDate.

Referenced by BasicGlCamera().

635  {
636  if (!checked) return;
637  cameraRotation = -90;
638  pixelColorUpToDate = false;
639  if (isVisible() && autoRefresh)
640  updateGL();
641  }
bool pixelColorUpToDate
Definition: BasicGlCamera.h:63

+ Here is the caller graph for this function: