A WizardPage used to configure the general properties of a new spatio-temporal layer. More...
#include <TrajectoryPropertiesWizardPage.h>
Public Member Functions | |
std::list< te::st::TrajectoryDataSetInfo * > | getInfo (const te::da::DataSourceInfoPtr dsInfo) |
bool | isComplete () const |
void | set (const std::list< te::da::DataSetTypePtr > dataTypes) |
TrajectoryPropertiesWizardPage (QWidget *parent=0) | |
~TrajectoryPropertiesWizardPage () | |
Private Attributes | |
std::list< te::da::DataSetTypePtr > | m_dataTypes |
The list of datasettypes used to configure the trajectory(ies) More... | |
std::auto_ptr< TrajectoryPropertiesWidget > | m_propWidget |
The widget used to configure the unique TrajectoryLayer's properties. More... | |
std::auto_ptr< TemporalPropertiesWidget > | m_tempPropWidget |
The widget used to configure the general TrajectoryLayer's properties. More... | |
A WizardPage used to configure the general properties of a new spatio-temporal layer.
Definition at line 59 of file TrajectoryPropertiesWizardPage.h.
te::qt::widgets::TrajectoryPropertiesWizardPage::TrajectoryPropertiesWizardPage | ( | QWidget * | parent = 0 | ) |
te::qt::widgets::TrajectoryPropertiesWizardPage::~TrajectoryPropertiesWizardPage | ( | ) |
std::list<te::st::TrajectoryDataSetInfo*> te::qt::widgets::TrajectoryPropertiesWizardPage::getInfo | ( | const te::da::DataSourceInfoPtr | dsInfo | ) |
bool te::qt::widgets::TrajectoryPropertiesWizardPage::isComplete | ( | ) | const |
void te::qt::widgets::TrajectoryPropertiesWizardPage::set | ( | const std::list< te::da::DataSetTypePtr > | dataTypes | ) |
|
private |
The list of datasettypes used to configure the trajectory(ies)
Definition at line 76 of file TrajectoryPropertiesWizardPage.h.
|
private |
The widget used to configure the unique TrajectoryLayer's properties.
Definition at line 77 of file TrajectoryPropertiesWizardPage.h.
|
private |
The widget used to configure the general TrajectoryLayer's properties.
Definition at line 78 of file TrajectoryPropertiesWizardPage.h.