te::qt::widgets::ScatterDialog Class Reference

A dialog used to customize a Scatter parameters and generate it's ChartDisplayWidget. More...

#include <ScatterDialog.h>

Inheritance diagram for te::qt::widgets::ScatterDialog:

Public Member Functions

te::qt::widgets::ChartDisplayWidgetgetDisplayWidget ()
 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

ChartDisplayWidgetm_displayWidget
 The display's widget that will be populated by this widget. More...
 
ScatterDataWidgetm_scatterDataWidget
 The scatter's data widget used to configure the basic parameters of the new scatter. More...
 
std::auto_ptr< Ui::ChartDialogForm > m_ui
 The dialog form. More...
 

Detailed Description

A dialog used to customize a Scatter parameters and generate it's ChartDisplayWidget.

Definition at line 59 of file ScatterDialog.h.

Constructor & Destructor Documentation

te::qt::widgets::ScatterDialog::ScatterDialog ( te::da::DataSet dataSet,
te::da::DataSetType dataType,
QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)

Constructor.

Parameters
dataSetThe dataset that will be used to generate a scatter.
dataTypeThe dataset that will be used to generate a scatter.
parentthis widget's parent
fWindow flags used to configure this dialog
te::qt::widgets::ScatterDialog::~ScatterDialog ( )

Destructor.

Member Function Documentation

te::qt::widgets::ChartDisplayWidget* te::qt::widgets::ScatterDialog::getDisplayWidget ( )

Returns a pointer to the generated ChartDisplayWidget.

Returns
A ChartDisplayWidget type pointer to the generated chart.
Note
The caller will take ownership of the returned pointer.
void te::qt::widgets::ScatterDialog::onOkPushButtonClicked ( )
protectedslot

Member Data Documentation

ChartDisplayWidget* te::qt::widgets::ScatterDialog::m_displayWidget
private

The display's widget that will be populated by this widget.

Definition at line 97 of file ScatterDialog.h.

ScatterDataWidget* te::qt::widgets::ScatterDialog::m_scatterDataWidget
private

The scatter's data widget used to configure the basic parameters of the new scatter.

Definition at line 96 of file ScatterDialog.h.

std::auto_ptr<Ui::ChartDialogForm> te::qt::widgets::ScatterDialog::m_ui
private

The dialog form.

Definition at line 95 of file ScatterDialog.h.


The documentation for this class was generated from the following file: