All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
te::qt::widgets::ObservationDialog Class Reference

A Dialog used to generate a new ObservationLayer. More...

#include <ObservationDialog.h>

Inheritance diagram for te::qt::widgets::ObservationDialog:

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< DoubleListWidgetm_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...
 

Detailed Description

A Dialog used to generate a new ObservationLayer.

Definition at line 56 of file ObservationDialog.h.

Constructor & Destructor Documentation

te::qt::widgets::ObservationDialog::ObservationDialog ( te::map::AbstractLayerPtr  layer,
QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
te::qt::widgets::ObservationDialog::~ObservationDialog ( )

Destructor.

Definition at line 77 of file ObservationDialog.cpp.

Member Function Documentation

void te::qt::widgets::ObservationDialog::onHelpPushButtonClicked ( )
protectedslot

Definition at line 81 of file ObservationDialog.cpp.

Referenced by ObservationDialog().

void te::qt::widgets::ObservationDialog::onOkPushButtonClicked ( )
protectedslot

Definition at line 83 of file ObservationDialog.cpp.

Referenced by ObservationDialog().

Member Data Documentation

std::auto_ptr<DoubleListWidget> te::qt::widgets::ObservationDialog::m_observedPropWidget
private

Definition at line 85 of file ObservationDialog.h.

Referenced by ObservationDialog().

std::auto_ptr<TemporalPropertiesWidget> te::qt::widgets::ObservationDialog::m_propertiesWidget
private

The widget used to configure the ObservationLayer's properties.

Definition at line 84 of file ObservationDialog.h.

Referenced by ObservationDialog().

std::auto_ptr<Ui::ObservationDialogForm> te::qt::widgets::ObservationDialog::m_ui
private

The dialog form.

Definition at line 83 of file ObservationDialog.h.

Referenced by ObservationDialog().


The documentation for this class was generated from the following files: