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

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

#include <TimeSeriesDialog.h>

Inheritance diagram for te::qt::widgets::TimeSeriesDialog:

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

Detailed Description

A Dialog used to generate a new TimeSeriesLayer.

Definition at line 57 of file TimeSeriesDialog.h.

Constructor & Destructor Documentation

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

Destructor.

Definition at line 80 of file TimeSeriesDialog.cpp.

Member Function Documentation

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

Definition at line 84 of file TimeSeriesDialog.cpp.

Referenced by TimeSeriesDialog().

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

Definition at line 86 of file TimeSeriesDialog.cpp.

Referenced by TimeSeriesDialog().

Member Data Documentation

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

Definition at line 87 of file TimeSeriesDialog.h.

Referenced by TimeSeriesDialog().

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

The widget used to configure the general TimeSeriesLayer's properties.

Definition at line 85 of file TimeSeriesDialog.h.

Referenced by TimeSeriesDialog().

std::auto_ptr<Ui::TimeSeriesDialogForm> te::qt::widgets::TimeSeriesDialog::m_ui
private

The dialog form.

Definition at line 84 of file TimeSeriesDialog.h.

Referenced by TimeSeriesDialog().

std::auto_ptr<TimeSeriesPropertiesWidget> te::qt::widgets::TimeSeriesDialog::m_uniquePropWidget
private

The widget used to configure the unique TimeSeriesLayer's properties.

Definition at line 86 of file TimeSeriesDialog.h.

Referenced by TimeSeriesDialog().


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