A widget used to adjust a temporal layer's properties. More...
#include <TemporalPropertiesWidget.h>
  
 Public Member Functions | |
| Ui::TemporalPropertiesWidgetForm * | getForm () | 
| Returns a pointer to the widget's form.  More... | |
| TemporalPropertiesWidget (te::da::DataSet *dataSet, QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor.  More... | |
| ~TemporalPropertiesWidget () | |
| 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::TemporalPropertiesWidgetForm >  | m_ui | 
| The widget's form.  More... | |
A widget used to adjust a temporal layer's properties.
Definition at line 55 of file TemporalPropertiesWidget.h.
| te::qt::widgets::TemporalPropertiesWidget::TemporalPropertiesWidget | ( | 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 TemporalPropertiesWidget.cpp.
References te::dt::DATETIME_TYPE, te::da::DataSet::getNumProperties(), te::da::DataSet::getPropertyDataType(), te::da::DataSet::getPropertyName(), m_ui, and onPropertyComboBoxIndexChanged().
| te::qt::widgets::TemporalPropertiesWidget::~TemporalPropertiesWidget | ( | ) | 
Destructor.
Definition at line 59 of file TemporalPropertiesWidget.cpp.
| Ui::TemporalPropertiesWidgetForm * te::qt::widgets::TemporalPropertiesWidget::getForm | ( | ) | 
Returns a pointer to the widget's form.
Definition at line 63 of file TemporalPropertiesWidget.cpp.
      
  | 
  protectedslot | 
Definition at line 68 of file TemporalPropertiesWidget.cpp.
Referenced by TemporalPropertiesWidget().
      
  | 
  private | 
The dataset that will be used to generate the histogram graph.
Definition at line 91 of file TemporalPropertiesWidget.h.
      
  | 
  private | 
The widget's form.
Definition at line 90 of file TemporalPropertiesWidget.h.
Referenced by TemporalPropertiesWidget().