A Dialog used to customize a timeSeries parameters and generate it's ChartDisplayWidget. More...
#include <TimeSeriesDialog.h>
Public Member Functions | |
| te::qt::widgets::ChartDisplayWidget * | getDisplayWidget () |
| 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 | |
| ChartDisplayWidget * | m_displayWidget |
| The display's widget that will be populated by this widget. More... | |
| TimeSeriesDataWidget * | m_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... | |
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.
| te::qt::widgets::TimeSeriesDialog::TimeSeriesDialog | ( | 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 timeSeries. |
| dataType | The dataset that will be used to generate a timeSeries. |
| parent | this widget's parent |
| f | Window flags used to configure this dialog |
| te::qt::widgets::TimeSeriesDialog::~TimeSeriesDialog | ( | ) |
Destructor.
| te::qt::widgets::ChartDisplayWidget* te::qt::widgets::TimeSeriesDialog::getDisplayWidget | ( | ) |
Returns a pointer to the generated ChartDisplayWidget.
|
protectedslot |
|
private |
The display's widget that will be populated by this widget.
Definition at line 97 of file TimeSeriesDialog.h.
|
private |
The histogram's data widget used to configure the basic parameters of the new histogram.
Definition at line 96 of file TimeSeriesDialog.h.
|
private |
The dialog form.
Definition at line 95 of file TimeSeriesDialog.h.