te::qt::widgets::TimeSeriesDialog Class Reference

A Dialog used to customize a timeSeries parameters and generate it's ChartDisplayWidget. More...

#include <TimeSeriesDialog.h>

Inheritance diagram for te::qt::widgets::TimeSeriesDialog:

Public Member Functions

te::qt::widgets::ChartDisplayWidgetgetDisplayWidget ()
 Returns a pointer to the generated ChartDisplayWidget. More...
 
 TimeSeriesDialog (te::da::DataSet *dataSet, te::da::DataSetType *dataType, QWidget *parent=0, Qt::WindowFlags f=0)
 Constructor. More...
 
 ~TimeSeriesDialog ()
 Destructor. More...
 

Protected Slots

void onOkPushButtonClicked ()
 

Private Attributes

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

Detailed Description

A Dialog used to customize a timeSeries parameters and generate it's ChartDisplayWidget.

A Dialog used to generate a new TimeSeriesLayer.

Definition at line 59 of file TimeSeriesDialog.h.

Constructor & Destructor Documentation

te::qt::widgets::TimeSeriesDialog::TimeSeriesDialog ( 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 timeSeries.
dataTypeThe dataset that will be used to generate a timeSeries.
parentthis widget's parent
fWindow flags used to configure this dialog
te::qt::widgets::TimeSeriesDialog::~TimeSeriesDialog ( )

Destructor.

Member Function Documentation

te::qt::widgets::ChartDisplayWidget* te::qt::widgets::TimeSeriesDialog::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::TimeSeriesDialog::onOkPushButtonClicked ( )
protectedslot

Member Data Documentation

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

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

Definition at line 97 of file TimeSeriesDialog.h.

TimeSeriesDataWidget* te::qt::widgets::TimeSeriesDialog::m_timeSeriesDataWidget
private

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

Definition at line 96 of file TimeSeriesDialog.h.

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

The dialog form.

Definition at line 95 of file TimeSeriesDialog.h.


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