All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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::ScatterDialogForm > 
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

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.

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.

Definition at line 77 of file ScatterDialog.cpp.

Referenced by te::qt::af::BaseApplication::onLayerScatterTriggered().

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.

Referenced by ScatterDialog().

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

The dialog form.

Definition at line 95 of file ScatterDialog.h.

Referenced by ScatterDialog().


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