A widget used to adjust a time series layer's properties. More...
#include <TimeSeriesPropertiesWidget.h>
  
 Public Member Functions | |
| Ui::TimeSeriesPropertiesWidgetForm * | getForm () | 
| Returns a pointer to the widget's form.  More... | |
| TimeSeriesPropertiesWidget (te::da::DataSet *dataSet, QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor.  More... | |
| ~TimeSeriesPropertiesWidget () | |
| Destructor.  More... | |
Protected Slots | |
| void | onPropertyComboBoxIndexChanged (QString text) | 
Private Attributes | |
| std::auto_ptr< te::da::DataSet > | m_dataSet | 
| The dataset that will be used to generate the histogram graph.  More... | |
| std::auto_ptr < Ui::TimeSeriesPropertiesWidgetForm >  | m_ui | 
| The widget's form.  More... | |
A widget used to adjust a time series layer's properties.
Definition at line 55 of file TimeSeriesPropertiesWidget.h.
| te::qt::widgets::TimeSeriesPropertiesWidget::TimeSeriesPropertiesWidget | ( | te::da::DataSet * | dataSet, | 
| QWidget * | parent = 0,  | 
        ||
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Constructor.
| dataSet | The dataset that will be used to generate a TemporalLayer. | 
| parent | this widget's parent | 
| f | Window flags used to configure this widget | 
Definition at line 35 of file TimeSeriesPropertiesWidget.cpp.
References te::dt::DATETIME_TYPE, te::dt::GEOMETRY_TYPE, te::da::DataSet::getNumProperties(), te::da::DataSet::getPropertyDataType(), te::da::DataSet::getPropertyName(), and m_ui.
| te::qt::widgets::TimeSeriesPropertiesWidget::~TimeSeriesPropertiesWidget | ( | ) | 
Destructor.
Definition at line 61 of file TimeSeriesPropertiesWidget.cpp.
| Ui::TimeSeriesPropertiesWidgetForm * te::qt::widgets::TimeSeriesPropertiesWidget::getForm | ( | ) | 
Returns a pointer to the widget's form.
Definition at line 65 of file TimeSeriesPropertiesWidget.cpp.
      
  | 
  protectedslot | 
Definition at line 70 of file TimeSeriesPropertiesWidget.cpp.
      
  | 
  private | 
The dataset that will be used to generate the histogram graph.
Definition at line 91 of file TimeSeriesPropertiesWidget.h.
      
  | 
  private | 
The widget's form.
Definition at line 90 of file TimeSeriesPropertiesWidget.h.
Referenced by TimeSeriesPropertiesWidget().