26 #ifndef __TERRALIB_QT_WIDGETS_INTERNAL_TRAJECTORYPROPERTIESWIDGET_H 
   27 #define __TERRALIB_QT_WIDGETS_INTERNAL_TRAJECTORYPROPERTIESWIDGET_H 
   30 #include "../Config.h" 
   33 #include <QtGui/QWidget> 
   38 namespace Ui { 
class TrajectoryPropertiesWidgetForm; }
 
   44   namespace da  {
class DataSet;}
 
   82           Ui::TrajectoryPropertiesWidgetForm* getForm();
 
   86           void onPropertyComboBoxIndexChanged(QString text);
 
   90           std::auto_ptr<Ui::TrajectoryPropertiesWidgetForm>  
m_ui;        
 
   97 #endif  // __TERRALIB_QT_WIDGETS_INTERNAL_TRAJECTORYPROPERTIESWIDGET_H 
#define TEQTWIDGETSEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::auto_ptr< te::da::DataSet > m_dataSet
The dataset that will be used to generate the histogram graph. 
 
A widget used to adjust a Trajectory layer's properties. 
 
std::auto_ptr< Ui::TrajectoryPropertiesWidgetForm > m_ui
The widget's form. 
 
A dataset is the unit of information manipulated by the data access module of TerraLib.