| 
    Isis 3.0
    
   | Home | 
This is the configuration dialog for alarming scatter plots between the plot window and cube viewports. More...
#include <ScatterPlotAlarmConfigDialog.h>
Inherits QDialog.
Public Slots | |
| void | applySettingsToScatterPlot () | 
| Take the settings that have been configured and apply them to the scatter plot.  More... | |
| void | readSettingsFromScatterPlot () | 
| Update the current widgets' states with the current settings in the scatter plot window.  More... | |
Public Member Functions | |
| ScatterPlotAlarmConfigDialog (ScatterPlotWindow *window, QWidget *parent=NULL) | |
| Create an alarming configuration dialog.  More... | |
| virtual | ~ScatterPlotAlarmConfigDialog () | 
This is the configuration dialog for alarming scatter plots between the plot window and cube viewports.
| Isis::ScatterPlotAlarmConfigDialog::ScatterPlotAlarmConfigDialog | ( | ScatterPlotWindow * | window, | 
| QWidget * | parent = NULL  | 
        ||
| ) | 
Create an alarming configuration dialog.
This fully initializes the state, but a valid scatter plot window must be specified.
| window | The scatter plot window to be configured, this must not be NULL. | 
| parent | The Qt-parent for this dialog. | 
References applySettingsToScatterPlot(), Isis::ScatterPlotWindow::CubeUnits, readSettingsFromScatterPlot(), and Isis::ScatterPlotWindow::ScreenUnits.
      
  | 
  virtual | 
      
  | 
  slot | 
Take the settings that have been configured and apply them to the scatter plot.
Any settings which fail to apply will be reverted in the GUI.
References readSettingsFromScatterPlot(), Isis::toInt(), and Isis::IString::ToQt().
Referenced by ScatterPlotAlarmConfigDialog().
      
  | 
  slot | 
Update the current widgets' states with the current settings in the scatter plot window.
References Isis::IString::ToQt().
Referenced by applySettingsToScatterPlot(), and ScatterPlotAlarmConfigDialog().