QXRD  0.11.16
qxrdimageplotsettings.cpp
Go to the documentation of this file.
2 #include "qcepsettingssaver.h"
3 
5  QcepPlotSettings("imageGraph", saver, parent),
6  m_DisplayMinimumPctle(saver, this, "displayMinimumPctle", 0, "Minimum Displayed Value (as a percentile)"),
7  m_DisplayMaximumPctle(saver, this, "displayMaximumPctle", 100, "Maximum Displayed Value (as a percentile)"),
8  m_DisplayMinimumPct(saver, this, "displayMinimumPct", 0, "Minimum Displayed Value (as % of data range)"),
9  m_DisplayMaximumPct(saver, this, "displayMaximumPct", 100, "Maximum Displayed Value (as % of data range)"),
10  m_DisplayMinimumVal(saver, this, "displayMinimumVal", 0, "Minimum Displayed Value (in absolute units)"),
11  m_DisplayMaximumVal(saver, this, "displayMaximumVal", 10000, "Maximum Displayed Value (in absolute units)"),
12  m_DisplayScalingMode(saver, this, "displayScalingMode", 0, "Display Scaling Mode (0 = percentage, 1 = percentile, 2 = absolute)"),
13  m_DisplayColorMap(saver, this, "displayColorMap", 0, "Display Color Map Index"),
14  m_DisplayLog(saver, this, "displayLog", false, "Logarithmic Intensity Display?"),
15  m_ImageShown(saver, this, "imageShown", 1, "Image Shown?"),
16  m_MaskShown(saver, this, "maskShown", 0, "Mask Shown?"),
17  m_OverflowShown(saver, this, "overflowShown", 0, "Overflow Shown?"),
18  m_InterpolatePixels(saver, this, "interpolatePixels", 1, "Interpolated Pixel Display?"),
19  m_MaintainAspectRatio(saver, this, "maintainAspectRatio", 1, "Maintain Equal Scaling in X and Y"),
20  m_DisplayROI(saver, this, "displayROI", 1, "Display ROI Outlines"),
21  m_TTHMouse(QcepSettingsSaverWPtr(), this,"tthMouse",0, "2 Theta at Mouse"),
22  m_QMouse(QcepSettingsSaverWPtr(), this,"qMouse",0, "Q at Mouse"),
23  m_RMouse(QcepSettingsSaverWPtr(), this,"rMouse",0, "R at Mouse"),
24  m_ValMouse(QcepSettingsSaverWPtr(), this,"valMouse",0, "Image Value at Mouse"),
25  m_MaskMouse(QcepSettingsSaverWPtr(), this,"maskMouse",0, "Mask Value at Mouse")
26 {
27 }
QxrdImagePlotSettings(QcepSettingsSaverWPtr saver, QcepObject *parent)
QWeakPointer< QcepSettingsSaver > QcepSettingsSaverWPtr