FACT++  1.0
void BasicGlCamera::toggleInterfaceDisplay ( )
protected

Definition at line 694 of file BasicGlCamera.cc.

References colorPaletteLabel, glowingPaletteButton, greyScalePaletteButton, linearButton, logButton, minus90RotationButton, plus90Rotationbutton, prettyPaletteButton, regularPaletteButton, rotationLabel, scaleLabel, and zeroRotationButton.

Referenced by QCameraWidget::mousePressEvent(), and RawDataViewer::mousePressEvent().

695  {
696  if (linearButton->isVisible())
697  {
698  linearButton->hide();
699  logButton->hide();
700  regularPaletteButton->hide();
701  prettyPaletteButton->hide();
702  greyScalePaletteButton->hide();
703  glowingPaletteButton->hide();
704  zeroRotationButton->hide();
705  minus90RotationButton->hide();
706  plus90Rotationbutton->hide();
707  scaleLabel->hide();
708  colorPaletteLabel->hide();
709  rotationLabel->hide();
710  }
711  else
712  {
713  linearButton->show();
714  logButton->show();
715  regularPaletteButton->show();
716  prettyPaletteButton->show();
717  greyScalePaletteButton->show();
718  glowingPaletteButton->show();
719  zeroRotationButton->show();
720  minus90RotationButton->show();
721  plus90Rotationbutton->show();
722  scaleLabel->show();
723  colorPaletteLabel->show();
724  rotationLabel->show();
725  }
726  }
QRadioButton * minus90RotationButton
QRadioButton * linearButton
QRadioButton * glowingPaletteButton
QLabel * rotationLabel
QRadioButton * logButton
QRadioButton * zeroRotationButton
QLabel * scaleLabel
QLabel * colorPaletteLabel
QRadioButton * regularPaletteButton
QRadioButton * prettyPaletteButton
QRadioButton * greyScalePaletteButton
QRadioButton * plus90Rotationbutton

+ Here is the caller graph for this function: