A Dialog used to generate a new TimeSeriesLayer. More...
#include <TimeSeriesDialog.h>
  
 Public Member Functions | |
| TimeSeriesDialog (te::map::AbstractLayerPtr layer, QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor.  More... | |
| ~TimeSeriesDialog () | |
| Destructor.  More... | |
Protected Slots | |
| void | onHelpPushButtonClicked () | 
| void | onOkPushButtonClicked () | 
Private Attributes | |
| std::auto_ptr< DoubleListWidget > | m_observedPropWidget | 
| std::auto_ptr < TemporalPropertiesWidget >  | m_propertiesWidget | 
| The widget used to configure the general TimeSeriesLayer's properties.  More... | |
| std::auto_ptr < Ui::TimeSeriesDialogForm >  | m_ui | 
| The dialog form.  More... | |
| std::auto_ptr < TimeSeriesPropertiesWidget >  | m_uniquePropWidget | 
| The widget used to configure the unique TimeSeriesLayer's properties.  More... | |
A Dialog used to generate a new TimeSeriesLayer.
Definition at line 57 of file TimeSeriesDialog.h.
| te::qt::widgets::TimeSeriesDialog::TimeSeriesDialog | ( | te::map::AbstractLayerPtr | layer, | 
| QWidget * | parent = 0,  | 
        ||
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Constructor.
| parent | this widget's parent | 
| f | Window flags used to configure this dialog | 
Definition at line 37 of file TimeSeriesDialog.cpp.
References te::dt::DATETIME_TYPE, te::da::DataSet::getNumProperties(), te::da::DataSet::getPropertyDataType(), te::da::DataSet::getPropertyName(), m_observedPropWidget, m_propertiesWidget, m_ui, m_uniquePropWidget, onHelpPushButtonClicked(), and onOkPushButtonClicked().
| te::qt::widgets::TimeSeriesDialog::~TimeSeriesDialog | ( | ) | 
Destructor.
Definition at line 80 of file TimeSeriesDialog.cpp.
      
  | 
  protectedslot | 
Definition at line 84 of file TimeSeriesDialog.cpp.
Referenced by TimeSeriesDialog().
      
  | 
  protectedslot | 
Definition at line 86 of file TimeSeriesDialog.cpp.
Referenced by TimeSeriesDialog().
      
  | 
  private | 
Definition at line 87 of file TimeSeriesDialog.h.
Referenced by TimeSeriesDialog().
      
  | 
  private | 
The widget used to configure the general TimeSeriesLayer's properties.
Definition at line 85 of file TimeSeriesDialog.h.
Referenced by TimeSeriesDialog().
      
  | 
  private | 
The dialog form.
Definition at line 84 of file TimeSeriesDialog.h.
Referenced by TimeSeriesDialog().
      
  | 
  private | 
The widget used to configure the unique TimeSeriesLayer's properties.
Definition at line 86 of file TimeSeriesDialog.h.
Referenced by TimeSeriesDialog().