A Dialog used to generate a new TrajectoryLayer. More...
#include <TrajectoryDialog.h>
  
 Public Member Functions | |
| TrajectoryDialog (te::map::AbstractLayerPtr layer, QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructor.  More... | |
| ~TrajectoryDialog () | |
| Destructor.  More... | |
Protected Slots | |
| void | onHelpPushButtonClicked () | 
| void | onOkPushButtonClicked () | 
Private Attributes | |
| std::auto_ptr < TemporalPropertiesWidget >  | m_propertiesWidget | 
| The widget used to configure the general TrajectoryLayer's properties.  More... | |
| std::auto_ptr < Ui::TrajectoryDialogForm >  | m_ui | 
| The dialog form.  More... | |
| std::auto_ptr < TrajectoryPropertiesWidget >  | m_uniquePropWidget | 
| The widget used to configure the unique TrajectoryLayer's properties.  More... | |
A Dialog used to generate a new TrajectoryLayer.
Definition at line 56 of file TrajectoryDialog.h.
| te::qt::widgets::TrajectoryDialog::TrajectoryDialog | ( | te::map::AbstractLayerPtr | layer, | 
| QWidget * | parent = 0,  | 
        ||
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
Constructor.
| parent | this widget's parent | 
| f | Window flags used to configure this dialog | 
Definition at line 33 of file TrajectoryDialog.cpp.
References m_propertiesWidget, m_ui, m_uniquePropWidget, onHelpPushButtonClicked(), and onOkPushButtonClicked().
| te::qt::widgets::TrajectoryDialog::~TrajectoryDialog | ( | ) | 
Destructor.
Definition at line 56 of file TrajectoryDialog.cpp.
      
  | 
  protectedslot | 
Definition at line 60 of file TrajectoryDialog.cpp.
Referenced by TrajectoryDialog().
      
  | 
  protectedslot | 
Definition at line 62 of file TrajectoryDialog.cpp.
Referenced by TrajectoryDialog().
      
  | 
  private | 
The widget used to configure the general TrajectoryLayer's properties.
Definition at line 84 of file TrajectoryDialog.h.
Referenced by TrajectoryDialog().
      
  | 
  private | 
The dialog form.
Definition at line 83 of file TrajectoryDialog.h.
Referenced by TrajectoryDialog().
      
  | 
  private | 
The widget used to configure the unique TrajectoryLayer's properties.
Definition at line 85 of file TrajectoryDialog.h.
Referenced by TrajectoryDialog().