A Dialog used to generate a new ObservationLayer. More...
#include <ObservationDialog.h>
  
 Public Member Functions | |
| ObservationDialog (te::map::AbstractLayerPtr layer, QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor.  More... | |
| ~ObservationDialog () | |
| 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 ObservationLayer's properties.  More... | |
| std::auto_ptr < Ui::ObservationDialogForm >  | m_ui | 
| The dialog form.  More... | |
A Dialog used to generate a new ObservationLayer.
Definition at line 56 of file ObservationDialog.h.
| te::qt::widgets::ObservationDialog::ObservationDialog | ( | 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 36 of file ObservationDialog.cpp.
References te::dt::DATETIME_TYPE, te::da::DataSet::getNumProperties(), te::da::DataSet::getPropertyDataType(), te::da::DataSet::getPropertyName(), m_observedPropWidget, m_propertiesWidget, m_ui, onHelpPushButtonClicked(), and onOkPushButtonClicked().
| te::qt::widgets::ObservationDialog::~ObservationDialog | ( | ) | 
Destructor.
Definition at line 77 of file ObservationDialog.cpp.
      
  | 
  protectedslot | 
Definition at line 81 of file ObservationDialog.cpp.
Referenced by ObservationDialog().
      
  | 
  protectedslot | 
Definition at line 83 of file ObservationDialog.cpp.
Referenced by ObservationDialog().
      
  | 
  private | 
Definition at line 85 of file ObservationDialog.h.
Referenced by ObservationDialog().
      
  | 
  private | 
The widget used to configure the ObservationLayer's properties.
Definition at line 84 of file ObservationDialog.h.
Referenced by ObservationDialog().
      
  | 
  private | 
The dialog form.
Definition at line 83 of file ObservationDialog.h.
Referenced by ObservationDialog().