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