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;
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
ScatterPlotAlarmConfigDialog(ScatterPlotWindow *window, QWidget *parent=NULL)
Create an alarming configuration dialog.
Definition ScatterPlotAlarmConfigDialog.cpp:29
void readSettingsFromScatterPlot()
Update the current widgets' states with the current settings in the scatter plot window.
Definition ScatterPlotAlarmConfigDialog.cpp:262
Scatter Plot Window.
Definition ScatterPlotWindow.h:28
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16