A dialog used to customize a Scatter parameters and generate it's ChartDisplayWidget. More...
#include <ScatterDialog.h>
  
 Public Member Functions | |
| te::qt::widgets::ChartDisplayWidget * | getDisplayWidget () | 
| Returns a pointer to the generated ChartDisplayWidget.  More... | |
| ScatterDialog (te::da::DataSet *dataSet, te::da::DataSetType *dataType, QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor.  More... | |
| ~ScatterDialog () | |
| Destructor.  More... | |
Protected Slots | |
| void | onOkPushButtonClicked () | 
Private Attributes | |
| ChartDisplayWidget * | m_displayWidget | 
| The display's widget that will be populated by this widget.  More... | |
| ScatterDataWidget * | m_scatterDataWidget | 
| The scatter's data widget used to configure the basic parameters of the new scatter.  More... | |
| std::auto_ptr < Ui::ScatterDialogForm >  | m_ui | 
| The dialog form.  More... | |
A dialog used to customize a Scatter parameters and generate it's ChartDisplayWidget.
Definition at line 59 of file ScatterDialog.h.
| te::qt::widgets::ScatterDialog::ScatterDialog | ( | te::da::DataSet * | dataSet, | 
| te::da::DataSetType * | dataType, | ||
| QWidget * | parent = 0,  | 
        ||
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Constructor.
| dataSet | The dataset that will be used to generate a scatter. | 
| dataType | The dataset that will be used to generate a scatter. | 
| parent | this widget's parent | 
| f | Window flags used to configure this dialog | 
Definition at line 51 of file ScatterDialog.cpp.
References m_scatterDataWidget, m_ui, and onOkPushButtonClicked().
| te::qt::widgets::ScatterDialog::~ScatterDialog | ( | ) | 
Destructor.
Definition at line 72 of file ScatterDialog.cpp.
| te::qt::widgets::ChartDisplayWidget * te::qt::widgets::ScatterDialog::getDisplayWidget | ( | ) | 
Returns a pointer to the generated ChartDisplayWidget.
Definition at line 77 of file ScatterDialog.cpp.
Referenced by te::qt::af::BaseApplication::onLayerScatterTriggered().
      
  | 
  protectedslot | 
Definition at line 82 of file ScatterDialog.cpp.
References te::qt::widgets::ChartDisplay::adjustDisplay(), te::qt::widgets::ScatterChart::rtti(), te::qt::widgets::SCATTER_CHART, and te::qt::widgets::ChartDisplay::setPickerStyle().
Referenced by ScatterDialog().
      
  | 
  private | 
The display's widget that will be populated by this widget.
Definition at line 97 of file ScatterDialog.h.
      
  | 
  private | 
The scatter's data widget used to configure the basic parameters of the new scatter.
Definition at line 96 of file ScatterDialog.h.
Referenced by ScatterDialog().
      
  | 
  private |