26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_TIMESERIESDIALOG_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_TIMESERIESDIALOG_H 
   30 #include "../../maptools/AbstractLayer.h" 
   34 #include <QtGui/QDialog> 
   38 namespace Ui { 
class TimeSeriesDialogForm; }
 
   48     class TemporalPropertiesWidget;
 
   49     class TimeSeriesPropertiesWidget;
 
   50     class DoubleListWidget;
 
   79           void onOkPushButtonClicked();
 
   80           void onHelpPushButtonClicked();
 
   84           std::auto_ptr<Ui::TimeSeriesDialogForm>    
m_ui;                  
 
   93 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_TIMESERIESDIALOG_H 
std::auto_ptr< TimeSeriesPropertiesWidget > m_uniquePropWidget
The widget used to configure the unique TimeSeriesLayer's properties. 
 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::auto_ptr< Ui::TimeSeriesDialogForm > m_ui
The dialog form. 
 
std::auto_ptr< DoubleListWidget > m_observedPropWidget
 
std::auto_ptr< TemporalPropertiesWidget > m_propertiesWidget
The widget used to configure the general TimeSeriesLayer's properties. 
 
A Dialog used to generate a new TimeSeriesLayer. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr