1.44;//(double)(i)/(double)(ACTUAL_NUM_PIXELS);
Definition at line 43 of file BasicGlCamera.cc.
References autoRefresh, buildVerticesList(), calculatePixelsCoords(), cameraRotation, colorGroup, colorPaletteLabel, dataText, fcSlice, fData, fMax, fMin, fPixelStride, fScaleLimit, fTextEnabled, fTextSize, fWhite, fWhitePatch, glowingPaletteButton, glowingPalettePlease(), greyScalePaletteButton, greyScalePalettePlease(), hexRadius, hexTolerance, highlightedPatchesCoulour, highlightedPixelsCoulour, i, linearButton, linearScalePlease(), logButton, logScale, logScalePlease(), minus90RotationButton, minus90RotationPlease(), NPIX, patchesCoulour, pixelContourColour, plus90Rotationbutton, plus90RotationPlease(), prettyPaletteButton, prettyPalettePlease(), regularPaletteButton, regularPalettePlease(), rotationGroup, rotationLabel, scaleGroup, scaleLabel, signalUpdateCamera(), timedUpdate(), titleText, unitsText, viewSize, zeroRotationButton, and zeroRotationPlease().
44 : QGLWidget(QGLFormat(QGL::DoubleBuffer |
48 QGL::setPreferredPaintEngine(QPaintEngine::OpenGL);
143 logButton =
new QRadioButton(
"Log",
this);
171 unsigned short utf16Array;
173 QString degreeSymbol(QString::fromUtf16(&utf16Array, 1));
174 QString zerostr(
"0" + degreeSymbol);
178 QString minus90str(
"+90" + degreeSymbol);
182 QString plus90str(
"-90"+degreeSymbol);
234 connect(
logButton, SIGNAL(toggled(
bool)),
QRadioButton * minus90RotationButton
QButtonGroup * colorGroup
GLfloat highlightedPatchesCoulour[3]
GLfloat highlightedPixelsCoulour[3]
QRadioButton * linearButton
void linearScalePlease(bool)
GLfloat pixelContourColour[3]
QRadioButton * glowingPaletteButton
void zeroRotationPlease(bool)
void glowingPalettePlease(bool)
GLfloat patchesCoulour[3]
void greyScalePalettePlease(bool)
void calculatePixelsCoords()
QRadioButton * zeroRotationButton
std::vector< double > fData
void regularPalettePlease(bool)
void signalUpdateCamera()
QButtonGroup * scaleGroup
void logScalePlease(bool)
void prettyPalettePlease(bool)
QLabel * colorPaletteLabel
QRadioButton * regularPaletteButton
QButtonGroup * rotationGroup
void minus90RotationPlease(bool)
QRadioButton * prettyPaletteButton
QRadioButton * greyScalePaletteButton
void plus90RotationPlease(bool)
QRadioButton * plus90Rotationbutton