File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef ScatterPlotAlarmConfigDialog_h
2 #define ScatterPlotAlarmConfigDialog_h
16 class ScatterPlotWindow;
54 void refreshWidgetStates();
58 QPointer<QCheckBox> m_alarmOntoPlot;
60 QPointer<QSpinBox> m_alarmOntoPlotSamples;
62 QPointer<QSpinBox> m_alarmOntoPlotLines;
65 QPointer<QCheckBox> m_alarmOntoViewport;
70 QPointer<QComboBox> m_alarmOntoViewportUnits;
72 QPointer<QLineEdit> m_alarmOntoViewportXDnSize;
74 QPointer<QLineEdit> m_alarmOntoViewportYDnSize;
76 QPointer<QSpinBox> m_alarmOntoViewportWidth;
78 QPointer<QSpinBox> m_alarmOntoViewportHeight;
84 QPointer<QPushButton> m_okayButton;
90 QPointer<QPushButton> m_applyButton;
93 QPointer<ScatterPlotWindow> m_window;
double ToDouble() const
Returns the floating point value the IString represents.
Definition: IString.cpp:799
ScatterPlotAlarmConfigDialog(ScatterPlotWindow *window, QWidget *parent=NULL)
Create an alarming configuration dialog.
Definition: ScatterPlotAlarmConfigDialog.cpp:29
Scatter Plot Window.
Definition: ScatterPlotWindow.h:28
void readSettingsFromScatterPlot()
Update the current widgets' states with the current settings in the scatter plot window.
Definition: ScatterPlotAlarmConfigDialog.cpp:262
AlarmRangeUnits
This enumeration differentiates alarming a strict cube DN box size from a screen region.
Definition: ScatterPlotWindow.h:36
@ CubeUnits
Alarming is a DN range around the mouse.
Definition: ScatterPlotWindow.h:38
This is the configuration dialog for alarming scatter plots between the plot window and cube viewport...
Definition: ScatterPlotAlarmConfigDialog.h:27
void applySettingsToScatterPlot()
Take the settings that have been configured and apply them to the scatter plot.
Definition: ScatterPlotAlarmConfigDialog.cpp:222
virtual ~ScatterPlotAlarmConfigDialog()
Definition: ScatterPlotAlarmConfigDialog.cpp:213
@ ScreenUnits
Alarming is a visible area around the mouse.
Definition: ScatterPlotWindow.h:40
Adds specific functionality to C++ strings.
Definition: IString.h:165
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
QString ToQt() const
Retuns the object string as a QString.
Definition: IString.cpp:869