30 #include "ui_TrajectoryDialogForm.h" 
   31 #include "ui_TemporalPropertiesWidgetForm.h" 
   35     m_ui(new Ui::TrajectoryDialogForm)
 
   46   QGridLayout* layout = 
new QGridLayout(
m_ui->m_propertiesWidgetFrame);
 
   49   this->layout()->setSizeConstraint(QLayout::SetFixedSize);
 
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. 
 
TrajectoryDialog(te::map::AbstractLayerPtr layer, QWidget *parent=0, Qt::WindowFlags f=0)
Constructor. 
 
void onOkPushButtonClicked()
 
A widget used to adjust a temporal layer's properties. 
 
~TrajectoryDialog()
Destructor. 
 
A widget used to adjust a Trajectory layer's properties. 
 
std::auto_ptr< TemporalPropertiesWidget > m_propertiesWidget
The widget used to configure the general TrajectoryLayer's properties. 
 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
 
void onHelpPushButtonClicked()
 
A dataset is the unit of information manipulated by the data access module of TerraLib.